Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/s2dao-1.0.x/workspace
Updating https://www.seasar.org/svn/s2dao/branches/s2dao-1.0.x at revision '2024-09-17T02:50:00.255 +0900'
At revision 1334

No changes for https://www.seasar.org/svn/s2dao/branches/s2dao-1.0.x since the previous build
[s2dao-1.0.x] $ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/MAVEN-2.0/bin/mvn clean install
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   S2Dao Project
[INFO]   S2Dao
[INFO]   S2Dao Examples
[INFO]   S2Dao tests for Seasar2.4.x
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao Project
[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 /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/pom.xml to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-project/1.0.52-SNAPSHOT/s2-dao-project-1.0.52-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 4 resources
[INFO] [compiler:compile]
[INFO] Compiling 213 source files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/classes
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 120 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 174 source files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.impl.EntityManagerImplTest
DEBUG 2024-09-17 02:50:08,957 [main] Physical connection got
DEBUG 2024-09-17 02:50:08,957 [main] Logical connection got
DEBUG 2024-09-17 02:50:08,975 [main] Logical connection closed
DEBUG 2024-09-17 02:50:08,975 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,024 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,050 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,052 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:09,063 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,064 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,090 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,090 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,090 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,090 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,104 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,110 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,111 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2024-09-17 02:50:09,111 [main] Logical connection closed
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}]
DEBUG 2024-09-17 02:50:09,112 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,130 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,130 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,131 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,131 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,140 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,144 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,144 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2024-09-17 02:50:09,145 [main] Logical connection closed
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}]
DEBUG 2024-09-17 02:50:09,145 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,182 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,183 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,183 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,183 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,212 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,216 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,217 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:09,217 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,217 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,234 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,234 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,234 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,235 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,241 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,246 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,247 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:09,248 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,248 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,264 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,264 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,264 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,264 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,272 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,279 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,279 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:09,280 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,280 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,292 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,293 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,293 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,293 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,300 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,329 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,329 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:09,330 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,330 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,347 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,347 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,347 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,347 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,360 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,366 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,366 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:09,367 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,367 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,384 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,384 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,384 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,384 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,392 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,396 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,396 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:09,397 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,397 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,410 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,410 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,410 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,410 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,416 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,419 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,420 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:09,421 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,421 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,434 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,434 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,434 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,435 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,440 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,464 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,464 [main] select count(*) from emp
DEBUG 2024-09-17 02:50:09,466 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,466 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.964 sec
Running org.seasar.dao.impl.FastPropertyTypeFactoryTest
DEBUG 2024-09-17 02:50:09,497 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,497 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,498 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,498 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandler2Test
DEBUG 2024-09-17 02:50:09,509 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,509 [main] Logical connection got
WARN  2024-09-17 02:50:09,514 [main] Table(BeanMetaDataResultSetHandler2Test$MyEmp) not found
DEBUG 2024-09-17 02:50:09,598 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,599 [main] Logical connection got
7788
DEBUG 2024-09-17 02:50:09,599 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,600 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.impl.DeleteAutoStaticCommandTest
DEBUG 2024-09-17 02:50:09,616 [main] Transaction began
DEBUG 2024-09-17 02:50:09,617 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,618 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,618 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,618 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,652 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,668 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,668 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:09,670 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,671 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,671 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:09,672 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,672 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:09,673 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,680 [main] Transaction began
DEBUG 2024-09-17 02:50:09,681 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,681 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,681 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,681 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,693 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,695 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,696 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2024-09-17 02:50:09,696 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,696 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:09,697 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,725 [main] Transaction began
DEBUG 2024-09-17 02:50:09,726 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,726 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,726 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,726 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,738 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,741 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,741 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = -1
DEBUG 2024-09-17 02:50:09,742 [main] Logical connection closed
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2024-09-17 02:50:09,742 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:09,742 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
Running org.seasar.dao.impl.FieldBeanAnnotationReaderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor2Test
DEBUG 2024-09-17 02:50:09,787 [main] Transaction began
DEBUG 2024-09-17 02:50:09,787 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,787 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,787 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,787 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,793 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,795 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,795 [main] INSERT INTO EMP (ename, empno, deptno) VALUES ('hoge', 99, 0)
DEBUG 2024-09-17 02:50:09,796 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,796 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:09,796 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,829 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,829 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,830 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,830 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,836 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,838 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,839 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:09,839 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
DEBUG 2024-09-17 02:50:09,840 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,868 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,868 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,868 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,868 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,874 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,876 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,876 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0.0 AND 1000.0
DEBUG 2024-09-17 02:50:09,877 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30 {30, SALES, CHICAGO}]
DEBUG 2024-09-17 02:50:09,877 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,926 [main] Transaction began
DEBUG 2024-09-17 02:50:09,926 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,926 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,926 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,927 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,931 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,933 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,934 [main] INSERT INTO EMP (ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('hoge', 99, 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:09,934 [main] INSERT INTO EMP (ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('hoge2', 98, 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:09,934 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,934 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:09,935 [main] Physical connection closed
DEBUG 2024-09-17 02:50:09,962 [main] Transaction began
DEBUG 2024-09-17 02:50:09,963 [main] Physical connection got
DEBUG 2024-09-17 02:50:09,963 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,963 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,963 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,967 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,969 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,970 [main] INSERT INTO EMP (ename, empno, deptno) VALUES ('~', 99, 0)
DEBUG 2024-09-17 02:50:09,970 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,970 [main] Logical connection got
DEBUG 2024-09-17 02:50:09,970 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 99
DEBUG 2024-09-17 02:50:09,971 [main] Logical connection closed
DEBUG 2024-09-17 02:50:09,971 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:09,971 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec
Running org.seasar.dao.impl.StaticStoredProcedureCommandTest
DEBUG 2024-09-17 02:50:10,141 [main] Transaction began
DEBUG 2024-09-17 02:50:10,356 [main] Physical connection got
DEBUG 2024-09-17 02:50:10,356 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,359 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,361 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,361 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,710 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,788 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,789 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,789 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,801 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,814 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,814 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,814 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,827 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,837 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,837 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,837 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,848 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,854 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,854 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,854 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,864 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,873 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,874 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,874 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,882 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,890 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,890 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,890 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,899 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,908 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,908 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,909 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,915 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,924 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,924 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,924 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,932 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,941 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,941 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,951 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,977 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:10,978 [main] Physical connection closed
DEBUG 2024-09-17 02:50:10,992 [main] Transaction began
DEBUG 2024-09-17 02:50:10,992 [main] Physical connection got
DEBUG 2024-09-17 02:50:10,992 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,992 [main] Logical connection closed
DEBUG 2024-09-17 02:50:10,992 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,993 [main] Logical connection got
DEBUG 2024-09-17 02:50:10,998 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,007 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,007 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,007 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,010 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,011 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,011 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,011 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,014 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,015 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,015 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,015 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,017 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,018 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,018 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,019 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,021 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,022 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,023 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,023 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,025 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,026 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,026 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,026 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,029 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,030 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,030 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,030 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,034 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,035 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,035 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,035 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,037 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,038 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,038 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,042 [main] Logical connection closed
{CCC=2024-09-17 02:50:11.042, BBB=aaaaa2}
DEBUG 2024-09-17 02:50:11,043 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,043 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,097 [main] Transaction began
DEBUG 2024-09-17 02:50:11,097 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,098 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,098 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,098 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,098 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,099 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,100 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,101 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,101 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,105 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,107 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,107 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,107 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,109 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,111 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,111 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,112 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,114 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,116 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,117 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,117 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,118 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,119 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,119 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,120 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,121 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,125 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,125 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,125 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,128 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,131 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,131 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,131 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,133 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,135 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,136 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,136 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,140 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,141 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,141 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,143 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,143 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,143 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,156 [main] Transaction began
DEBUG 2024-09-17 02:50:11,156 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,157 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,157 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,157 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,157 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,159 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,160 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,160 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,160 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,162 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,163 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,164 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,164 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,165 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,166 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,166 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,166 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,169 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,171 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,171 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,171 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,173 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,174 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,174 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,174 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,178 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,179 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,179 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,179 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,180 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,181 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,181 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,181 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,183 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,184 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,185 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,185 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,187 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,188 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,188 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,192 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,193 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,193 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,201 [main] Transaction began
DEBUG 2024-09-17 02:50:11,202 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,202 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,202 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,202 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,202 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,204 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,205 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,205 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,205 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,206 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,207 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,207 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,207 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,208 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,209 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,209 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,209 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,211 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,212 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,212 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,212 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,215 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,217 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,217 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,217 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,219 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,221 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,221 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,221 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,224 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,225 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,225 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,225 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,226 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,227 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,227 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,227 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,229 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,230 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,231 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,235 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,235 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,235 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,245 [main] Transaction began
DEBUG 2024-09-17 02:50:11,246 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,246 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,246 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,246 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,246 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,248 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,250 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,250 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,250 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,251 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,254 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,254 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,254 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,256 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,257 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,257 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,257 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,262 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,263 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,263 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,263 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,264 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,265 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,265 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,265 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,266 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,268 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,268 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,268 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,270 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,272 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,272 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,272 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,273 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,274 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,274 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,274 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,275 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,277 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,277 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,279 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,279 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,280 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,289 [main] Transaction began
DEBUG 2024-09-17 02:50:11,289 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,290 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,290 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,290 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,290 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,291 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,292 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,292 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,293 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,294 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,294 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,294 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,294 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,297 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,297 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,298 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,298 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,300 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,301 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,301 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,301 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,302 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,303 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,303 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,303 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,305 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,306 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,306 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,306 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,310 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,311 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,311 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,311 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,313 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,316 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,316 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,316 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,317 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,318 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,318 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,320 [main] Logical connection closed
{CCC=25, EEE=625}
DEBUG 2024-09-17 02:50:11,321 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,321 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,368 [main] Transaction began
DEBUG 2024-09-17 02:50:11,369 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,369 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,369 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,369 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,369 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,370 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,371 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,371 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,371 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,372 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,373 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,373 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,373 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,374 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,375 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,375 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,375 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,377 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,378 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,378 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,378 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,379 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,380 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,381 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,381 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,383 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,384 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,384 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,384 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,385 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,386 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,386 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,386 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,387 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,388 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,388 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,388 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,391 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,392 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,392 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,396 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,397 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,397 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,406 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,406 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,407 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,407 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,408 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,408 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,409 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,410 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,410 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,410 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,411 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,412 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,412 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,412 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,414 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,415 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,415 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,415 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,416 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,417 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,420 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,420 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,421 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,422 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,423 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,423 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,424 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,425 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,425 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,425 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,426 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,428 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,428 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,428 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,429 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,430 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,430 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,430 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,431 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,432 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,432 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,434 [main] Logical connection closed
[EDAO0032]Method argument size(2) is unmatched with procedure in-parameter size(3).
DEBUG 2024-09-17 02:50:11,435 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,435 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,445 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,445 [main] Logical connection got
DatabaseProductName=Apache Derby
DatabaseProductVersion=10.1.2.1
DriverName=Apache Derby Embedded JDBC Driver
DriverVersion=10.1.2.1
DEBUG 2024-09-17 02:50:11,445 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,445 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,457 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,457 [main] Logical connection got
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_AAA1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa1, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_AAA2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa2, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_AAA3, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa3, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_BBB1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureBbb1, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_BBB2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureBbb2, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_CCC1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureCcc1, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_CCC2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureCcc2, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_DDD1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureDdd1, procedure_type=1}
{procedure_cat=, procedure_schem=SQLJ, procedure_name=INSTALL_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.INSTALL_JAR, procedure_type=1}
{procedure_cat=, procedure_schem=SQLJ, procedure_name=REMOVE_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.REMOVE_JAR, procedure_type=1}
{procedure_cat=, procedure_schem=SQLJ, procedure_name=REPLACE_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.REPLACE_JAR, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_BACKUP_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BACKUP_DATABASE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_BULK_INSERT, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BULK_INSERT, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_CHECKPOINT_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_CHECKPOINT_DATABASE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_COMPRESS_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_COMPRESS_TABLE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_DISABLE_LOG_ARCHIVE_MODE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_DISABLE_LOG_ARCHIVE_MODE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_EXPORT_QUERY, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_EXPORT_QUERY, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_EXPORT_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_EXPORT_TABLE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_FREEZE_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_FREEZE_DATABASE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_IMPORT_DATA, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_IMPORT_DATA, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_IMPORT_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_IMPORT_TABLE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_INPLACE_COMPRESS_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_INPLACE_COMPRESS_TABLE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_SET_DATABASE_PROPERTY, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_DATABASE_PROPERTY, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_SET_RUNTIMESTATISTICS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_RUNTIMESTATISTICS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_SET_STATISTICS_TIMING, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_STATISTICS_TIMING, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_UNFREEZE_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_UNFREEZE_DATABASE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=METADATA, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.METADATA, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLCAMESSAGE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCAMESSAGE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLCOLPRIVILEGES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCOLPRIVILEGES, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLCOLUMNS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCOLUMNS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLFOREIGNKEYS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLFOREIGNKEYS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLGETTYPEINFO, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLGETTYPEINFO, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLPRIMARYKEYS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPRIMARYKEYS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLPROCEDURECOLS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPROCEDURECOLS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLPROCEDURES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPROCEDURES, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLSPECIALCOLUMNS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLSPECIALCOLUMNS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLSTATISTICS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLSTATISTICS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLTABLEPRIVILEGES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLTABLEPRIVILEGES, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLTABLES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLTABLES, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLUDTS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLUDTS, procedure_type=1}
DEBUG 2024-09-17 02:50:11,466 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,466 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,476 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,476 [main] Logical connection got
{table_cat=, table_schem=SYS, table_name=SYSALIASES, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSCHECKS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSCOLUMNS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSCONGLOMERATES, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSCONSTRAINTS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSDEPENDS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSFILES, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSFOREIGNKEYS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSKEYS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSSCHEMAS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSSTATEMENTS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSSTATISTICS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSTABLES, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSTRIGGERS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSVIEWS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYSIBM, table_name=SYSDUMMY1, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SEASAR, table_name=DEFAULT_TABLE, table_type=TABLE, remarks=}
{table_cat=, table_schem=SEASAR, table_name=LARGE_BINARY, table_type=TABLE, remarks=}
{table_cat=, table_schem=SEASAR, table_name=LARGE_TEXT, table_type=TABLE, remarks=}
{table_cat=, table_schem=SEASAR, table_name=PK_ONLY_TABLE, table_type=TABLE, remarks=}
DEBUG 2024-09-17 02:50:11,511 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,511 [main] Physical connection closed
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.541 sec
Running org.seasar.dao.pager.NullPagingSqlRewriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.ProcedureHsqldbTest
DEBUG 2024-09-17 02:50:11,523 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,523 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,523 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,524 [main] Logical connection got
WARN  2024-09-17 02:50:11,527 [main] Table(ProcedureHsqldbTest$ABean) not found
DEBUG 2024-09-17 02:50:11,529 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,529 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,529 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,529 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,539 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,549 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,549 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,551 [main] Logical connection closed
2024-09-17 00:00:00.0
DEBUG 2024-09-17 02:50:11,552 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,552 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.seasar.dao.impl.PkOnlyTableTest
DEBUG 2024-09-17 02:50:11,599 [main] Transaction began
DEBUG 2024-09-17 02:50:11,600 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,600 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,601 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,601 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,610 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,611 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,611 [main] INSERT INTO PKONLYTABLE (aaa) VALUES ('value')
DEBUG 2024-09-17 02:50:11,611 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,611 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,612 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,633 [main] Transaction began
DEBUG 2024-09-17 02:50:11,633 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,633 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,633 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,633 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,637 [main] Logical connection closed
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2, because org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$3e1d25$$MethodInvocation$$updateUnlessNull1.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$3e1d25.updateUnlessNull(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$3e1d25.java)
	at org.seasar.dao.impl.PkOnlyTableTest.testUpdateUnlessNullTx(PkOnlyTableTest.java:61)
	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:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:230)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:89)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:145)
	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:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	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.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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:114)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 38 more
DEBUG 2024-09-17 02:50:11,639 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,639 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,658 [main] Transaction began
DEBUG 2024-09-17 02:50:11,658 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,658 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,658 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,658 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,662 [main] Logical connection closed
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2, because org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$e4776b$$MethodInvocation$$update0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$e4776b.update(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$e4776b.java)
	at org.seasar.dao.impl.PkOnlyTableTest.testUpdateTx(PkOnlyTableTest.java:80)
	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:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:230)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:89)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:145)
	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:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	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.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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:114)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 38 more
DEBUG 2024-09-17 02:50:11,663 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,664 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running org.seasar.dao.impl.SelectDynamicCommandTest
DEBUG 2024-09-17 02:50:11,672 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,672 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,696 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,696 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,696 [main] SELECT * FROM emp WHERE empno = 7788
DEBUG 2024-09-17 02:50:11,698 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}
DEBUG 2024-09-17 02:50:11,698 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,704 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,704 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,704 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,704 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,728 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,737 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,737 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2024-09-17 02:50:11,738 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,738 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,738 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2024-09-17 02:50:11,740 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,740 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,746 [main] Transaction began
DEBUG 2024-09-17 02:50:11,747 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,747 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,748 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,748 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,757 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,760 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,760 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (100, 0, 'NAME0')
DEBUG 2024-09-17 02:50:11,761 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,761 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,761 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (200, 1, 'NAME1')
DEBUG 2024-09-17 02:50:11,763 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,763 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,763 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (300, 2, 'NAME2')
DEBUG 2024-09-17 02:50:11,764 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,765 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,765 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.employee_name = 'NAME1'
DEBUG 2024-09-17 02:50:11,765 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,766 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,766 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.department_Id = 200
DEBUG 2024-09-17 02:50:11,766 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,766 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,767 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Running org.seasar.dao.impl.NoPkTableTest
DEBUG 2024-09-17 02:50:11,835 [main] Transaction began
DEBUG 2024-09-17 02:50:11,835 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,835 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,835 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,835 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,840 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,842 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,842 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-09-17 02:50:11,843 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,843 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,843 [main] INSERT INTO NO_PK_TABLE VALUES ('a', 1)
DEBUG 2024-09-17 02:50:11,843 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,843 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,844 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-09-17 02:50:11,844 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,845 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,845 [main] UPDATE NO_PK_TABLE SET AAA = 'a2'
DEBUG 2024-09-17 02:50:11,845 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,845 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,845 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-09-17 02:50:11,845 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,845 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,845 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'hoge'
DEBUG 2024-09-17 02:50:11,845 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,846 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,846 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-09-17 02:50:11,846 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,846 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,846 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'a2'
DEBUG 2024-09-17 02:50:11,846 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,846 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,846 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-09-17 02:50:11,847 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,847 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,847 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.impl.UpdateModifiedOnlyCommandTest
DEBUG 2024-09-17 02:50:11,883 [main] Transaction began
DEBUG 2024-09-17 02:50:11,883 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,883 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,884 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,884 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,894 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,896 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,896 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:11,896 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
ename, ename
job, job
DEBUG 2024-09-17 02:50:11,897 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,898 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.11', ename = 'hoge', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:11,898 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,898 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,898 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,932 [main] Transaction began
DEBUG 2024-09-17 02:50:11,932 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,932 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,933 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,933 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,942 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,943 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,943 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:11,944 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
job, job
DEBUG 2024-09-17 02:50:11,944 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,944 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.11', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:11,945 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,945 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,945 [main] Physical connection closed
DEBUG 2024-09-17 02:50:11,974 [main] Transaction began
DEBUG 2024-09-17 02:50:11,975 [main] Physical connection got
DEBUG 2024-09-17 02:50:11,975 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,975 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,975 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,984 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,986 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,986 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:11,987 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
DEBUG 2024-09-17 02:50:11,987 [main] Logical connection got
DEBUG 2024-09-17 02:50:11,987 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.11' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:11,988 [main] Logical connection closed
DEBUG 2024-09-17 02:50:11,988 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:11,988 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,021 [main] Transaction began
DEBUG 2024-09-17 02:50:12,022 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,022 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,022 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,022 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,033 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,035 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,036 [main] SELECT EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:12,036 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0
DEBUG 2024-09-17 02:50:12,037 [main] skip UPDATE: table=EMP, key{empno=7499}
DEBUG 2024-09-17 02:50:12,037 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,037 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,109 [main] Transaction began
DEBUG 2024-09-17 02:50:12,110 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,110 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,110 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,110 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,128 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,130 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,130 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:12,131 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
30, SALES, CHICAGO
class org.seasar.dao.impl.UpdateModifiedOnlyCommandTest$Dept$$EnhancedByS2AOP$$6baf24
DEBUG 2024-09-17 02:50:12,132 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,132 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,132 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,135 [main] Logical connection closed
dname, dname
DEBUG 2024-09-17 02:50:12,136 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,136 [main] UPDATE DEPT SET dname = 'FOO' WHERE deptno = 30
DEBUG 2024-09-17 02:50:12,136 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,136 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,136 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:12,137 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,137 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,137 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,165 [main] Transaction began
DEBUG 2024-09-17 02:50:12,165 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,165 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,166 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,166 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,180 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,181 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,182 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.job = 'MANAGER'
DEBUG 2024-09-17 02:50:12,183 [main] Logical connection closed
[7566, JONES, MANAGER, 2975.0, null, 2000-01-01 00:00:00.0, 7698, BLAKE, MANAGER, 2850.0, null, 2000-01-01 00:00:00.0, 7782, CLARK, MANAGER, 2450.0, null, 2000-01-01 00:00:00.0]
DEBUG 2024-09-17 02:50:12,183 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,183 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,183 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,187 [main] Logical connection closed
dname, dname
DEBUG 2024-09-17 02:50:12,188 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,188 [main] UPDATE DEPT SET dname = 'baar' WHERE deptno = 20
DEBUG 2024-09-17 02:50:12,188 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,188 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,188 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7566
DEBUG 2024-09-17 02:50:12,189 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,189 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,189 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,218 [main] Transaction began
DEBUG 2024-09-17 02:50:12,218 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,218 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,218 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,218 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,227 [main] Logical connection closed
[EDAO0021]Can not use update method of ModifiedOnly because property (modifiedPropertyNames) not found in org.seasar.dao.impl.UpdateModifiedOnlyCommandTest$Emp
DEBUG 2024-09-17 02:50:12,229 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,229 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,258 [main] Transaction began
DEBUG 2024-09-17 02:50:12,259 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,259 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,259 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,259 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,262 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,263 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,264 [main] SELECT EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:12,265 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,265 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,265 [main] UPDATE EMP SET ename = 'ModifiedPropertiesByReflection' WHERE empno = 7499
DEBUG 2024-09-17 02:50:12,265 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,265 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,265 [main] SELECT EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:12,266 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,266 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,266 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec
Running org.seasar.dao.parser.SqlTokenizerImplTest
org.seasar.dao.TokenNotClosedRuntimeException: [EDAO0002]*/ not closed in (hoge)
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.DaoAnnotationReaderImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.impl.DtoMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:12,370 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,370 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,370 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,370 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,378 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,378 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,378 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,378 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.impl.FieldArgumentDtoAnnotationReaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.HogeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.ListBindTest
DEBUG 2024-09-17 02:50:12,441 [main] Transaction began
DEBUG 2024-09-17 02:50:12,442 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,442 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,442 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,442 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,445 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,448 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,449 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7566, 7900) 
DEBUG 2024-09-17 02:50:12,449 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,449 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,449 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,471 [main] Transaction began
DEBUG 2024-09-17 02:50:12,471 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,471 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,472 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,472 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,476 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,478 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,479 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7900, 7902) 
DEBUG 2024-09-17 02:50:12,479 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,479 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,479 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.impl.UpdateAutoDynamicCommandTest
DEBUG 2024-09-17 02:50:12,485 [main] Transaction began
DEBUG 2024-09-17 02:50:12,486 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,486 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,486 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,486 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,511 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,520 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,520 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:12,521 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,521 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,522 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.12', ename = 'HOGE', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:12,522 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,522 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,522 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:12,523 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,523 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,523 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,528 [main] Transaction began
DEBUG 2024-09-17 02:50:12,528 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,529 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,529 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,529 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,553 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,562 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,562 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:12,563 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,563 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,563 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.12', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:12,564 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,564 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,564 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:12,564 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,565 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,565 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,570 [main] Transaction began
DEBUG 2024-09-17 02:50:12,571 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,571 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,571 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,571 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,579 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,579 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,581 [main] INSERT INTO CHAR_TABLE (aaa, id) VALUES ('c', 1)
DEBUG 2024-09-17 02:50:12,581 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,581 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,581 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,587 [main] Transaction began
DEBUG 2024-09-17 02:50:12,588 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,588 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,588 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,588 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,598 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,600 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,600 [main] SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2024-09-17 02:50:12,601 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,601 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,601 [main] UPDATE DEPT SET versionno = 1, dname = 'HOGE' WHERE deptno = 20 AND versionno = 0
DEBUG 2024-09-17 02:50:12,601 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,601 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,602 [main] SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2024-09-17 02:50:12,602 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,602 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,602 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.seasar.dao.pager.PagerUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.UpdateBatchAutoStaticCommandTest
DEBUG 2024-09-17 02:50:12,618 [main] Transaction began
DEBUG 2024-09-17 02:50:12,618 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,619 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,619 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,619 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,639 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,648 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,649 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.12', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:12,649 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.12', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:12,650 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,650 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,650 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.12', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:12,650 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.12', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:12,650 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,651 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,651 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,657 [main] Transaction began
DEBUG 2024-09-17 02:50:12,657 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,657 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,657 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,657 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,730 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,738 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,739 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.12', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:12,739 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.12', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:12,739 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,739 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,739 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:12,741 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,741 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,742 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:12,743 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,743 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,743 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec
Running org.seasar.dao.impl.DtoMetaDataFactoryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.impl.ObjectArrayResultSetHandlerTest
DEBUG 2024-09-17 02:50:12,758 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,758 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,758 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,758 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.impl.InsertBatchAutoStaticCommandTest
DEBUG 2024-09-17 02:50:12,764 [main] Transaction began
DEBUG 2024-09-17 02:50:12,764 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,764 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,764 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,764 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,787 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,795 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,796 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-09-17 02.50.12', 'hoge', 99, 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:12,796 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-09-17 02.50.12', 'hoge2', 98, 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:12,796 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,796 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,796 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-09-17 02.50.12', 'hoge3', 97, 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:12,797 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-09-17 02.50.12', 'hoge2', 96, 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:12,797 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,797 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,797 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.seasar.dao.impl.ResultSetToBeanTest
DEBUG 2024-09-17 02:50:12,803 [main] Transaction began
DEBUG 2024-09-17 02:50:12,804 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,804 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,805 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,805 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,813 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,813 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,814 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (123, 7650, 'foo')
DEBUG 2024-09-17 02:50:12,814 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,814 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,814 [main] SELECT employee_name FROM EMP3
DEBUG 2024-09-17 02:50:12,815 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,815 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,815 [main] SELECT employee_name AS employeeName FROM EMP3
DEBUG 2024-09-17 02:50:12,815 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,815 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,815 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.IllegalParameterTypeRuntimeExceptionTest
[EDAO0028](hoge) is illegal for procedure parameter type
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.MapResultSetHandlerTest
DEBUG 2024-09-17 02:50:12,826 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,826 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,826 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,826 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,831 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,831 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,831 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,831 [main] Physical connection closed
DEBUG 2024-09-17 02:50:12,835 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,835 [main] Logical connection got
WARN  2024-09-17 02:50:12,835 [main] More than 2 rows found, but only first row returned
DEBUG 2024-09-17 02:50:12,835 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,836 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.impl.PropertyTypeFactoryImplTest
DEBUG 2024-09-17 02:50:12,850 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,850 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,853 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,853 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.context.CommandContextPropertyAccessorTest
hoge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.util.TypeUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.CharBindTest
DEBUG 2024-09-17 02:50:12,875 [main] Transaction began
DEBUG 2024-09-17 02:50:12,875 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,876 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,876 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,876 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,881 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,883 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,883 [main] INSERT INTO CHAR_TABLE (aaa, id) VALUES ('Z', 31)
DEBUG 2024-09-17 02:50:12,884 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,884 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,884 [main] SELECT CHAR_TABLE.aaa, CHAR_TABLE.id FROM CHAR_TABLE
DEBUG 2024-09-17 02:50:12,884 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,884 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,884 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.pager.OracleRownumPagingSqlRewriterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.BeanEnhancerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.UpdateDynamicCommandTest
DEBUG 2024-09-17 02:50:12,896 [main] Transaction began
DEBUG 2024-09-17 02:50:12,897 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,897 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,898 [main] UPDATE emp SET ename = 'SCOTT' WHERE empno = 7788
DEBUG 2024-09-17 02:50:12,898 [main] Logical connection closed
DEBUG 2024-09-17 02:50:12,898 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:12,898 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest
[EDAO0031](public abstract void org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Dao.executeWithSimpleParameter(int)) is illegal. Parameter type must be DTO
[EDAO0030](public abstract void org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Dao.executeWithMultiParameters(org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Hoge,int)) is illegal. Parameter size must be 0 or 1
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.seasar.dao.pager.PagerResultSetWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.dbms.OracleTest
DEBUG 2024-09-17 02:50:12,972 [main] Physical connection got
DEBUG 2024-09-17 02:50:12,972 [main] Logical connection got
DEBUG 2024-09-17 02:50:12,996 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department2.versionno AS versionno_1, department2.deptno AS deptno_1, department2.dname AS dname_1, department2.loc AS loc_1 FROM EMP, DEPT department, DEPT department2 WHERE EMP.deptno = department.deptno(+) AND EMP.deptno = department2.deptno(+)
DEBUG 2024-09-17 02:50:12,996 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,001 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,001 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,008 [main] Logical connection closed
SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc FROM DEPT
DEBUG 2024-09-17 02:50:13,008 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.seasar.dao.OverloadNotSupportedRuntimeExceptionTest
[EDAO0033]Overload not supported for method(foo) of Dao interface(hoge)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.DefaultBeanMetaDataImplTest
DEBUG 2024-09-17 02:50:13,021 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,021 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,042 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,042 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,048 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,048 [main] Logical connection got
WARN  2024-09-17 02:50:13,051 [main] Table(MyBean) not found
WARN  2024-09-17 02:50:13,052 [main] Table(DefaultBeanMetaDataImplTest$Ccc) not found
DEBUG 2024-09-17 02:50:13,060 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,060 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,067 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,067 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,085 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,085 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,091 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,091 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,100 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,101 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,118 [main] Logical connection closed
SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0
DEBUG 2024-09-17 02:50:13,119 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,169 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,169 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,187 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,188 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,194 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,194 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,212 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,212 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,219 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,219 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,237 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,237 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,242 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,243 [main] Logical connection got
WARN  2024-09-17 02:50:13,245 [main] Table(DefaultBeanMetaDataImplTest$Ddd) not found
DEBUG 2024-09-17 02:50:13,250 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,250 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,257 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,257 [main] Logical connection got
WARN  2024-09-17 02:50:13,260 [main] Table(DefaultBeanMetaDataImplTest$Eee) not found
DEBUG 2024-09-17 02:50:13,266 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,267 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,272 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,272 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,279 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,279 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,285 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,285 [main] Logical connection got
WARN  2024-09-17 02:50:13,288 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2024-09-17 02:50:13,294 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,294 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,300 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,300 [main] Logical connection got
WARN  2024-09-17 02:50:13,303 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2024-09-17 02:50:13,306 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,306 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,368 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,368 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,377 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,377 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,383 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,383 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,390 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,390 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,396 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,396 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,405 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,405 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,413 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,413 [main] Logical connection got
WARN  2024-09-17 02:50:13,416 [main] Table(DefaultBeanMetaDataImplTest$Ggg) not found
DEBUG 2024-09-17 02:50:13,419 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,420 [main] Physical connection closed
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec
Running org.seasar.dao.impl.FunctionTest
DEBUG 2024-09-17 02:50:13,428 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,428 [main] Logical connection got
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.util.ImplementInterfaceWalkerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.BooleanPropertyTest
DEBUG 2024-09-17 02:50:13,441 [main] Transaction began
DEBUG 2024-09-17 02:50:13,442 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,442 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,442 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,442 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,450 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,450 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,451 [main] INSERT INTO DEPT2 (deptno, dname, active) VALUES (99, 'hoge', true)
DEBUG 2024-09-17 02:50:13,451 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,451 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,451 [main] SELECT DEPT2.deptno, DEPT2.dname, DEPT2.active FROM DEPT2
WARN  2024-09-17 02:50:13,451 [main] More than 2 rows found, but only first row returned
DEBUG 2024-09-17 02:50:13,451 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,452 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,452 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.impl.ObjectResultSetHandlerTest
DEBUG 2024-09-17 02:50:13,457 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,457 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,457 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,457 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,461 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,461 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,461 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,462 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.dbms.H2Test
DEBUG 2024-09-17 02:50:13,649 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,650 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,673 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,679 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,716 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,716 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,717 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,717 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,721 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,721 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,721 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-09-17 02:50:13,725 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,725 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,725 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-09-17 02:50:13,725 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,725 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,725 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-09-17 02:50:13,725 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,725 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,726 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:13,726 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,726 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,726 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:13,726 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,726 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,726 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-09-17 02:50:13,726 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,726 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,726 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:13,726 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,726 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,726 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,728 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec
Running org.seasar.dao.id.IdentityIdentifierGeneratorTest
DEBUG 2024-09-17 02:50:13,734 [main] Transaction began
DEBUG 2024-09-17 02:50:13,734 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,735 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,735 [main] insert into identitytable(id_name) values('hoge')
DEBUG 2024-09-17 02:50:13,735 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,735 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,735 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:13,736 [main] Logical connection closed
0
DEBUG 2024-09-17 02:50:13,736 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,736 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.util.FetchHandlerUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.util.DaoNamingConventionUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.NoPersistentPropertyTypeTest
DEBUG 2024-09-17 02:50:13,745 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,745 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,745 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,745 [main] Logical connection got
WARN  2024-09-17 02:50:13,748 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2024-09-17 02:50:13,752 [main] Logical connection closed
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization findAll method of org.seasar.dao.impl.NoPersistentPropertyTypeTest$Foo1Dao, because org.seasar.dao.NoPersistentPropertyTypeRuntimeException: [EDAO0017]No SELECT list
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.unit.S2DaoTestCase.createDaoMetaData(S2DaoTestCase.java:173)
	at org.seasar.dao.impl.NoPersistentPropertyTypeTest.testNoPersistentPropertyTypeException1(NoPersistentPropertyTypeTest.java:39)
	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:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:230)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:89)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:145)
	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:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor71.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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.dao.NoPersistentPropertyTypeRuntimeException: [EDAO0017]No SELECT list
	at org.seasar.dao.impl.BeanMetaDataImpl.setupAutoSelectList(BeanMetaDataImpl.java:405)
	at org.seasar.dao.impl.BeanMetaDataImpl.getAutoSelectList(BeanMetaDataImpl.java:362)
	at org.seasar.dao.dbms.Standard.getAutoSelectSql(Standard.java:64)
	at org.seasar.dao.impl.DaoMetaDataImpl.createAutoSelectSql(DaoMetaDataImpl.java:866)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupNonQuerySelectMethodByArgs(DaoMetaDataImpl.java:796)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupNonQuerySelectMethodByAuto(DaoMetaDataImpl.java:752)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSelectMethodByAuto(DaoMetaDataImpl.java:723)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:389)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 32 more
DEBUG 2024-09-17 02:50:13,753 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,815 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,815 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,815 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,815 [main] Logical connection got
WARN  2024-09-17 02:50:13,818 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2024-09-17 02:50:13,822 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,822 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,822 [main] SELECT * FROM EMP
DEBUG 2024-09-17 02:50:13,823 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,823 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.impl.DtoListMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:13,829 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,829 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,829 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,829 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,834 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,834 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,834 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,834 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor3Test
DEBUG 2024-09-17 02:50:13,850 [main] Transaction began
DEBUG 2024-09-17 02:50:13,851 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,851 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,851 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,852 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,855 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,855 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,856 [main] UPDATE DEPT SET versionno = 1, dname = null, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2024-09-17 02:50:13,856 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,856 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,856 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,870 [main] Transaction began
DEBUG 2024-09-17 02:50:13,870 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,870 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,870 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,870 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,873 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,874 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,874 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2024-09-17 02:50:13,875 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,875 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,875 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.seasar.dao.impl.ArgumentDtoProcedureCommandTest
DEBUG 2024-09-17 02:50:13,881 [main] Transaction began
DEBUG 2024-09-17 02:50:13,883 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,883 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,884 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,888 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,888 [main] {call PROCEDURE_TEST_AAA1 (?)}
DEBUG 2024-09-17 02:50:13,891 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,891 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,891 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,902 [main] Transaction began
DEBUG 2024-09-17 02:50:13,902 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,902 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,902 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,904 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,905 [main] {call PROCEDURE_TEST_AAA2 (?, ?)}
DEBUG 2024-09-17 02:50:13,906 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,906 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,907 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,911 [main] Transaction began
DEBUG 2024-09-17 02:50:13,912 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,912 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,912 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,914 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,914 [main] {call PROCEDURE_TEST_BBB1 ('hoge')}
DEBUG 2024-09-17 02:50:13,916 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,916 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,916 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,920 [main] Transaction began
DEBUG 2024-09-17 02:50:13,921 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,921 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,921 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,923 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,923 [main] {call PROCEDURE_TEST_BBB2 ('hoge', 10, '2007-08-26 14.30.00')}
DEBUG 2024-09-17 02:50:13,925 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,926 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,926 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,931 [main] Transaction began
DEBUG 2024-09-17 02:50:13,932 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,932 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,932 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,934 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,934 [main] {call PROCEDURE_TEST_CCC2 (?, 10, ?)}
DEBUG 2024-09-17 02:50:13,936 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,936 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,936 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,940 [main] Transaction began
DEBUG 2024-09-17 02:50:13,941 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,941 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,941 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,944 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,944 [main] {call PROCEDURE_TEST_DDD1 ('ab')}
DEBUG 2024-09-17 02:50:13,946 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,946 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,946 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,950 [main] Transaction began
DEBUG 2024-09-17 02:50:13,950 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,951 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,951 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,954 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,954 [main] {call PROCEDURE_TEST_AAA3 ()}
DEBUG 2024-09-17 02:50:13,955 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,955 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,955 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,959 [main] Transaction began
DEBUG 2024-09-17 02:50:13,960 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,960 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,960 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,963 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,963 [main] {call PROCEDURE_TEST_CCC1 ('hoge', 10, ?)}
DEBUG 2024-09-17 02:50:13,966 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,966 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,966 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,970 [main] Transaction began
DEBUG 2024-09-17 02:50:13,970 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,970 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,970 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,973 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,973 [main] Logical connection closed
[EDAO0029]null is illegal for argument DTO
DEBUG 2024-09-17 02:50:13,974 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,974 [main] Physical connection closed
DEBUG 2024-09-17 02:50:13,978 [main] Transaction began
DEBUG 2024-09-17 02:50:13,978 [main] Physical connection got
DEBUG 2024-09-17 02:50:13,978 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,978 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,981 [main] Logical connection got
DEBUG 2024-09-17 02:50:13,981 [main] {? = call FUNCTION_TEST_MAX (5.0, 10.0)}
DEBUG 2024-09-17 02:50:13,985 [main] Logical connection closed
DEBUG 2024-09-17 02:50:13,986 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:13,986 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec
Running org.seasar.dao.pager.PagerContextTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.LogCustomizeTest
DEBUG 2024-09-17 02:50:14,013 [main] Transaction began
DEBUG 2024-09-17 02:50:14,013 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,013 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,013 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,013 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,018 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,020 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,022 [main] Logical connection closed
SELECT empno, ename, dname FROM emp, dept where emp.deptno = dept.deptno
DEBUG 2024-09-17 02:50:14,022 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,022 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.dao.impl.ReturnsArrayDaoTest
DEBUG 2024-09-17 02:50:14,037 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,037 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,037 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,037 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,041 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,042 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,042 [main] SELECT EMP.ename FROM EMP
DEBUG 2024-09-17 02:50:14,042 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,042 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,042 [main] SELECT EMP.ename FROM EMP
DEBUG 2024-09-17 02:50:14,044 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,044 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.pager.PagerConditionBaseTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.seasar.dao.pager.ScrollCursorTest
DEBUG 2024-09-17 02:50:14,104 [main] Transaction began
DEBUG 2024-09-17 02:50:14,104 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,104 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,108 [main] S2Pager use scroll cursor.
DEBUG 2024-09-17 02:50:14,108 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,108 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,108 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,114 [main] Transaction began
DEBUG 2024-09-17 02:50:14,114 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,114 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,114 [main] S2Pager use scroll cursor.
DEBUG 2024-09-17 02:50:14,114 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,114 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,114 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,124 [main] Transaction began
DEBUG 2024-09-17 02:50:14,125 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,125 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,125 [main] S2Pager use scroll cursor.
DEBUG 2024-09-17 02:50:14,125 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,126 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,126 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.impl.MapListResultSetHandlerTest
DEBUG 2024-09-17 02:50:14,131 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,131 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,131 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,131 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.impl.ClobTest
DEBUG 2024-09-17 02:50:14,147 [main] Transaction began
DEBUG 2024-09-17 02:50:14,147 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,147 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,148 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,148 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,163 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,164 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,165 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 123
DEBUG 2024-09-17 02:50:14,176 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,176 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,176 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,196 [main] Transaction began
DEBUG 2024-09-17 02:50:14,197 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,197 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,197 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,197 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,200 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,201 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,201 [main] INSERT INTO LARGE_TEXT (id, version_no, large_string) VALUES (1, 0, 'abc1')
DEBUG 2024-09-17 02:50:14,222 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,223 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,223 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2024-09-17 02:50:14,224 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,224 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,224 [main] UPDATE LARGE_TEXT SET version_no = 1, large_string = 'ABCDEFG' WHERE id = 1 AND version_no = 0
DEBUG 2024-09-17 02:50:14,234 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,234 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,234 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2024-09-17 02:50:14,234 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,244 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,244 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running org.seasar.dao.id.IdentifierGeneratorFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.AnnotationReaderFactoryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.BeanArrayMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:14,255 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,255 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,272 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,272 [main] Logical connection got
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 2024-09-17 02:50:14,279 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,279 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.impl.InsertAutoDynamicCommandTest
DEBUG 2024-09-17 02:50:14,285 [main] Transaction began
DEBUG 2024-09-17 02:50:14,285 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,286 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,286 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,286 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,304 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,313 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,314 [main] INSERT INTO EMP (tstamp, ename, empno, deptno) VALUES ('2024-09-17 02.50.14', 'hoge', 99, 0)
DEBUG 2024-09-17 02:50:14,314 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,315 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,315 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,319 [main] Transaction began
DEBUG 2024-09-17 02:50:14,319 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,319 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,320 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,320 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,326 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,326 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,326 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2024-09-17 02:50:14,327 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,327 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:14,327 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,327 [main] Logical connection closed
1
DEBUG 2024-09-17 02:50:14,327 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,327 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2024-09-17 02:50:14,327 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,327 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:14,327 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,327 [main] Logical connection closed
2
DEBUG 2024-09-17 02:50:14,327 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,327 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,332 [main] Transaction began
DEBUG 2024-09-17 02:50:14,333 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,333 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,333 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,333 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,354 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,362 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,362 [main] INSERT INTO EMP (tstamp, ename, empno) VALUES ('2024-09-17 02.50.14', 'hoge', 99)
DEBUG 2024-09-17 02:50:14,362 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,362 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,363 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,418 [main] Transaction began
DEBUG 2024-09-17 02:50:14,418 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,419 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,419 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,419 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,436 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,448 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,448 [main] INSERT INTO EMP (deptno, empno, tstamp) VALUES (10, 99, '2024-09-17 02.50.14')
DEBUG 2024-09-17 02:50:14,448 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,449 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,449 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,453 [main] Transaction began
DEBUG 2024-09-17 02:50:14,454 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,454 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,455 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,455 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,462 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,462 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,462 [main] INSERT INTO EMP (empno) VALUES (980)
DEBUG 2024-09-17 02:50:14,463 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,463 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,463 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,467 [main] Transaction began
DEBUG 2024-09-17 02:50:14,468 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,468 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,468 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,468 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,474 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,474 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,474 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,478 [main] Transaction began
DEBUG 2024-09-17 02:50:14,479 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,479 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,480 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,480 [main] Logical connection got
WARN  2024-09-17 02:50:14,485 [main] Table(DUMMY_TABLE) not found
DEBUG 2024-09-17 02:50:14,488 [main] Logical connection closed
[EDAO0024]No Persistent Properties. Probably (org.seasar.dao.impl.InsertAutoDynamicCommandTest$FooDto) doesnt assosiated with table.
DEBUG 2024-09-17 02:50:14,490 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,491 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,499 [main] Transaction began
DEBUG 2024-09-17 02:50:14,500 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,500 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,500 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,500 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,507 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,507 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,507 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,507 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:14,508 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,508 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 49)
DEBUG 2024-09-17 02:50:14,508 [main] Logical connection closed
49
DEBUG 2024-09-17 02:50:14,508 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,508 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,512 [main] Transaction began
DEBUG 2024-09-17 02:50:14,513 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,513 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,514 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,514 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,520 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,521 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,521 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,522 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:14,522 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,522 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 50)
DEBUG 2024-09-17 02:50:14,522 [main] Logical connection closed
50
DEBUG 2024-09-17 02:50:14,522 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,522 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,522 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:14,522 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,523 [main] INSERT INTO SEQTABLE (name, id) VALUES ('foo', 51)
DEBUG 2024-09-17 02:50:14,523 [main] Logical connection closed
51
DEBUG 2024-09-17 02:50:14,523 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,523 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,528 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,528 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,528 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,528 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,536 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,536 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,536 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,536 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,538 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:14,538 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,538 [main] INSERT INTO COMPOSITE_PK_TABLE (aaa, pk2, pk1) VALUES ('hoge', 10, 52)
DEBUG 2024-09-17 02:50:14,539 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,539 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,539 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec
Running org.seasar.dao.types.SerializableTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.MapArrayResultSetHandlerTest
DEBUG 2024-09-17 02:50:14,547 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,547 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,547 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,548 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.ObjectListResultSetHandlerTest
DEBUG 2024-09-17 02:50:14,553 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,553 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,553 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,553 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.id.SequenceIdentifierGeneratorTest
DEBUG 2024-09-17 02:50:14,558 [main] Transaction began
DEBUG 2024-09-17 02:50:14,558 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,558 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,558 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:14,559 [main] Logical connection closed
53
DEBUG 2024-09-17 02:50:14,559 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,559 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,562 [main] Transaction began
DEBUG 2024-09-17 02:50:14,564 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,564 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,564 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:14,565 [main] Logical connection closed
49
50
51
52
53
54
55
56
57
58
DEBUG 2024-09-17 02:50:14,565 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,565 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:14,565 [main] Logical connection closed
59
60
61
62
63
64
65
66
67
68
DEBUG 2024-09-17 02:50:14,565 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,565 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:14,566 [main] Logical connection closed
69
70
71
72
73
74
75
76
77
78
DEBUG 2024-09-17 02:50:14,567 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,567 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:14,567 [main] Logical connection closed
79
80
DEBUG 2024-09-17 02:50:14,567 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,567 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.unit.S2DaoBeanListReaderTest
DEBUG 2024-09-17 02:50:14,575 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,575 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,592 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,599 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.impl.DefaultTest
DEBUG 2024-09-17 02:50:14,678 [main] Transaction began
DEBUG 2024-09-17 02:50:14,679 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,679 [main] Logical connection got
[1] TABLE_CAT
[2] TABLE_SCHEM
[3] TABLE_NAME
[4] COLUMN_NAME
[5] DATA_TYPE
[6] TYPE_NAME
[7] COLUMN_SIZE
[8] BUFFER_LENGTH
[9] DECIMAL_DIGITS
[10] NUM_PREC_RADIX
[11] NULLABLE
[12] REMARKS
[13] COLUMN_DEF
[14] SQL_DATA_TYPE
[15] SQL_DATETIME_SUB
[16] CHAR_OCTET_LENGTH
[17] ORDINAL_POSITION
[18] IS_NULLABLE
{table_cat=, table_schem=SEASAR, table_name=DEFAULT_TABLE, column_name=ID, data_type=4, type_name=INTEGER, column_size=10, buffer_length=null, decimal_digits=0, num_prec_radix=10, nullable=0, remarks=, column_def=AUTOINCREMENT: start 1 increment 1, sql_data_type=null, sql_datetime_sub=null, char_octet_length=null, ordinal_position=1, is_nullable=NO}
{table_cat=, table_schem=SEASAR, table_name=DEFAULT_TABLE, column_name=AAA, data_type=12, type_name=VARCHAR, column_size=20, buffer_length=null, decimal_digits=null, num_prec_radix=null, nullable=1, remarks=, column_def='ABC', sql_data_type=null, sql_datetime_sub=null, char_octet_length=40, ordinal_position=2, is_nullable=YES}
{table_cat=, table_schem=SEASAR, table_name=DEFAULT_TABLE, column_name=BBB, data_type=12, type_name=VARCHAR, column_size=20, buffer_length=null, decimal_digits=null, num_prec_radix=null, nullable=1, remarks=, column_def=null, sql_data_type=null, sql_datetime_sub=null, char_octet_length=40, ordinal_position=3, is_nullable=YES}
{table_cat=, table_schem=SEASAR, table_name=DEFAULT_TABLE, column_name=VERSION_NO, data_type=4, type_name=INTEGER, column_size=10, buffer_length=null, decimal_digits=0, num_prec_radix=10, nullable=0, remarks=, column_def=null, sql_data_type=null, sql_datetime_sub=null, char_octet_length=null, ordinal_position=4, is_nullable=NO}
DEBUG 2024-09-17 02:50:14,682 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,682 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,683 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,708 [main] Transaction began
DEBUG 2024-09-17 02:50:14,709 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,709 [main] Logical connection got
ID[AUTOINCREMENT: start 1 increment 1]
AAA['ABC']
BBB[null]
VERSION_NO[null]
DEBUG 2024-09-17 02:50:14,711 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,711 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,711 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,733 [main] Transaction began
DEBUG 2024-09-17 02:50:14,734 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,734 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,734 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,734 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,736 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,739 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,739 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('1234567', '890', 0)
DEBUG 2024-09-17 02:50:14,744 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,744 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-09-17 02:50:14,746 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,746 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,746 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,746 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 1
DEBUG 2024-09-17 02:50:14,750 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,759 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,760 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,784 [main] Transaction began
DEBUG 2024-09-17 02:50:14,784 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,784 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,784 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,784 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,785 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,789 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,789 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('11', '12', 0)
DEBUG 2024-09-17 02:50:14,789 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('21', '22', 0)
DEBUG 2024-09-17 02:50:14,790 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,790 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,790 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-09-17 02:50:14,802 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,816 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,816 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,840 [main] Transaction began
DEBUG 2024-09-17 02:50:14,840 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,840 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,840 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,840 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,841 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,844 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,844 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('11', '12', 0)
DEBUG 2024-09-17 02:50:14,845 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES (null, '22', 0)
DEBUG 2024-09-17 02:50:14,845 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('31', null, 0)
DEBUG 2024-09-17 02:50:14,846 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,846 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,846 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-09-17 02:50:14,847 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,853 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,853 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,879 [main] Transaction began
DEBUG 2024-09-17 02:50:14,880 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,880 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,880 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,880 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,884 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,887 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,887 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('11', null, 0)
DEBUG 2024-09-17 02:50:14,887 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('21', '22', 0)
DEBUG 2024-09-17 02:50:14,888 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,888 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,888 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-09-17 02:50:14,889 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,894 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,895 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,915 [main] Transaction began
DEBUG 2024-09-17 02:50:14,916 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,916 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,916 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,916 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,917 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,919 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,919 [main] INSERT INTO DEFAULT_TABLE (bbb, version_no) VALUES ('bbbb', 0)
DEBUG 2024-09-17 02:50:14,924 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,924 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-09-17 02:50:14,924 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,925 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,925 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,925 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 9
DEBUG 2024-09-17 02:50:14,925 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,931 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,931 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,958 [main] Transaction began
DEBUG 2024-09-17 02:50:14,959 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,959 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,959 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,959 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,960 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,962 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,963 [main] INSERT INTO DEFAULT_TABLE (version_no) VALUES (0)
DEBUG 2024-09-17 02:50:14,967 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,967 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-09-17 02:50:14,968 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,968 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,968 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,968 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 10
DEBUG 2024-09-17 02:50:14,968 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,974 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:14,974 [main] Physical connection closed
DEBUG 2024-09-17 02:50:14,996 [main] Transaction began
DEBUG 2024-09-17 02:50:14,997 [main] Physical connection got
DEBUG 2024-09-17 02:50:14,997 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,997 [main] Logical connection closed
DEBUG 2024-09-17 02:50:14,997 [main] Logical connection got
DEBUG 2024-09-17 02:50:14,999 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,002 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,002 [main] INSERT INTO DEFAULT_TABLE (
    AAA,
    
    VERSION_NO
) VALUES (
	'foooo',
	
	0
)
DEBUG 2024-09-17 02:50:15,006 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,007 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,007 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE
DEBUG 2024-09-17 02:50:15,009 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,015 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:15,015 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,039 [main] Transaction began
DEBUG 2024-09-17 02:50:15,039 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,040 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,040 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,040 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,041 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,043 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,043 [main] INSERT INTO DEFAULT_TABLE (
    
    BBB,
    VERSION_NO
) VALUES (
	
	'ttt',
	0
)
DEBUG 2024-09-17 02:50:15,048 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,048 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,048 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE
DEBUG 2024-09-17 02:50:15,048 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,057 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:15,057 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,136 [main] Transaction began
DEBUG 2024-09-17 02:50:15,137 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,137 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,137 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,137 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,141 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,142 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,142 [main] INSERT INTO PK_ONLY_TABLE (aaa, bbb) VALUES (123, 456)
DEBUG 2024-09-17 02:50:15,145 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,145 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,145 [main] SELECT PK_ONLY_TABLE.aaa, PK_ONLY_TABLE.bbb FROM PK_ONLY_TABLE
DEBUG 2024-09-17 02:50:15,148 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,157 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:15,157 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
Running org.seasar.dao.impl.NoPropertyForUpdateTest
DEBUG 2024-09-17 02:50:15,172 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,172 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,172 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,172 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,177 [main] Logical connection closed
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao, because org.seasar.framework.exception.SRuntimeException: [EDAO0035]cannot find property for update.
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$1756db3$$MethodInvocation$$delete0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$1756db3.delete(NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$1756db3.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest.testExceptionOnUpdate(NoPropertyForUpdateTest.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:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:230)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:89)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:145)
	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:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor71.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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0035]cannot find property for update.
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:102)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 37 more
DEBUG 2024-09-17 02:50:15,178 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.impl.RelationPropertyTypeFactoryImplTest
DEBUG 2024-09-17 02:50:15,183 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,183 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,191 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,191 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.impl.BeanMetaDataFactoryImplTest
DEBUG 2024-09-17 02:50:15,209 [main] Transaction began
DEBUG 2024-09-17 02:50:15,209 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,209 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,213 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,213 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:15,213 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,220 [main] Transaction began
DEBUG 2024-09-17 02:50:15,221 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,221 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,223 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,224 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:15,224 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.impl.FieldDaoMetaDataImplTest
DEBUG 2024-09-17 02:50:15,271 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,271 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,271 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,271 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,292 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,297 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,303 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,303 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,303 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,303 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,320 [main] Logical connection closed
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.impl.Employee11Dao, method=insert, file=org/seasar/dao/impl/Employee11Dao_insert.sql)
DEBUG 2024-09-17 02:50:15,321 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,327 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,327 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,327 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,327 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,349 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,351 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,357 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,357 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,357 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,357 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,374 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,377 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,383 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,383 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,383 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,383 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,458 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,461 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,466 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,466 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,466 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,466 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,485 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,488 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,494 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,494 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,494 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,494 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,513 [main] Logical connection closed
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, hiredate = ?, mgr = ?, job = ?, comm = ?, sal = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-09-17 02:50:15,514 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,520 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,520 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,520 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,520 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,540 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,543 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,548 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,548 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,548 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,548 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,565 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,568 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,574 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,574 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,574 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,574 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,592 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,596 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,601 [main] Transaction began
DEBUG 2024-09-17 02:50:15,601 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,601 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,601 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,602 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,619 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,627 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,628 [main] INSERT INTO EMP (tstamp, ename, empno, deptno) VALUES ('2024-09-17 02.50.15', 'hoge', 99, 0)
DEBUG 2024-09-17 02:50:15,628 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,629 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:15,629 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,634 [main] Transaction began
DEBUG 2024-09-17 02:50:15,635 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,635 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,635 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,635 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,651 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,659 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,659 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:15,660 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,660 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,660 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.15', ename = 'hoge2', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:15,661 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,661 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:15,661 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,724 [main] Transaction began
DEBUG 2024-09-17 02:50:15,725 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,725 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,725 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,725 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,744 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,754 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,754 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:15,755 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,755 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,756 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.15', ename = 'hoge4', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-09-17 02:50:15,757 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,757 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:15,757 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,764 [main] Transaction began
DEBUG 2024-09-17 02:50:15,764 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,764 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,764 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,764 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,782 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,789 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,789 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:15,790 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,791 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,791 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:15,791 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,791 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:15,791 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,797 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,797 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,797 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,797 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,815 [main] Logical connection closed
public abstract void org.seasar.dao.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-09-17 02:50:15,815 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,820 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,820 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,820 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,820 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,838 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF deptno != null*/ EMP.deptno = /*deptno*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:15,844 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,850 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,850 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,850 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,850 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,869 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,875 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,880 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,880 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,880 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,880 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,905 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,912 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,917 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,917 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,917 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,917 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,933 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,942 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,951 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,951 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,951 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,951 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,968 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,976 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,976 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:50:15,979 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-17 02:50:15,980 [main] Physical connection closed
DEBUG 2024-09-17 02:50:15,986 [main] Physical connection got
DEBUG 2024-09-17 02:50:15,986 [main] Logical connection got
DEBUG 2024-09-17 02:50:15,986 [main] Logical connection closed
DEBUG 2024-09-17 02:50:15,986 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,004 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,072 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,073 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:50:16,076 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-17 02:50:16,077 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,082 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,082 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,082 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,082 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,099 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,107 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,108 [main] select * from emp
DEBUG 2024-09-17 02:50:16,110 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-17 02:50:16,111 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,116 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,116 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,117 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,117 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,136 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,143 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,143 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-17 02:50:16,145 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-17 02:50:16,147 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,152 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,153 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,153 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,153 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,169 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-09-17 02:50:16,177 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,182 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,182 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,182 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,182 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,200 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,208 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,208 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:50:16,209 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-17 02:50:16,214 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,219 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,219 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,219 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,219 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,236 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,244 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,244 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:50:16,246 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-17 02:50:16,248 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,253 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,253 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,253 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,253 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,271 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,279 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,280 [main] select * from emp
DEBUG 2024-09-17 02:50:16,281 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-17 02:50:16,281 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,286 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,286 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,286 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,286 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,303 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,311 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,312 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-17 02:50:16,313 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-17 02:50:16,314 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,318 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,318 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,318 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,318 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,336 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,342 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,343 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:16,344 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-17 02:50:16,345 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,416 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,416 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,416 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,416 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,433 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,442 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,442 [main] select count(*) from emp
DEBUG 2024-09-17 02:50:16,442 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,442 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,447 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,447 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,447 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,447 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,464 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,472 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,472 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:16,473 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}
DEBUG 2024-09-17 02:50:16,474 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,479 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,479 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,479 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,479 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,496 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,503 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,503 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:16,504 [main] Logical connection closed
{tstamp=2005-01-18 13:09:32.213, ename=SCOTT, empno=7788, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, versionno0=0, deptno0=20, dname0=RESEARCH, loc0=DALLAS}
DEBUG 2024-09-17 02:50:16,504 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,509 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,509 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,509 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,509 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,526 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,534 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,534 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:16,534 [main] Logical connection closed
[{tstamp=2005-01-18 13:09:32.213, ename=SCOTT, empno=7788, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, versionno0=0, deptno0=20, dname0=RESEARCH, loc0=DALLAS}]
DEBUG 2024-09-17 02:50:16,534 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,539 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,539 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,539 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,539 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,558 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,566 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,566 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:16,566 [main] Logical connection closed
[Ljava.util.Map;@1376afa
DEBUG 2024-09-17 02:50:16,566 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,571 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,571 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,571 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,571 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,588 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,594 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,594 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-09-17 02:50:16,596 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-09-17 02:50:16,596 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,601 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,601 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,601 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,601 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,618 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-09-17 02:50:16,626 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,626 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-09-17 02:50:16,628 [main] Logical connection closed
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-17 02:50:16,628 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,633 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,633 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,634 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,634 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,651 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,653 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,653 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:50:16,653 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,655 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,659 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,659 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,660 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,660 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,675 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,678 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,679 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:50:16,679 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,679 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,685 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,685 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,685 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,685 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,696 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,696 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,697 [main] SELECT EMP2.ename, EMP2.empno, EMP2.deptnum, department2.deptno AS deptno_0, department2.dname AS dname_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-09-17 02:50:16,697 [main] Logical connection closed
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-17 02:50:16,698 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,764 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,764 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,765 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,765 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,777 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,778 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,779 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-17 02:50:16,779 [main] Logical connection closed
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-17 02:50:16,779 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,784 [main] Transaction began
DEBUG 2024-09-17 02:50:16,785 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,785 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,785 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,785 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,804 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,812 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,812 [main] INSERT INTO EMP (tstamp, ename, empno, deptno) VALUES ('2024-09-17 02.50.16', 'test', 9999, 50)
DEBUG 2024-09-17 02:50:16,812 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,812 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,812 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:16,813 [main] Logical connection closed
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-17 02:50:16,814 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,814 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-09-17 02:50:16,814 [main] Logical connection closed
9999, test, null, null, null, null, null, 50, 2024-09-17 02:50:16.812 {50, null, null, 0}
DEBUG 2024-09-17 02:50:16,814 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:16,814 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,819 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,819 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,819 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,819 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,835 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,840 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,846 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,846 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,846 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,846 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,863 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ AND department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:16,874 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,874 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-09-17 02:50:16,875 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,875 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,881 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,881 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,881 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,881 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,896 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:16,906 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,906 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-09-17 02:50:16,906 [main] Logical connection closed
[]
DEBUG 2024-09-17 02:50:16,906 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,912 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,912 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,912 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,912 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,929 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.ename != null*/ EMP.ename = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:16,933 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,934 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-09-17 02:50:16,935 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-17 02:50:16,935 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,939 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,940 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,940 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,940 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,956 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.ename != null*/ EMP.ename = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-09-17 02:50:16,959 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,964 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,965 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,965 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,965 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,985 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-17 02:50:16,991 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,991 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-09-17 02:50:16,993 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,993 [main] Physical connection closed
DEBUG 2024-09-17 02:50:16,998 [main] Physical connection got
DEBUG 2024-09-17 02:50:16,998 [main] Logical connection got
DEBUG 2024-09-17 02:50:16,999 [main] Logical connection closed
DEBUG 2024-09-17 02:50:16,999 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,014 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-17 02:50:17,082 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,083 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-09-17 02:50:17,083 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,083 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,088 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,088 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,088 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,089 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,110 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.ename AS ename_0, parent.empno AS empno_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:17,110 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,111 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.ename AS ename_0, parent.empno AS empno_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:17,112 [main] Logical connection closed
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-09-17 02:50:17,112 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,119 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,119 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,119 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,119 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,135 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:17,135 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,142 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,142 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,142 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,142 [main] Logical connection got
WARN  2024-09-17 02:50:17,146 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-17 02:50:17,151 [main] Logical connection closed
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-17 02:50:17,151 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,151 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-17 02:50:17,152 [main] Logical connection closed
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-17 02:50:17,152 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,159 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,159 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,159 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,159 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,180 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:17,189 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,195 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,195 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,195 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,195 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,213 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ AND department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-09-17 02:50:17,214 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,214 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH' 
DEBUG 2024-09-17 02:50:17,216 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,216 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,216 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-09-17 02:50:17,218 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,218 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,223 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,223 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,223 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,223 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,241 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-09-17 02:50:17,241 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,241 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-09-17 02:50:17,244 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,244 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,244 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-09-17 02:50:17,245 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,245 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,246 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-09-17 02:50:17,247 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,247 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,247 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-09-17 02:50:17,248 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,248 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,248 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-09-17 02:50:17,248 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,248 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,254 [main] Transaction began
DEBUG 2024-09-17 02:50:17,255 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,255 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,255 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,255 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,271 [main] Logical connection closed
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-17 02:50:17,271 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,272 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:50:17,272 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,272 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,272 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-17 02:50:17,272 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,272 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,272 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:50:17,272 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,272 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:17,272 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,277 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,277 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,278 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,278 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,293 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,296 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,302 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,302 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,302 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,302 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,308 [main] Logical connection closed
INSERT INTO EMP (eNaMe, empno) VALUES (?, ?)
DEBUG 2024-09-17 02:50:17,310 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,315 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,315 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,315 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,315 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,322 [main] Logical connection closed
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-17 02:50:17,323 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,391 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,391 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,391 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,391 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,398 [main] Logical connection closed
SELECT EMP.eNaMe, EMP.empno FROM EMP/*BEGIN*/ WHERE /*IF dto.ename != null*/ EMP.eNaMe = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:17,399 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,404 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,404 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,405 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,405 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,411 [main] Logical connection closed
SELECT EMP.eNaMe, EMP.empno FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:17,412 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,419 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,419 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,419 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,419 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,436 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,436 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,437 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:50:17,439 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,439 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,444 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,444 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,445 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,445 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,467 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,467 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,473 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,473 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,473 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,473 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,493 [main] Logical connection closed
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-17 02:50:17,494 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,499 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,499 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,499 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,499 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,517 [main] Logical connection closed
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-17 02:50:17,517 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.255 sec
Running org.seasar.dao.impl.BlobTest
DEBUG 2024-09-17 02:50:17,538 [main] Transaction began
DEBUG 2024-09-17 02:50:17,539 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,539 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,539 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,539 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,542 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,544 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,544 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2024-09-17 02:50:17,552 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,552 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:17,552 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,572 [main] Transaction began
DEBUG 2024-09-17 02:50:17,573 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,573 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,573 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,573 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,578 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,579 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,579 [main] INSERT INTO LARGE_BINARY (id, version_no, large_binary) VALUES (111, 0, '[B@9e0c79')
DEBUG 2024-09-17 02:50:17,582 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,582 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,582 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-09-17 02:50:17,584 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,584 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,584 [main] UPDATE LARGE_BINARY SET version_no = 1, large_binary = '[B@ec2ea8' WHERE id = 111 AND version_no = 0
DEBUG 2024-09-17 02:50:17,587 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,587 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,587 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-09-17 02:50:17,588 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,588 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,588 [main] DELETE FROM LARGE_BINARY WHERE id = 111 AND version_no = 1
DEBUG 2024-09-17 02:50:17,595 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,597 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,597 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-09-17 02:50:17,597 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,606 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:17,606 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,626 [main] Transaction began
DEBUG 2024-09-17 02:50:17,627 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,627 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,627 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,627 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,632 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,633 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,633 [main] INSERT INTO LARGE_BINARY (id, version_no, large_binary) VALUES (4321, 0, '[B@6bc5aa')
DEBUG 2024-09-17 02:50:17,634 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,634 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,634 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 4321
DEBUG 2024-09-17 02:50:17,634 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,643 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:17,643 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,664 [main] Transaction began
DEBUG 2024-09-17 02:50:17,664 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,664 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,664 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,664 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,666 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,667 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,667 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2024-09-17 02:50:17,667 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,667 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:17,667 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec
Running org.seasar.dao.impl.ResultSetHandlerFactoryImplTest
DEBUG 2024-09-17 02:50:17,680 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,680 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,761 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,761 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,766 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,766 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,781 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,781 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,785 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,785 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,801 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,801 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,807 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,807 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,823 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,823 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec
Running org.seasar.dao.impl.DeleteWithAnnotationTest
DEBUG 2024-09-17 02:50:17,844 [main] Transaction began
DEBUG 2024-09-17 02:50:17,845 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,845 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,846 [main] SELECT * FROM EMP
DEBUG 2024-09-17 02:50:17,849 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,849 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,849 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,849 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,850 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,851 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,851 [main] DELETE FROM EMP WHERE EMPNO = 7369
DEBUG 2024-09-17 02:50:17,851 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,851 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,851 [main] SELECT * FROM EMP
DEBUG 2024-09-17 02:50:17,852 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,852 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,852 [main] DELETE FROM EMP WHERE EMPNO = 7499
DEBUG 2024-09-17 02:50:17,852 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,852 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,852 [main] SELECT * FROM EMP
DEBUG 2024-09-17 02:50:17,853 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,853 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:17,853 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.interceptors.S2DaoInterceptorTest
DEBUG 2024-09-17 02:50:17,876 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,876 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,876 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,876 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,879 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,879 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,879 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,879 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,880 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,883 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,883 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno
DEBUG 2024-09-17 02:50:17,885 [main] Logical connection closed
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS}
7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30 {30, SALES, CHICAGO}
7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30 {30, SALES, CHICAGO}
7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20 {20, RESEARCH, DALLAS}
7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30 {30, SALES, CHICAGO}
7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30 {30, SALES, CHICAGO}
7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10 {10, ACCOUNTING, NEW YORK}
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10 {10, ACCOUNTING, NEW YORK}
7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30 {30, SALES, CHICAGO}
7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20 {20, RESEARCH, DALLAS}
7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30 {30, SALES, CHICAGO}
7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10 {10, ACCOUNTING, NEW YORK}
DEBUG 2024-09-17 02:50:17,885 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,908 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,908 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,908 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,908 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,911 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,911 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,911 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,911 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,912 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,915 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,915 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2024-09-17 02:50:17,916 [main] More than 2 rows found, but only first row returned
DEBUG 2024-09-17 02:50:17,916 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, ACCOUNTING, NEW YORK}
DEBUG 2024-09-17 02:50:17,916 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,936 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,936 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,936 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,936 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,939 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,940 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,940 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,940 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,943 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,946 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,946 [main] SELECT count(*) FROM emp
DEBUG 2024-09-17 02:50:17,946 [main] Logical connection closed
count:14
DEBUG 2024-09-17 02:50:17,946 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,966 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,966 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,966 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,966 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,969 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,969 [main] Transaction began
DEBUG 2024-09-17 02:50:17,969 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,969 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,969 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,970 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,973 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,973 [main] INSERT INTO emp (empno, ename) VALUES (9999, 'hoge')
DEBUG 2024-09-17 02:50:17,973 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,973 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:17,974 [main] Physical connection closed
DEBUG 2024-09-17 02:50:17,993 [main] Physical connection got
DEBUG 2024-09-17 02:50:17,993 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,993 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,993 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,996 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,996 [main] Transaction began
DEBUG 2024-09-17 02:50:17,997 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,997 [main] Logical connection closed
DEBUG 2024-09-17 02:50:17,997 [main] Logical connection got
DEBUG 2024-09-17 02:50:17,997 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,000 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,001 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2024-09-17 02:50:18,002 [main] More than 2 rows found, but only first row returned
DEBUG 2024-09-17 02:50:18,003 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,003 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,003 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2024-09-17 02:50:18,003 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,003 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,003 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,022 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,023 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,023 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,023 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,026 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,026 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,026 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,026 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,027 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,029 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,030 [main] select empno, ename, dname from emp, dept where empno = 7788 and emp.deptno = dept.deptno
DEBUG 2024-09-17 02:50:18,030 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,030 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,050 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,050 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,050 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,050 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,053 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,053 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,054 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,054 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,055 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,057 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,057 [main] select empno as value, ename as label from emp
DEBUG 2024-09-17 02:50:18,058 [main] Logical connection closed
{value=7369, label=SMITH}
{value=7499, label=ALLEN}
{value=7521, label=WARD}
{value=7566, label=JONES}
{value=7654, label=MARTIN}
{value=7698, label=BLAKE}
{value=7782, label=CLARK}
{value=7788, label=SCOTT}
{value=7839, label=KING}
{value=7844, label=TURNER}
{value=7876, label=ADAMS}
{value=7900, label=JAMES}
{value=7902, label=FORD}
{value=7934, label=MILLER}
DEBUG 2024-09-17 02:50:18,058 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,078 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,078 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,078 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,078 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,081 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,082 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,083 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.deptno = 10
DEBUG 2024-09-17 02:50:18,085 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,085 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec
Running org.seasar.dao.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-17 02:50:18,154 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,154 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,160 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,160 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.dao.pager.PagerResultSetFactoryWapperTest
DEBUG 2024-09-17 02:50:18,164 [main] S2Pager use scroll cursor.
DEBUG 2024-09-17 02:50:18,164 [main] S2Pager use scroll cursor.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.BeanListMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:18,170 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,170 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,186 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,186 [main] Logical connection got
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 2024-09-17 02:50:18,191 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,191 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,194 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,195 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,209 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,209 [main] Logical connection got
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, null, 0}
7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, null, 0}
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, null, 0}
7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, null, 0}
7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, null, 0}
DEBUG 2024-09-17 02:50:18,212 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,212 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,215 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,215 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,231 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,231 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,232 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,232 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,237 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,237 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,247 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,247 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,248 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,248 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest
DEBUG 2024-09-17 02:50:18,263 [main] Transaction began
DEBUG 2024-09-17 02:50:18,263 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,263 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,263 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,263 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,278 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,278 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,278 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2024-09-17 02:50:18,278 [main] Logical connection closed
org.seasar.dao.NotExactlyOneRowUpdatedRuntimeException: [EDAO0016]Not Exactly one row updated (actual:2)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptor.invoke(AssertExactlyOneRowInterceptor.java:34)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$151b1b7$$MethodInvocation$$invoke0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$151b1b7.invoke(PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$151b1b7.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$12d34a6$$MethodInvocation$$updateSal0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$12d34a6.updateSal(AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$12d34a6.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest.testMoreThanOneRowTx(AssertExactlyOneRowInterceptorTest.java:40)
	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:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:230)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:89)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:145)
	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:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor71.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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
DEBUG 2024-09-17 02:50:18,279 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,279 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,290 [main] Transaction began
DEBUG 2024-09-17 02:50:18,290 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,290 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,290 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,290 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,306 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,306 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,307 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2024-09-17 02:50:18,307 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,307 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,307 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,319 [main] Transaction began
DEBUG 2024-09-17 02:50:18,319 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,319 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,319 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,319 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,335 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,335 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,335 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'AD%'
DEBUG 2024-09-17 02:50:18,336 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,336 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,336 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.pager.PagerResultSetFactoryLimitOffsetWrapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.pager.MySQLLimitOffsetPagingSqlRewriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:18,352 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,353 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,367 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,367 [main] Logical connection got
7788,SCOTT
DEBUG 2024-09-17 02:50:18,368 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,368 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,372 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,372 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,388 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,388 [main] Logical connection got
0,SCOTT
DEBUG 2024-09-17 02:50:18,389 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,389 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,394 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,394 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,404 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,404 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,405 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,405 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,409 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,409 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,419 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,420 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,420 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,420 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,489 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,489 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,501 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,501 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,501 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,501 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec
Running org.seasar.dao.dbms.StandardTest
DEBUG 2024-09-17 02:50:18,507 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,507 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,525 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department2.versionno AS versionno_1, department2.deptno AS deptno_1, department2.dname AS dname_1, department2.loc AS loc_1 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno LEFT OUTER JOIN DEPT department2 ON EMP.deptno = department2.deptno
DEBUG 2024-09-17 02:50:18,525 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,529 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,529 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,547 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,547 [main] Physical connection closed
org.seasar.framework.exception.SRuntimeException: [EDAO0022]Can not use Identity in this RDB
org.seasar.framework.exception.SRuntimeException: [EDAO0022]Can not use Sequence in this RDB
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.seasar.dao.unit.S2DaoBeanReaderTest
DEBUG 2024-09-17 02:50:18,560 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,560 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,575 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,575 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,580 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,580 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,596 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,596 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.seasar.dao.impl.DaoMetaDataFactoryImplTest
DEBUG 2024-09-17 02:50:18,606 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,606 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,606 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,606 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,609 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,611 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,619 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,619 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,619 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,619 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,622 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,622 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,622 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,622 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,623 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,624 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.unit.S2DaoTestCaseTest
DEBUG 2024-09-17 02:50:18,629 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,629 [main] Logical connection got
WARN  2024-09-17 02:50:18,633 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2024-09-17 02:50:18,633 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2024-09-17 02:50:18,637 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,637 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,641 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,641 [main] Logical connection got
WARN  2024-09-17 02:50:18,644 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2024-09-17 02:50:18,644 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2024-09-17 02:50:18,649 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,649 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.dao.dbms.DbmsManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.UpdateAutoStaticCommandTest
DEBUG 2024-09-17 02:50:18,656 [main] Transaction began
DEBUG 2024-09-17 02:50:18,656 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,657 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,657 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,657 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,673 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,679 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,680 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:18,681 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,681 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,681 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.18', ename = 'SCOTT', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:18,681 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,681 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,682 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,685 [main] Transaction began
DEBUG 2024-09-17 02:50:18,685 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,685 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,685 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,685 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,692 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,696 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,696 [main] UPDATE DEPT SET versionno = 1, dname = null, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2024-09-17 02:50:18,697 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,697 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,697 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,701 [main] Transaction began
DEBUG 2024-09-17 02:50:18,701 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,701 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,701 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,701 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,709 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,710 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,711 [main] UPDATE DEPT SET versionno = 0, dname = null, loc = null WHERE deptno = 10 AND versionno = -1
DEBUG 2024-09-17 02:50:18,711 [main] Logical connection closed
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2024-09-17 02:50:18,711 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,711 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,776 [main] Transaction began
DEBUG 2024-09-17 02:50:18,776 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,776 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,776 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,777 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,793 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,801 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,803 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:18,804 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,804 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,804 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.18', ename = 'SCOTT' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:18,804 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,804 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,804 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,807 [main] Transaction began
DEBUG 2024-09-17 02:50:18,807 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,808 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,808 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,808 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,823 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,831 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,831 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:18,832 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,832 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,833 [main] UPDATE EMP SET deptno = 20, tstamp = '2024-09-17 02.50.18' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:18,833 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,833 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,833 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 sec
Running org.seasar.dao.util.PropertyDescUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.FieldDaoAnnotationReaderTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.pager.NoScrollCursorTest
DEBUG 2024-09-17 02:50:18,846 [main] Transaction began
DEBUG 2024-09-17 02:50:18,846 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,846 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,846 [main] S2Pager not use scroll cursor.
DEBUG 2024-09-17 02:50:18,846 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,846 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,846 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,850 [main] Transaction began
DEBUG 2024-09-17 02:50:18,851 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,851 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,851 [main] S2Pager not use scroll cursor.
DEBUG 2024-09-17 02:50:18,851 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,851 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,851 [main] Physical connection closed
DEBUG 2024-09-17 02:50:18,856 [main] Transaction began
DEBUG 2024-09-17 02:50:18,856 [main] Physical connection got
DEBUG 2024-09-17 02:50:18,856 [main] Logical connection got
DEBUG 2024-09-17 02:50:18,856 [main] S2Pager not use scroll cursor.
DEBUG 2024-09-17 02:50:18,856 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:18,856 [main] Logical connection closed
DEBUG 2024-09-17 02:50:18,856 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.pager.LimitOffsetPagingSqlRewriterTest
DEBUG 2024-09-17 02:50:18,914 [main] Transaction began
DEBUG 2024-09-17 02:50:19,050 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,050 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,050 [main] DELETE FROM CUSTOMER
DEBUG 2024-09-17 02:50:19,050 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,051 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,056 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,057 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,057 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-09-17 02:50:19,057 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,057 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,057 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-09-17 02:50:19,058 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,058 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,058 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-09-17 02:50:19,059 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,059 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,059 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-09-17 02:50:19,059 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,059 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,059 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-09-17 02:50:19,059 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,059 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,060 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-09-17 02:50:19,060 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,060 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,060 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-09-17 02:50:19,060 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,060 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,060 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-09-17 02:50:19,060 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,061 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,061 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-09-17 02:50:19,061 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,061 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,063 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-09-17 02:50:19,063 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,063 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,063 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-09-17 02:50:19,064 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,064 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,064 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-09-17 02:50:19,064 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,064 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,064 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-09-17 02:50:19,064 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,064 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,065 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-09-17 02:50:19,065 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,065 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,065 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-09-17 02:50:19,065 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,065 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,065 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-09-17 02:50:19,065 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,065 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,066 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-09-17 02:50:19,066 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,066 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,066 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-09-17 02:50:19,066 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,066 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,066 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-09-17 02:50:19,066 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,067 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,067 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-09-17 02:50:19,067 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,067 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,068 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-09-17 02:50:19,068 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,068 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,069 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-09-17 02:50:19,069 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,069 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,070 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-09-17 02:50:19,070 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,070 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,070 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-09-17 02:50:19,071 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,071 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,071 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-09-17 02:50:19,071 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,072 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,072 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-09-17 02:50:19,073 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,073 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,073 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-09-17 02:50:19,074 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,074 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,074 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-09-17 02:50:19,074 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,074 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,074 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-09-17 02:50:19,074 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,074 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,075 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-09-17 02:50:19,075 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,075 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,075 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-09-17 02:50:19,075 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,075 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,075 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-09-17 02:50:19,075 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,076 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,076 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-09-17 02:50:19,076 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,076 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,077 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-09-17 02:50:19,077 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,077 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,077 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-09-17 02:50:19,077 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,077 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,077 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-09-17 02:50:19,078 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,078 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,078 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-09-17 02:50:19,078 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,078 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,078 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-09-17 02:50:19,078 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,078 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,079 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-09-17 02:50:19,079 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,079 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,079 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-09-17 02:50:19,079 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,079 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,079 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-09-17 02:50:19,079 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,079 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,080 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-09-17 02:50:19,080 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,080 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,081 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-09-17 02:50:19,081 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,081 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,081 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-09-17 02:50:19,081 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,081 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,081 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-09-17 02:50:19,081 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,081 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,082 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-09-17 02:50:19,082 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,082 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,082 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-09-17 02:50:19,084 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,084 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,086 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-09-17 02:50:19,086 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,086 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,087 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-09-17 02:50:19,087 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,087 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,087 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-09-17 02:50:19,087 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,087 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,087 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-09-17 02:50:19,088 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,088 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,088 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-09-17 02:50:19,088 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,088 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,088 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-09-17 02:50:19,088 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,088 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,088 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-09-17 02:50:19,089 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,089 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,089 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-09-17 02:50:19,089 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,089 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,089 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-09-17 02:50:19,089 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,089 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,090 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-09-17 02:50:19,090 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,090 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,090 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-09-17 02:50:19,090 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,090 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,090 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-09-17 02:50:19,090 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,090 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,091 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-09-17 02:50:19,091 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,091 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,091 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-09-17 02:50:19,091 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,091 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,091 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-09-17 02:50:19,091 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,092 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,092 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-09-17 02:50:19,092 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,092 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,092 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-09-17 02:50:19,092 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,092 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,092 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-09-17 02:50:19,093 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,093 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,093 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-09-17 02:50:19,093 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,094 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,094 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-09-17 02:50:19,094 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,094 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,094 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-09-17 02:50:19,094 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,094 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,094 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-09-17 02:50:19,095 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,095 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,095 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-09-17 02:50:19,096 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,096 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,096 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-09-17 02:50:19,096 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,096 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,096 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-09-17 02:50:19,096 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,096 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,097 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-09-17 02:50:19,097 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,097 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,097 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-09-17 02:50:19,097 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,097 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,097 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-09-17 02:50:19,097 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,097 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,098 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-09-17 02:50:19,098 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,098 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,098 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-09-17 02:50:19,098 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,098 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,098 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-09-17 02:50:19,099 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,099 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,099 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-09-17 02:50:19,099 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,099 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,099 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-09-17 02:50:19,099 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,099 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,099 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-09-17 02:50:19,100 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,100 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,100 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-09-17 02:50:19,100 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,100 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,100 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-09-17 02:50:19,100 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,100 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,100 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-09-17 02:50:19,101 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,101 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,103 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-09-17 02:50:19,103 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,103 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,104 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-09-17 02:50:19,104 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,104 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,104 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-09-17 02:50:19,104 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,105 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,105 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-09-17 02:50:19,105 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,105 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,105 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-09-17 02:50:19,105 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,106 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,106 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-09-17 02:50:19,107 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,107 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,107 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-09-17 02:50:19,107 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,107 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,107 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-09-17 02:50:19,107 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,107 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,107 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-09-17 02:50:19,108 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,108 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,108 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-09-17 02:50:19,108 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,108 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,108 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-09-17 02:50:19,108 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,108 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,109 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-09-17 02:50:19,109 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,109 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,109 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-09-17 02:50:19,109 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,110 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,110 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-09-17 02:50:19,110 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,110 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,111 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-09-17 02:50:19,111 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,111 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,111 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-09-17 02:50:19,112 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,112 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,113 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,113 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,113 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,115 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,115 [main] SELECT count(*) FROM (SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER ) AS total
DEBUG 2024-09-17 02:50:19,115 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,116 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,116 [main] SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER ORDER BY PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-09-17 02:50:19,116 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,117 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:19,117 [main] Physical connection closed
DEBUG 2024-09-17 02:50:19,133 [main] Transaction began
DEBUG 2024-09-17 02:50:19,161 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,161 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,162 [main] DELETE FROM CUSTOMER
DEBUG 2024-09-17 02:50:19,162 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,162 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,164 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,164 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,165 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-09-17 02:50:19,165 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,165 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,165 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-09-17 02:50:19,165 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,165 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,165 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-09-17 02:50:19,165 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,165 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,166 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-09-17 02:50:19,166 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,166 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,166 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-09-17 02:50:19,166 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,166 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,166 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-09-17 02:50:19,166 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,166 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,167 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-09-17 02:50:19,167 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,167 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,167 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-09-17 02:50:19,167 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,167 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,167 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-09-17 02:50:19,168 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,168 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,168 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-09-17 02:50:19,168 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,169 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,169 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-09-17 02:50:19,169 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,169 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,169 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-09-17 02:50:19,172 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,172 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,172 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-09-17 02:50:19,172 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,172 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,172 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-09-17 02:50:19,172 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,172 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,173 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-09-17 02:50:19,173 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,173 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,173 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-09-17 02:50:19,173 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,173 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,173 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-09-17 02:50:19,174 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,174 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,174 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-09-17 02:50:19,174 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,174 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,174 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-09-17 02:50:19,174 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,174 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,174 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-09-17 02:50:19,175 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,175 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,175 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-09-17 02:50:19,176 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,176 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,176 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-09-17 02:50:19,176 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,176 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,176 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-09-17 02:50:19,176 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,176 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,176 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-09-17 02:50:19,177 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,177 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,177 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-09-17 02:50:19,177 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,177 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,177 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-09-17 02:50:19,177 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,177 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,177 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-09-17 02:50:19,179 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,179 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,180 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-09-17 02:50:19,180 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,180 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,180 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-09-17 02:50:19,180 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,180 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,180 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-09-17 02:50:19,180 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,180 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,181 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-09-17 02:50:19,181 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,181 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,181 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-09-17 02:50:19,181 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,181 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,181 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-09-17 02:50:19,181 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,181 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,181 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-09-17 02:50:19,182 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,182 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,182 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-09-17 02:50:19,182 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,182 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,182 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-09-17 02:50:19,182 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,182 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,183 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-09-17 02:50:19,183 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,183 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,183 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-09-17 02:50:19,183 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,183 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,183 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-09-17 02:50:19,184 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,184 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,184 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-09-17 02:50:19,184 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,184 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,185 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-09-17 02:50:19,185 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,185 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,185 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-09-17 02:50:19,185 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,185 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,185 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-09-17 02:50:19,185 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,185 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,186 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-09-17 02:50:19,186 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,186 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,186 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-09-17 02:50:19,188 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,188 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,188 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-09-17 02:50:19,188 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,188 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,188 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-09-17 02:50:19,188 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,188 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,190 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-09-17 02:50:19,190 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,190 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,190 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-09-17 02:50:19,190 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,190 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,190 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-09-17 02:50:19,190 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,191 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,191 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-09-17 02:50:19,191 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,191 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,191 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-09-17 02:50:19,192 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,192 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,192 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-09-17 02:50:19,192 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,192 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,192 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-09-17 02:50:19,192 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,193 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,193 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-09-17 02:50:19,193 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,193 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,193 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-09-17 02:50:19,194 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,194 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,194 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-09-17 02:50:19,196 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,196 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,196 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-09-17 02:50:19,196 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,196 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,196 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-09-17 02:50:19,197 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,197 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,197 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-09-17 02:50:19,197 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,197 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,197 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-09-17 02:50:19,197 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,197 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,197 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-09-17 02:50:19,197 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,197 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,198 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-09-17 02:50:19,198 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,198 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,200 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-09-17 02:50:19,200 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,200 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,200 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-09-17 02:50:19,201 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,201 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,201 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-09-17 02:50:19,201 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,201 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,201 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-09-17 02:50:19,201 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,201 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,201 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-09-17 02:50:19,202 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,202 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,202 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-09-17 02:50:19,202 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,202 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,203 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-09-17 02:50:19,203 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,203 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,203 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-09-17 02:50:19,203 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,203 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,203 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-09-17 02:50:19,203 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,203 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,204 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-09-17 02:50:19,204 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,204 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,204 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-09-17 02:50:19,204 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,204 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,204 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-09-17 02:50:19,204 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,204 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,204 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-09-17 02:50:19,205 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,205 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,205 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-09-17 02:50:19,205 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,205 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,205 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-09-17 02:50:19,205 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,205 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,205 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-09-17 02:50:19,205 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,206 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,206 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-09-17 02:50:19,207 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,208 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,209 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-09-17 02:50:19,209 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,209 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,209 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-09-17 02:50:19,209 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,209 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,209 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-09-17 02:50:19,209 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,209 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,209 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-09-17 02:50:19,210 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,210 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,210 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-09-17 02:50:19,210 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,210 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,210 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-09-17 02:50:19,210 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,210 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,210 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-09-17 02:50:19,210 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,211 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,211 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-09-17 02:50:19,211 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,211 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,211 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-09-17 02:50:19,211 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,211 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,212 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-09-17 02:50:19,212 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,212 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,212 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-09-17 02:50:19,212 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,212 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,212 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-09-17 02:50:19,212 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,212 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,212 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-09-17 02:50:19,213 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,213 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,213 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-09-17 02:50:19,213 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,213 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,213 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-09-17 02:50:19,213 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,213 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,213 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-09-17 02:50:19,213 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,213 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,214 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-09-17 02:50:19,214 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,214 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,214 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-09-17 02:50:19,214 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,214 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,214 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-09-17 02:50:19,215 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,215 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,217 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-09-17 02:50:19,217 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,227 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,227 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,227 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,228 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,231 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,231 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2024-09-17 02:50:19,232 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,232 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,232 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-09-17 02:50:19,235 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,235 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,235 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,238 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:19,238 [main] Physical connection closed
DEBUG 2024-09-17 02:50:19,320 [main] Transaction began
DEBUG 2024-09-17 02:50:19,329 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,329 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,329 [main] DELETE FROM CUSTOMER
DEBUG 2024-09-17 02:50:19,329 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,329 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,332 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,332 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,332 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-09-17 02:50:19,332 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,332 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,332 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-09-17 02:50:19,334 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,334 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,334 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-09-17 02:50:19,334 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,334 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,334 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-09-17 02:50:19,335 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,335 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,335 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-09-17 02:50:19,335 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,335 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,335 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-09-17 02:50:19,335 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,335 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,335 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-09-17 02:50:19,335 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,335 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,336 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-09-17 02:50:19,336 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,336 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,336 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-09-17 02:50:19,336 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,336 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,336 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-09-17 02:50:19,336 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,337 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,337 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-09-17 02:50:19,337 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,337 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,337 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-09-17 02:50:19,337 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,337 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,337 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-09-17 02:50:19,337 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,337 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,337 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-09-17 02:50:19,338 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,338 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,338 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-09-17 02:50:19,338 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,338 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,338 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-09-17 02:50:19,338 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,338 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,338 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-09-17 02:50:19,338 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,339 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,339 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-09-17 02:50:19,339 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,339 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,339 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-09-17 02:50:19,339 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,339 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,339 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-09-17 02:50:19,339 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,340 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,340 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-09-17 02:50:19,340 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,340 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,340 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-09-17 02:50:19,340 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,340 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,340 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-09-17 02:50:19,340 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,340 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,340 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-09-17 02:50:19,341 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,341 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,341 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-09-17 02:50:19,341 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,341 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,341 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-09-17 02:50:19,341 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,341 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,341 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-09-17 02:50:19,342 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,342 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,342 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-09-17 02:50:19,342 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,342 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,342 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-09-17 02:50:19,342 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,342 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,342 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-09-17 02:50:19,342 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,343 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,343 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-09-17 02:50:19,343 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,343 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,343 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-09-17 02:50:19,343 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,343 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,343 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-09-17 02:50:19,343 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,344 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,344 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-09-17 02:50:19,344 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,344 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,344 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-09-17 02:50:19,344 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,344 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,344 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-09-17 02:50:19,344 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,344 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,344 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-09-17 02:50:19,345 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,345 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,345 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-09-17 02:50:19,345 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,345 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,345 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-09-17 02:50:19,345 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,345 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,345 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-09-17 02:50:19,345 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,346 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,346 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-09-17 02:50:19,346 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,346 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,346 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-09-17 02:50:19,346 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,346 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,346 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-09-17 02:50:19,346 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,346 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,347 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-09-17 02:50:19,347 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,347 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,347 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-09-17 02:50:19,347 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,347 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,347 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-09-17 02:50:19,347 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,347 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,348 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-09-17 02:50:19,348 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,348 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,348 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-09-17 02:50:19,348 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,348 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,348 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-09-17 02:50:19,348 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,349 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,349 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-09-17 02:50:19,349 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,349 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,349 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-09-17 02:50:19,349 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,349 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,349 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-09-17 02:50:19,349 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,350 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,350 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-09-17 02:50:19,350 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,350 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,350 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-09-17 02:50:19,350 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,350 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,350 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-09-17 02:50:19,351 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,351 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,351 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-09-17 02:50:19,351 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,351 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,352 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-09-17 02:50:19,352 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,352 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,352 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-09-17 02:50:19,352 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,352 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,352 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-09-17 02:50:19,352 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,352 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,352 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-09-17 02:50:19,353 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,353 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,353 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-09-17 02:50:19,353 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,353 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,353 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-09-17 02:50:19,353 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,353 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,353 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-09-17 02:50:19,353 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,354 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,354 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-09-17 02:50:19,354 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,354 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,354 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-09-17 02:50:19,354 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,354 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,354 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-09-17 02:50:19,354 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,354 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,354 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-09-17 02:50:19,355 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,355 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,355 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-09-17 02:50:19,355 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,355 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,355 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-09-17 02:50:19,355 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,355 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,355 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-09-17 02:50:19,355 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,356 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,356 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-09-17 02:50:19,356 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,356 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,356 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-09-17 02:50:19,356 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,356 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,356 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-09-17 02:50:19,356 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,356 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,356 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-09-17 02:50:19,357 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,357 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,357 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-09-17 02:50:19,357 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,357 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,357 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-09-17 02:50:19,357 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,357 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,357 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-09-17 02:50:19,357 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,358 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,358 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-09-17 02:50:19,358 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,358 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,358 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-09-17 02:50:19,358 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,358 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,358 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-09-17 02:50:19,358 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,358 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,358 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-09-17 02:50:19,359 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,359 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,359 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-09-17 02:50:19,359 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,359 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,359 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-09-17 02:50:19,359 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,359 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,359 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-09-17 02:50:19,359 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,360 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,360 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-09-17 02:50:19,360 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,360 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,360 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-09-17 02:50:19,360 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,360 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,360 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-09-17 02:50:19,360 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,360 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,360 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-09-17 02:50:19,361 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,361 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,361 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-09-17 02:50:19,361 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,361 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,361 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-09-17 02:50:19,361 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,361 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,361 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-09-17 02:50:19,362 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,362 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,362 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-09-17 02:50:19,362 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,362 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,362 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-09-17 02:50:19,362 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,362 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,362 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-09-17 02:50:19,362 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,362 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,363 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-09-17 02:50:19,363 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,363 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,363 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-09-17 02:50:19,363 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,363 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,363 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-09-17 02:50:19,363 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,363 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,363 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-09-17 02:50:19,364 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,364 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,364 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-09-17 02:50:19,364 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,364 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,364 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-09-17 02:50:19,364 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,367 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,367 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,367 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,368 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,369 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,369 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2024-09-17 02:50:19,369 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,369 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,369 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-09-17 02:50:19,370 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,371 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,371 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,373 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:19,373 [main] Physical connection closed
DEBUG 2024-09-17 02:50:19,386 [main] Transaction began
DEBUG 2024-09-17 02:50:19,397 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,397 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,397 [main] DELETE FROM CUSTOMER
DEBUG 2024-09-17 02:50:19,397 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,397 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,400 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,400 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,400 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-09-17 02:50:19,400 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,400 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,401 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-09-17 02:50:19,401 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,401 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,401 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-09-17 02:50:19,401 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,401 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,401 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-09-17 02:50:19,401 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,401 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,401 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-09-17 02:50:19,402 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,402 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,402 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-09-17 02:50:19,402 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,402 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,402 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-09-17 02:50:19,402 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,402 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,402 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-09-17 02:50:19,402 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,402 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,403 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-09-17 02:50:19,403 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,403 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,403 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-09-17 02:50:19,403 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,403 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,403 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-09-17 02:50:19,403 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,403 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,403 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-09-17 02:50:19,404 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,404 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,404 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-09-17 02:50:19,404 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,404 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,404 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-09-17 02:50:19,404 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,404 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,405 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-09-17 02:50:19,405 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,405 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,405 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-09-17 02:50:19,405 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,405 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,405 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-09-17 02:50:19,406 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,406 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,406 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-09-17 02:50:19,406 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,406 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,406 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-09-17 02:50:19,408 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,408 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,408 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-09-17 02:50:19,408 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,408 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,408 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-09-17 02:50:19,408 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,408 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,408 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-09-17 02:50:19,409 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,409 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,409 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-09-17 02:50:19,409 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,409 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,409 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-09-17 02:50:19,409 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,410 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,410 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-09-17 02:50:19,410 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,410 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,410 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-09-17 02:50:19,410 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,410 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,410 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-09-17 02:50:19,410 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,410 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,411 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-09-17 02:50:19,411 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,411 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,411 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-09-17 02:50:19,411 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,411 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,411 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-09-17 02:50:19,411 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,411 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,412 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-09-17 02:50:19,412 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,412 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,413 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-09-17 02:50:19,413 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,413 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,413 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-09-17 02:50:19,413 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,413 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,413 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-09-17 02:50:19,413 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,413 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,414 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-09-17 02:50:19,414 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,414 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,414 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-09-17 02:50:19,414 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,414 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,414 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-09-17 02:50:19,414 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,414 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,414 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-09-17 02:50:19,415 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,415 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,415 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-09-17 02:50:19,415 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,415 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,416 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-09-17 02:50:19,416 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,416 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,416 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-09-17 02:50:19,416 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,416 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,416 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-09-17 02:50:19,417 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,417 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,417 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-09-17 02:50:19,417 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,417 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,417 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-09-17 02:50:19,418 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,418 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,418 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-09-17 02:50:19,418 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,418 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,418 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-09-17 02:50:19,418 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,418 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,418 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-09-17 02:50:19,419 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,419 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,419 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-09-17 02:50:19,419 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,420 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,420 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-09-17 02:50:19,420 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,420 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,420 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-09-17 02:50:19,420 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,420 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,420 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-09-17 02:50:19,420 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,420 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,420 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-09-17 02:50:19,421 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,421 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,421 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-09-17 02:50:19,421 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,421 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,421 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-09-17 02:50:19,421 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,421 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,421 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-09-17 02:50:19,421 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,421 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,422 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-09-17 02:50:19,422 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,422 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,422 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-09-17 02:50:19,422 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,422 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,422 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-09-17 02:50:19,422 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,422 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,422 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-09-17 02:50:19,423 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,423 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,423 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-09-17 02:50:19,423 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,423 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,423 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-09-17 02:50:19,423 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,423 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,423 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-09-17 02:50:19,423 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,423 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,423 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-09-17 02:50:19,424 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,424 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,424 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-09-17 02:50:19,424 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,424 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,424 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-09-17 02:50:19,424 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,424 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,424 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-09-17 02:50:19,424 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,424 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,425 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-09-17 02:50:19,425 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,425 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,425 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-09-17 02:50:19,425 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,425 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,425 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-09-17 02:50:19,425 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,425 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,425 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-09-17 02:50:19,426 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,426 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,426 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-09-17 02:50:19,426 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,426 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,426 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-09-17 02:50:19,428 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,428 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,428 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-09-17 02:50:19,428 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,428 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,428 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-09-17 02:50:19,428 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,428 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,428 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-09-17 02:50:19,428 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,428 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,429 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-09-17 02:50:19,429 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,429 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,429 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-09-17 02:50:19,429 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,429 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,429 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-09-17 02:50:19,429 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,429 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,429 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-09-17 02:50:19,430 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,430 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,430 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-09-17 02:50:19,430 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,430 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,430 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-09-17 02:50:19,430 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,430 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,430 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-09-17 02:50:19,430 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,430 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,430 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-09-17 02:50:19,431 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,431 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,431 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-09-17 02:50:19,431 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,431 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,431 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-09-17 02:50:19,431 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,431 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,431 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-09-17 02:50:19,431 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,432 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,432 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-09-17 02:50:19,432 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,432 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,432 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-09-17 02:50:19,432 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,432 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,432 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-09-17 02:50:19,432 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,433 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,433 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-09-17 02:50:19,433 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,433 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,433 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-09-17 02:50:19,433 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,433 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,433 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-09-17 02:50:19,433 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,433 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,433 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-09-17 02:50:19,434 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,434 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,434 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-09-17 02:50:19,434 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,434 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,434 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-09-17 02:50:19,434 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,434 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,434 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-09-17 02:50:19,434 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,434 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,435 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-09-17 02:50:19,435 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,435 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,435 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-09-17 02:50:19,435 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,435 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,435 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-09-17 02:50:19,435 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,435 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,435 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-09-17 02:50:19,436 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,444 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,444 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,444 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,445 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,446 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,446 [main] SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER
DEBUG 2024-09-17 02:50:19,448 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,448 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,448 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,458 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:19,458 [main] Physical connection closed
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec
Running org.seasar.dao.impl.NullBeanEnhancerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.DtoArrayMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:19,465 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,465 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,466 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,466 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.issue.Jira101Test
DEBUG 2024-09-17 02:50:19,480 [main] Transaction began
DEBUG 2024-09-17 02:50:19,480 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,480 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,480 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,480 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,485 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,488 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,488 [main] INSERT INTO JIRA101_TABLE (aaa, bbb, foo_id) VALUES ('a1', 'b1', 777)
DEBUG 2024-09-17 02:50:19,488 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,488 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,488 [main] SELECT JIRA101_TABLE.aaa, JIRA101_TABLE.bbb, JIRA101_TABLE.foo_id FROM JIRA101_TABLE WHERE  JIRA101_TABLE.FOO_ID = 777
DEBUG 2024-09-17 02:50:19,489 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,489 [main] skip UPDATE: table=JIRA101_TABLE, key{foo_id=777}
DEBUG 2024-09-17 02:50:19,489 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:19,489 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.interceptors.AssertAtLeastOneRowInterceptorTest
DEBUG 2024-09-17 02:50:19,502 [main] Transaction began
DEBUG 2024-09-17 02:50:19,503 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,503 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,503 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,503 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,517 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,517 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,517 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2024-09-17 02:50:19,518 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,518 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:19,518 [main] Physical connection closed
DEBUG 2024-09-17 02:50:19,530 [main] Transaction began
DEBUG 2024-09-17 02:50:19,530 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,530 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,530 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,530 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,546 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,546 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,546 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2024-09-17 02:50:19,547 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,547 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:19,547 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.seasar.dao.impl.RelationKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.seasar.dao.impl.NestedDaoMethodTest
DEBUG 2024-09-17 02:50:19,561 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,561 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,561 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,561 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,564 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,567 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,567 [main] SELECT EMP.ename, EMP.empno, EMP.deptno FROM EMP WHERE empno = 7782
DEBUG 2024-09-17 02:50:19,568 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,568 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,568 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,568 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,568 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,569 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,569 [main] SELECT DEPT.deptno, DEPT.dname FROM DEPT WHERE  DEPT.deptno = 10
DEBUG 2024-09-17 02:50:19,569 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,569 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.parser.SqlParserImplTest
org.seasar.dao.TokenNotClosedRuntimeException: [EDAO0002]*/ not closed in (hoge)
SELECT * FROM emp WHERE job = #*job*#'CLERK' AND deptno = #*deptno*#20
SELECT * FROM emp WHERE job = ? AND deptno = ?
SELECT * FROM emp WHERE job = /* job*/'CLERK'
SELECT * FROM emp WHERE empno = ? AND 1 = 1
SELECT * FROM emp WHERE job = ?
WARN  2024-09-17 02:50:19,574 [main] Argument(job) not found
SELECT * FROM emp
WARN  2024-09-17 02:50:19,574 [main] Argument(aaa) not found
[]
[]
[aaabbb]
[aaa]
[SELECT * FROM emp WHERE job = ?]
WARN  2024-09-17 02:50:19,575 [main] Argument(job) not found
[SELECT * FROM emp WHERE job is null]
[bbb = ?]
[bbbddd]
SELECT * FROM emp WHERE deptno = 10
WARN  2024-09-17 02:50:19,576 [main] Argument(job) not found
WARN  2024-09-17 02:50:19,576 [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 = ?
[WHERE aaa BETWEEN ? AND ?]
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 (?, ?)
BETWEEN sal ? AND ?
org.seasar.dao.EndCommentNotFoundRuntimeException: [EDAO0007]END comment not found
INSERT INTO ITEM (ID, NUM) VALUES (?, ?)
0
WARN  2024-09-17 02:50:19,579 [main] Argument(moge) not found
WARN  2024-09-17 02:50:19,579 [main] Argument(moge) not found
SELECT AAA,BBB -- UGO 
FROM HOGE WHERE AAA=? AND FUGA=/* PIRO */ccc
SELECT AAA 
--comment 
--comment2 
FROM HOGE
SELECT AAA 
--comment 
--comment2 
FROM HOGE
SELECT AAA 
--comment 
--comment2 
FROM HOGE
WARN  2024-09-17 02:50:19,580 [main] Argument(hoge) not found
WARN  2024-09-17 02:50:19,580 [main] Argument($1) not found
WARN  2024-09-17 02:50:19,580 [main] Argument($1) not found
SELECT AAA FROM HOGE where bb = ?  /* comment */
WARN  2024-09-17 02:50:19,581 [main] Argument($1) not found
WARN  2024-09-17 02:50:19,581 [main] Argument($1) not found
SELECT AAA FROM HOGE where aa = ?  -- comment
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.impl.QuestionInCommentTest
DEBUG 2024-09-17 02:50:19,595 [main] Transaction began
DEBUG 2024-09-17 02:50:19,595 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,595 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,595 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,595 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,598 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,599 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,600 [main] INSERT INTO EMP (
    EMPNO,
    ENAME,
    TSTAMP
) VALUES (
	 /* comment */
	2222,
	'aaaaaaaaaaaa',
	null
	 /*  in comment */
)
DEBUG 2024-09-17 02:50:19,600 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,600 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:19,600 [main] Physical connection closed
DEBUG 2024-09-17 02:50:19,612 [main] Transaction began
DEBUG 2024-09-17 02:50:19,612 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,612 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,612 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,612 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,616 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,617 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,618 [main] select * 
  from EMP
 where ENAME = 'te?st'
DEBUG 2024-09-17 02:50:19,618 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,618 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:19,618 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.seasar.dao.pager.PagerStatementFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.DeleteBatchAutoStaticCommandTest
DEBUG 2024-09-17 02:50:19,628 [main] Transaction began
DEBUG 2024-09-17 02:50:19,628 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,628 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,628 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,628 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,644 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,650 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,651 [main] DELETE FROM EMP WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:19,651 [main] DELETE FROM EMP WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:19,651 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,651 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,651 [main] DELETE FROM EMP WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:19,651 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:19,651 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,652 [main] Transaction rolledback
DEBUG 2024-09-17 02:50:19,652 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.impl.NullBeanMetaDataTest
[EDAO0027]Not found Bean class associated with Dao interface (org.seasar.dao.impl.NullBeanMetaDataTest$HogeDao)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.OverloadNotSupportedSqlCommandTest
DEBUG 2024-09-17 02:50:19,658 [main] Physical connection got
DEBUG 2024-09-17 02:50:19,658 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,658 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,658 [main] Logical connection got
DEBUG 2024-09-17 02:50:19,673 [main] Logical connection closed
DEBUG 2024-09-17 02:50:19,674 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec

Results :

Tests run: 434, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-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: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-SNAPSHOT-sources.jar
[INFO] [antrun:run {execution: prepare-test-jar}]
[INFO] Executing tasks
     [copy] Copying 361 files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/test-jar-staging
[INFO] Executed tasks
[INFO] [jar:test-jar {execution: test-jar}]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-SNAPSHOT-tests.jar
[INFO] [install:install]
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao/1.0.52-SNAPSHOT/s2-dao-1.0.52-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao/1.0.52-SNAPSHOT/s2-dao-1.0.52-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao/1.0.52-SNAPSHOT/s2-dao-1.0.52-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao Examples
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 25 resources
[INFO] [compiler:compile]
[INFO] Compiling 22 source files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/classes
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 8 source files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running examples.dao.EmployeeDaoTest
DEBUG 2024-09-17 02:50:22,270 [main] Physical connection got
DEBUG 2024-09-17 02:50:22,271 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,285 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,285 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,336 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,360 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,361 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-09-17 02:50:22,374 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,374 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,377 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,383 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 sec
Running examples.dao.EmployeeDaoClientTest
DEBUG 2024-09-17 02:50:22,449 [main] Physical connection got
DEBUG 2024-09-17 02:50:22,449 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,449 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,449 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,462 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,467 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,467 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-09-17 02:50:22,475 [main] Logical connection closed
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}
7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}
7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}
DEBUG 2024-09-17 02:50:22,478 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,478 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788 AND emp.deptno = dept.deptno
DEBUG 2024-09-17 02:50:22,482 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-17 02:50:22,482 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,482 [main] SELECT count(*) FROM emp
DEBUG 2024-09-17 02:50:22,483 [main] Logical connection closed
count:14
DEBUG 2024-09-17 02:50:22,484 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,484 [main] SELECT * FROM emp

DEBUG 2024-09-17 02:50:22,491 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,491 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,491 [main] SELECT * FROM emp
WHERE
  job = 'CLERK'
  

DEBUG 2024-09-17 02:50:22,492 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,492 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,492 [main] SELECT * FROM emp
WHERE
  
  deptno = 20

DEBUG 2024-09-17 02:50:22,493 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,493 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,493 [main] SELECT * FROM emp
WHERE
  job = 'CLERK'
  AND deptno = 20

DEBUG 2024-09-17 02:50:22,494 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,495 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,495 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno = 20

DEBUG 2024-09-17 02:50:22,496 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,496 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,496 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE 1=1

DEBUG 2024-09-17 02:50:22,498 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,498 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,498 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2024-09-17 02:50:22,499 [main] Logical connection closed
updatedRows:1
DEBUG 2024-09-17 02:50:22,499 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,499 [main] SELECT empno FROM emp
DEBUG 2024-09-17 02:50:22,500 [main] Logical connection closed
7369
7499
7521
7566
7654
7698
7782
7788
7839
7844
7876
7900
7902
7934
DEBUG 2024-09-17 02:50:22,500 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec
Running examples.dao.EmployeeAutoDaoClientTest
DEBUG 2024-09-17 02:50:22,560 [main] Physical connection got
DEBUG 2024-09-17 02:50:22,560 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,560 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,560 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,569 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,576 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,577 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:50:22,580 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,580 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,580 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.job = 'CLERK'
DEBUG 2024-09-17 02:50:22,581 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,581 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,582 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.deptno = 20
DEBUG 2024-09-17 02:50:22,583 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,583 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,583 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.job = 'CLERK' AND EMP.deptno = 20
DEBUG 2024-09-17 02:50:22,585 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,585 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,585 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0.0 AND 1000.0 ORDER BY empno
DEBUG 2024-09-17 02:50:22,586 [main] Logical connection closed
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
DEBUG 2024-09-17 02:50:22,586 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,586 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'SALES'
DEBUG 2024-09-17 02:50:22,588 [main] Logical connection closed
7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
DEBUG 2024-09-17 02:50:22,592 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,592 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-09-17 02:50:22,593 [main] Logical connection closed
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}
7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-17 02:50:22,594 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,594 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:22,595 [main] Logical connection closed
before timestamp:2005-01-18 13:09:32.213
DEBUG 2024-09-17 02:50:22,596 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,597 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.22', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:22,598 [main] Logical connection closed
after timestamp:2024-09-17 02:50:22.596
DEBUG 2024-09-17 02:50:22,598 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running examples.dao.DepartmentManagerClientTest
DEBUG 2024-09-17 02:50:22,623 [main] Physical connection got
DEBUG 2024-09-17 02:50:22,624 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,624 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,624 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,657 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,659 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,659 [main] INSERT INTO DEPT (deptno, dname, versionno) VALUES (99, 'foo', 0)
DEBUG 2024-09-17 02:50:22,659 [main] Logical connection closed
before update versionNo:0
DEBUG 2024-09-17 02:50:22,659 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,659 [main] UPDATE DEPT SET dname = 'bar', loc = null, versionno = 1 WHERE deptno = 99 AND versionno = 0
DEBUG 2024-09-17 02:50:22,660 [main] Logical connection closed
after update versionNo:1
DEBUG 2024-09-17 02:50:22,660 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,660 [main] DELETE FROM DEPT WHERE deptno = 99 AND versionno = 1
DEBUG 2024-09-17 02:50:22,660 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,660 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running examples.dao.DepartmentDaoClientTest
DEBUG 2024-09-17 02:50:22,686 [main] Physical connection got
DEBUG 2024-09-17 02:50:22,686 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,686 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,686 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,690 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,691 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,691 [main] INSERT INTO DEPT (deptno, dname, versionno) VALUES (99, 'foo', 0)
DEBUG 2024-09-17 02:50:22,692 [main] Logical connection closed
before update versionNo:0
DEBUG 2024-09-17 02:50:22,692 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,692 [main] UPDATE DEPT SET dname = 'bar', loc = null, versionno = 1 WHERE deptno = 99 AND versionno = 0
DEBUG 2024-09-17 02:50:22,692 [main] Logical connection closed
after update versionNo:1
DEBUG 2024-09-17 02:50:22,693 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,693 [main] DELETE FROM DEPT WHERE deptno = 99 AND versionno = 1
DEBUG 2024-09-17 02:50:22,694 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,694 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running examples.dao.ConvertTableExampleClientTest
DEBUG 2024-09-17 02:50:22,717 [main] Physical connection got
DEBUG 2024-09-17 02:50:22,717 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,717 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,717 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,729 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,730 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,730 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-09-17 02:50:22,730 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,730 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running examples.dao.Employee2DaoClientTest
DEBUG 2024-09-17 02:50:22,787 [main] Physical connection got
DEBUG 2024-09-17 02:50:22,787 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,787 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,788 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,796 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,797 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,797 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-09-17 02:50:22,798 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-17 02:50:22.596 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-17 02:50:22,799 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,799 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,799 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,805 [main] Logical connection closed
DEBUG 2024-09-17 02:50:22,805 [main] Logical connection got
DEBUG 2024-09-17 02:50:22,806 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:22,807 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-17 02:50:22.596 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-17 02:50:22,808 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running examples.dao.TruncateTableDaoClientTest
DEBUG 2024-09-17 02:50:23,188 [main] Physical connection got
DEBUG 2024-09-17 02:50:23,188 [main] Logical connection got
DEBUG 2024-09-17 02:50:23,191 [main] Logical connection closed
DEBUG 2024-09-17 02:50:23,192 [main] Logical connection got
DEBUG 2024-09-17 02:50:23,192 [main] DROP TABLE IF EXISTS H2TEST
DEBUG 2024-09-17 02:50:23,197 [main] Logical connection closed
DEBUG 2024-09-17 02:50:23,197 [main] Logical connection got
DEBUG 2024-09-17 02:50:23,197 [main] CREATE TABLE H2TEST (ID INT PRIMARY KEY, AAA VARCHAR(255))
DEBUG 2024-09-17 02:50:23,208 [main] Logical connection closed
DEBUG 2024-09-17 02:50:23,208 [main] Logical connection got
DEBUG 2024-09-17 02:50:23,208 [main] TRUNCATE TABLE H2TEST
DEBUG 2024-09-17 02:50:23,210 [main] Logical connection closed
DEBUG 2024-09-17 02:50:23,217 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 sec

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-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: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-examples/1.0.52-SNAPSHOT/s2-dao-examples-1.0.52-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-examples/1.0.52-SNAPSHOT/s2-dao-examples-1.0.52-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao tests for Seasar2.4.x
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 7 resources
[INFO] Copying 117 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 177 source files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.impl.EntityManagerImplTest
DEBUG 2024-09-17 02:50:24,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:24,982 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:24,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,085 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,093 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,116 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,315 [main] Physical connection got
DEBUG 2024-09-17 02:50:25,315 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,331 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,331 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,412 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,446 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,448 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:25,463 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,464 [main] Physical connection closed
DEBUG 2024-09-17 02:50:25,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:25,471 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,474 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,475 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,480 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,480 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,501 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,507 [main] Physical connection got
DEBUG 2024-09-17 02:50:25,507 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,507 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,507 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,520 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,526 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,526 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2024-09-17 02:50:25,526 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}]
DEBUG 2024-09-17 02:50:25,527 [main] Physical connection closed
DEBUG 2024-09-17 02:50:25,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:25,530 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,553 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,555 [main] Physical connection got
DEBUG 2024-09-17 02:50:25,555 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,555 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,555 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,564 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,569 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,569 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2024-09-17 02:50:25,570 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}]
DEBUG 2024-09-17 02:50:25,571 [main] Physical connection closed
DEBUG 2024-09-17 02:50:25,593 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:25,594 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,601 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,601 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,615 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,618 [main] Physical connection got
DEBUG 2024-09-17 02:50:25,618 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,618 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,618 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,647 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,654 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,654 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:25,655 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,656 [main] Physical connection closed
DEBUG 2024-09-17 02:50:25,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:25,657 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,660 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,664 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,671 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,676 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,679 [main] Physical connection got
DEBUG 2024-09-17 02:50:25,680 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,680 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,681 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,687 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,693 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,693 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:25,694 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,694 [main] Physical connection closed
DEBUG 2024-09-17 02:50:25,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:25,696 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,703 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,716 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,719 [main] Physical connection got
DEBUG 2024-09-17 02:50:25,719 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,719 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,719 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,727 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,755 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,755 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:25,757 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,757 [main] Physical connection closed
DEBUG 2024-09-17 02:50:25,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:25,759 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,782 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,785 [main] Physical connection got
DEBUG 2024-09-17 02:50:25,785 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,785 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,785 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,794 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,800 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,800 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:25,801 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,801 [main] Physical connection closed
DEBUG 2024-09-17 02:50:25,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:25,803 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,805 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,831 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,837 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,841 [main] Physical connection got
DEBUG 2024-09-17 02:50:25,841 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,841 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,841 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,854 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,861 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,861 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:25,862 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,862 [main] Physical connection closed
DEBUG 2024-09-17 02:50:25,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:25,863 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,884 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,888 [main] Physical connection got
DEBUG 2024-09-17 02:50:25,888 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,888 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,889 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,895 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,922 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,923 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:25,923 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,923 [main] Physical connection closed
DEBUG 2024-09-17 02:50:25,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:25,925 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,930 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,947 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,951 [main] Physical connection got
DEBUG 2024-09-17 02:50:25,951 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,952 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,952 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,957 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,962 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,962 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:25,963 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,963 [main] Physical connection closed
DEBUG 2024-09-17 02:50:25,964 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:25,965 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,967 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:25,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:25,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:25,978 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:25,981 [main] Physical connection got
DEBUG 2024-09-17 02:50:25,981 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,981 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,981 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,986 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,993 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:25,993 [main] select count(*) from emp
DEBUG 2024-09-17 02:50:25,994 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:25,995 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.169 sec
Running org.seasar.dao.impl.FastPropertyTypeFactoryTest
DEBUG 2024-09-17 02:50:26,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,003 [main] S2Container will be created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2024-09-17 02:50:26,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,016 [main] S2Container is created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2024-09-17 02:50:26,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,021 [main] S2Container will be created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2024-09-17 02:50:26,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,055 [main] S2Container is created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2024-09-17 02:50:26,058 [main] Physical connection got
DEBUG 2024-09-17 02:50:26,058 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:26,058 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:26,059 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandler2Test
DEBUG 2024-09-17 02:50:26,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,072 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,073 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,076 [main] Physical connection got
DEBUG 2024-09-17 02:50:26,077 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:26,080 [main] Table(BeanMetaDataResultSetHandler2Test$MyEmp) not found
DEBUG 2024-09-17 02:50:26,163 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:26,164 [main] Logical connection got, tx=null
7788
DEBUG 2024-09-17 02:50:26,166 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:26,166 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running org.seasar.dao.impl.DeleteAutoStaticCommandTest
DEBUG 2024-09-17 02:50:26,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,172 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,178 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,179 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,184 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/0, BranchId=]
DEBUG 2024-09-17 02:50:26,185 [main] Physical connection got
DEBUG 2024-09-17 02:50:26,186 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/0, BranchId=]
DEBUG 2024-09-17 02:50:26,186 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/0, BranchId=]
DEBUG 2024-09-17 02:50:26,186 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/0, BranchId=]
DEBUG 2024-09-17 02:50:26,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/0, BranchId=]
DEBUG 2024-09-17 02:50:26,239 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/0, BranchId=]
DEBUG 2024-09-17 02:50:26,240 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:26,242 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/0, BranchId=]
DEBUG 2024-09-17 02:50:26,243 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/0, BranchId=]
DEBUG 2024-09-17 02:50:26,243 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:26,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/0, BranchId=]
DEBUG 2024-09-17 02:50:26,244 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/0, BranchId=]
DEBUG 2024-09-17 02:50:26,245 [main] Physical connection closed
DEBUG 2024-09-17 02:50:26,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,259 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/1, BranchId=]
DEBUG 2024-09-17 02:50:26,260 [main] Physical connection got
DEBUG 2024-09-17 02:50:26,261 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/1, BranchId=]
DEBUG 2024-09-17 02:50:26,261 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/1, BranchId=]
DEBUG 2024-09-17 02:50:26,261 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/1, BranchId=]
DEBUG 2024-09-17 02:50:26,272 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/1, BranchId=]
DEBUG 2024-09-17 02:50:26,275 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/1, BranchId=]
DEBUG 2024-09-17 02:50:26,275 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2024-09-17 02:50:26,275 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/1, BranchId=]
DEBUG 2024-09-17 02:50:26,276 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/1, BranchId=]
DEBUG 2024-09-17 02:50:26,276 [main] Physical connection closed
DEBUG 2024-09-17 02:50:26,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,284 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,289 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,291 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/2, BranchId=]
DEBUG 2024-09-17 02:50:26,292 [main] Physical connection got
DEBUG 2024-09-17 02:50:26,292 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/2, BranchId=]
DEBUG 2024-09-17 02:50:26,292 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/2, BranchId=]
DEBUG 2024-09-17 02:50:26,292 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/2, BranchId=]
DEBUG 2024-09-17 02:50:26,327 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/2, BranchId=]
DEBUG 2024-09-17 02:50:26,329 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/2, BranchId=]
DEBUG 2024-09-17 02:50:26,329 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = -1
DEBUG 2024-09-17 02:50:26,331 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/2, BranchId=]
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2024-09-17 02:50:26,331 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/2, BranchId=]
DEBUG 2024-09-17 02:50:26,331 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
Running org.seasar.dao.impl.FieldBeanAnnotationReaderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor2Test
DEBUG 2024-09-17 02:50:26,341 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,342 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-09-17 02:50:26,343 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:26,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,348 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,353 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,357 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:26,360 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-09-17 02:50:26,384 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/3, BranchId=]
DEBUG 2024-09-17 02:50:26,384 [main] Physical connection got
DEBUG 2024-09-17 02:50:26,384 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/3, BranchId=]
DEBUG 2024-09-17 02:50:26,385 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/3, BranchId=]
DEBUG 2024-09-17 02:50:26,385 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/3, BranchId=]
DEBUG 2024-09-17 02:50:26,390 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/3, BranchId=]
DEBUG 2024-09-17 02:50:26,391 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/3, BranchId=]
DEBUG 2024-09-17 02:50:26,392 [main] INSERT INTO EMP (empno, ename, deptno) VALUES (99, 'hoge', 0)
DEBUG 2024-09-17 02:50:26,392 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/3, BranchId=]
DEBUG 2024-09-17 02:50:26,393 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/3, BranchId=]
DEBUG 2024-09-17 02:50:26,393 [main] Physical connection closed
DEBUG 2024-09-17 02:50:26,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,396 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-09-17 02:50:26,397 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:26,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,410 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:26,411 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-09-17 02:50:26,436 [main] Physical connection got
DEBUG 2024-09-17 02:50:26,436 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:26,436 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:26,436 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:26,443 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:26,444 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:26,445 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:26,445 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
DEBUG 2024-09-17 02:50:26,446 [main] Physical connection closed
DEBUG 2024-09-17 02:50:26,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,449 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-09-17 02:50:26,450 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:26,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,454 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,454 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,459 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,460 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:26,462 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-09-17 02:50:26,477 [main] Physical connection got
DEBUG 2024-09-17 02:50:26,477 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:26,477 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:26,477 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:26,509 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:26,510 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:26,510 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0.0 AND 1000.0
DEBUG 2024-09-17 02:50:26,511 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30 {30, SALES, CHICAGO}]
DEBUG 2024-09-17 02:50:26,512 [main] Physical connection closed
DEBUG 2024-09-17 02:50:26,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,514 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-09-17 02:50:26,515 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:26,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,523 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,524 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,526 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:26,527 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-09-17 02:50:26,543 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/4, BranchId=]
DEBUG 2024-09-17 02:50:26,544 [main] Physical connection got
DEBUG 2024-09-17 02:50:26,544 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/4, BranchId=]
DEBUG 2024-09-17 02:50:26,544 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/4, BranchId=]
DEBUG 2024-09-17 02:50:26,544 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/4, BranchId=]
DEBUG 2024-09-17 02:50:26,549 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/4, BranchId=]
DEBUG 2024-09-17 02:50:26,551 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/4, BranchId=]
DEBUG 2024-09-17 02:50:26,551 [main] INSERT INTO EMP (empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES (99, 'hoge', 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:26,552 [main] INSERT INTO EMP (empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES (98, 'hoge2', 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:26,552 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/4, BranchId=]
DEBUG 2024-09-17 02:50:26,552 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/4, BranchId=]
DEBUG 2024-09-17 02:50:26,553 [main] Physical connection closed
DEBUG 2024-09-17 02:50:26,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,556 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-09-17 02:50:26,558 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:26,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:26,567 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:26,570 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:26,570 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-09-17 02:50:26,588 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/5, BranchId=]
DEBUG 2024-09-17 02:50:26,588 [main] Physical connection got
DEBUG 2024-09-17 02:50:26,588 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/5, BranchId=]
DEBUG 2024-09-17 02:50:26,589 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/5, BranchId=]
DEBUG 2024-09-17 02:50:26,589 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/5, BranchId=]
DEBUG 2024-09-17 02:50:26,594 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/5, BranchId=]
DEBUG 2024-09-17 02:50:26,595 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/5, BranchId=]
DEBUG 2024-09-17 02:50:26,595 [main] INSERT INTO EMP (empno, ename, deptno) VALUES (99, '~', 0)
DEBUG 2024-09-17 02:50:26,596 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/5, BranchId=]
DEBUG 2024-09-17 02:50:26,596 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/5, BranchId=]
DEBUG 2024-09-17 02:50:26,596 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 99
DEBUG 2024-09-17 02:50:26,596 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/5, BranchId=]
DEBUG 2024-09-17 02:50:26,596 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/5, BranchId=]
DEBUG 2024-09-17 02:50:26,597 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
Running org.seasar.dao.impl.StaticStoredProcedureCommandTest
DEBUG 2024-09-17 02:50:26,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:26,603 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:26,604 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:26,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:26,607 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:26,608 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:26,610 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:26,611 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:26,614 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:26,617 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:26,617 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:26,620 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:26,621 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:26,792 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,002 [main] Physical connection got
DEBUG 2024-09-17 02:50:27,002 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,004 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,008 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,353 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,431 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,432 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,432 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,445 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,457 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,458 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,458 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,481 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,481 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,490 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,498 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,498 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,498 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,506 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,516 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,516 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,516 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,524 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,533 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,533 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,533 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,541 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,549 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,558 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,603 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,603 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,612 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,631 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,657 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/6, BranchId=]
DEBUG 2024-09-17 02:50:27,658 [main] Physical connection closed
DEBUG 2024-09-17 02:50:27,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:27,661 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:27,662 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:27,664 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:27,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:27,665 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:27,666 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:27,668 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:27,669 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:27,669 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:27,673 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:27,674 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:27,677 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:27,678 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:27,680 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,681 [main] Physical connection got
DEBUG 2024-09-17 02:50:27,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,708 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,708 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,708 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,711 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,716 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,730 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,730 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
{CCC=2024-09-17 02:50:27.733, BBB=aaaaa2}
DEBUG 2024-09-17 02:50:27,733 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/7, BranchId=]
DEBUG 2024-09-17 02:50:27,733 [main] Physical connection closed
DEBUG 2024-09-17 02:50:27,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:27,737 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:27,738 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:27,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:27,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:27,740 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:27,742 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:27,743 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:27,744 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:27,744 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:27,747 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:27,749 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:27,750 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:27,751 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:27,762 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,763 [main] Physical connection got
DEBUG 2024-09-17 02:50:27,763 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,763 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,763 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,763 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,766 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,767 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,768 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,772 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,773 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,773 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,773 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,775 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,777 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,779 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,782 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,782 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,782 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,786 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,788 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,789 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,789 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,792 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,796 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,796 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,796 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,798 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,799 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,800 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,800 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,804 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,808 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,814 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,814 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/8, BranchId=]
DEBUG 2024-09-17 02:50:27,814 [main] Physical connection closed
DEBUG 2024-09-17 02:50:27,815 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:27,816 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:27,818 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:27,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:27,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:27,820 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:27,822 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:27,823 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:27,824 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:27,824 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:27,828 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:27,828 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:27,831 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:27,831 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:27,833 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,836 [main] Physical connection got
DEBUG 2024-09-17 02:50:27,836 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,836 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,836 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,836 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,838 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,839 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,839 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,839 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,841 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,843 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,843 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,843 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,844 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,845 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,845 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,845 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,847 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,849 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,852 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,853 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,853 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,853 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,858 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,859 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,860 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,860 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,860 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,863 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,864 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,864 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,864 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,865 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,868 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,868 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,871 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,871 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/9, BranchId=]
DEBUG 2024-09-17 02:50:27,872 [main] Physical connection closed
DEBUG 2024-09-17 02:50:27,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:27,873 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:27,875 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:27,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:27,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:27,878 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:27,881 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:27,882 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:27,883 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:27,883 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:27,886 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:27,887 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:27,889 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:27,890 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:27,893 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,894 [main] Physical connection got
DEBUG 2024-09-17 02:50:27,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,895 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,896 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,897 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,897 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,897 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,903 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,945 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,945 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,946 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,949 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,950 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,951 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,951 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,952 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,955 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,955 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,955 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,958 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,959 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,959 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,959 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,960 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,961 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,961 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,964 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,965 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,966 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,969 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
{CCC=25, EEE=625}
DEBUG 2024-09-17 02:50:27,969 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/10, BranchId=]
DEBUG 2024-09-17 02:50:27,969 [main] Physical connection closed
DEBUG 2024-09-17 02:50:27,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:27,971 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:27,973 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:27,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:27,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:27,975 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:27,977 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:27,978 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:27,979 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:27,979 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:27,981 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:27,983 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:27,984 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:27,985 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:27,989 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,990 [main] Physical connection got
DEBUG 2024-09-17 02:50:27,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,997 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,997 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,997 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:27,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,000 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,000 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,000 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,004 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,007 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,009 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,010 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,010 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,010 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,011 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,012 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,012 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,012 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,013 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,015 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,015 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,015 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,016 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,017 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,020 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,022 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,022 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,024 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,024 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/11, BranchId=]
DEBUG 2024-09-17 02:50:28,025 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,026 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:28,029 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,029 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,032 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,034 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,035 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,036 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,036 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,044 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,045 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,046 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:28,047 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:28,050 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,050 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,050 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,051 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,051 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,051 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,052 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,054 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,054 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,054 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,056 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,057 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,057 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,058 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,059 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,060 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,062 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,062 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,062 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,063 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,064 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,065 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,065 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,066 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,068 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,068 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,068 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,071 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,072 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,072 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,072 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,075 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,077 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,078 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,078 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,080 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,081 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,082 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/12, BranchId=]
DEBUG 2024-09-17 02:50:28,082 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,083 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,084 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:28,086 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,087 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,089 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,091 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,092 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,092 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,093 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,096 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,097 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,099 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:28,100 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:28,103 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,104 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,104 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,104 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,104 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,104 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,107 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,107 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,107 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,108 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,109 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,109 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,109 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,110 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,110 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,110 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,111 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,115 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,116 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,117 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,117 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,118 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,120 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,120 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,120 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,122 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,125 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,128 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,129 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,130 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,135 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,135 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/13, BranchId=]
DEBUG 2024-09-17 02:50:28,136 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,138 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:28,141 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,141 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,143 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,143 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,145 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,146 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,147 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,147 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,149 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,151 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,153 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:28,154 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:28,158 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,158 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,158 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,158 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,159 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,159 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,160 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,161 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,161 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,161 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,163 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,164 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,164 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,164 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,166 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,166 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,166 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,167 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,169 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,170 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,170 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,170 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,171 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,172 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,172 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,172 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,173 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,173 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,174 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,174 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,175 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,176 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,176 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,176 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,178 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,178 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,178 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,178 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,181 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,181 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,181 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,182 [main] Logical connection closed, tx=null
[EDAO0032]Method argument size(2) is unmatched with procedure in-parameter size(3).
DEBUG 2024-09-17 02:50:28,182 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,182 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,184 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:28,231 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,233 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,235 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,236 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,237 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,237 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,240 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,241 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,243 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:28,244 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:28,247 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,248 [main] Logical connection got, tx=null
DatabaseProductName=Apache Derby
DatabaseProductVersion=10.1.2.1
DriverName=Apache Derby Embedded JDBC Driver
DriverVersion=10.1.2.1
DEBUG 2024-09-17 02:50:28,248 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,248 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,250 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:28,252 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,254 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,256 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,257 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,258 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,259 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,261 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,261 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,264 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:28,264 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:28,269 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,269 [main] Logical connection got, tx=null
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_AAA1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa1, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_AAA2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa2, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_AAA3, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa3, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_BBB1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureBbb1, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_BBB2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureBbb2, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_CCC1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureCcc1, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_CCC2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureCcc2, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_DDD1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureDdd1, proceduretype=1}
{procedurecat=, procedureschem=SQLJ, procedurename=INSTALL_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.INSTALL_JAR, proceduretype=1}
{procedurecat=, procedureschem=SQLJ, procedurename=REMOVE_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.REMOVE_JAR, proceduretype=1}
{procedurecat=, procedureschem=SQLJ, procedurename=REPLACE_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.REPLACE_JAR, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_BACKUP_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BACKUP_DATABASE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_BULK_INSERT, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BULK_INSERT, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_CHECKPOINT_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_CHECKPOINT_DATABASE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_COMPRESS_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_COMPRESS_TABLE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_DISABLE_LOG_ARCHIVE_MODE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_DISABLE_LOG_ARCHIVE_MODE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_EXPORT_QUERY, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_EXPORT_QUERY, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_EXPORT_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_EXPORT_TABLE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_FREEZE_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_FREEZE_DATABASE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_IMPORT_DATA, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_IMPORT_DATA, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_IMPORT_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_IMPORT_TABLE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_INPLACE_COMPRESS_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_INPLACE_COMPRESS_TABLE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_SET_DATABASE_PROPERTY, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_DATABASE_PROPERTY, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_SET_RUNTIMESTATISTICS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_RUNTIMESTATISTICS, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_SET_STATISTICS_TIMING, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_STATISTICS_TIMING, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_UNFREEZE_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_UNFREEZE_DATABASE, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=METADATA, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.METADATA, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLCAMESSAGE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCAMESSAGE, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLCOLPRIVILEGES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCOLPRIVILEGES, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLCOLUMNS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCOLUMNS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLFOREIGNKEYS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLFOREIGNKEYS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLGETTYPEINFO, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLGETTYPEINFO, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLPRIMARYKEYS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPRIMARYKEYS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLPROCEDURECOLS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPROCEDURECOLS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLPROCEDURES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPROCEDURES, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLSPECIALCOLUMNS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLSPECIALCOLUMNS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLSTATISTICS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLSTATISTICS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLTABLEPRIVILEGES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLTABLEPRIVILEGES, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLTABLES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLTABLES, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLUDTS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLUDTS, proceduretype=1}
DEBUG 2024-09-17 02:50:28,277 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,277 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,280 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:28,281 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,283 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,284 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,286 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,287 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:28,288 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:28,290 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:28,291 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:28,293 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-09-17 02:50:28,294 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:28,296 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,296 [main] Logical connection got, tx=null
{tablecat=, tableschem=SYS, tablename=SYSALIASES, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSCHECKS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSCOLUMNS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSCONGLOMERATES, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSCONSTRAINTS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSDEPENDS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSFILES, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSFOREIGNKEYS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSKEYS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSSCHEMAS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSSTATEMENTS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSSTATISTICS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSTABLES, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSTRIGGERS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSVIEWS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYSIBM, tablename=SYSDUMMY1, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SEASAR, tablename=DEFAULT_TABLE, tabletype=TABLE, remarks=}
{tablecat=, tableschem=SEASAR, tablename=LARGE_BINARY, tabletype=TABLE, remarks=}
{tablecat=, tableschem=SEASAR, tablename=LARGE_TEXT, tabletype=TABLE, remarks=}
{tablecat=, tableschem=SEASAR, tablename=PK_ONLY_TABLE, tabletype=TABLE, remarks=}
DEBUG 2024-09-17 02:50:28,333 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,333 [main] Physical connection closed
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.737 sec
Running org.seasar.dao.pager.NullPagingSqlRewriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.PkOnlyTableTest
DEBUG 2024-09-17 02:50:28,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,343 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,350 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/14, BranchId=]
DEBUG 2024-09-17 02:50:28,351 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,351 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/14, BranchId=]
DEBUG 2024-09-17 02:50:28,351 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/14, BranchId=]
DEBUG 2024-09-17 02:50:28,351 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/14, BranchId=]
DEBUG 2024-09-17 02:50:28,359 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/14, BranchId=]
DEBUG 2024-09-17 02:50:28,359 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/14, BranchId=]
DEBUG 2024-09-17 02:50:28,359 [main] INSERT INTO PKONLYTABLE (aaa) VALUES ('value')
DEBUG 2024-09-17 02:50:28,360 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/14, BranchId=]
DEBUG 2024-09-17 02:50:28,360 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/14, BranchId=]
DEBUG 2024-09-17 02:50:28,360 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,363 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,370 [main] S2Container will be created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2024-09-17 02:50:28,371 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:28,374 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:28,375 [main] S2Container is created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2024-09-17 02:50:28,386 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/15, BranchId=]
DEBUG 2024-09-17 02:50:28,386 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,386 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/15, BranchId=]
DEBUG 2024-09-17 02:50:28,386 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/15, BranchId=]
DEBUG 2024-09-17 02:50:28,386 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/15, BranchId=]
DEBUG 2024-09-17 02:50:28,389 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/15, BranchId=]
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2, because org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1d86a73$$MethodInvocation$$updateUnlessNull1.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1d86a73.updateUnlessNull(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1d86a73.java)
	at org.seasar.dao.impl.PkOnlyTableTest.testUpdateUnlessNullTx(PkOnlyTableTest.java:61)
	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:154)
	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:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	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.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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:114)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 38 more
DEBUG 2024-09-17 02:50:28,393 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/15, BranchId=]
DEBUG 2024-09-17 02:50:28,393 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,402 [main] S2Container will be created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2024-09-17 02:50:28,403 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:28,406 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:28,407 [main] S2Container is created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2024-09-17 02:50:28,418 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/16, BranchId=]
DEBUG 2024-09-17 02:50:28,418 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,418 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/16, BranchId=]
DEBUG 2024-09-17 02:50:28,418 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/16, BranchId=]
DEBUG 2024-09-17 02:50:28,418 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/16, BranchId=]
DEBUG 2024-09-17 02:50:28,422 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/16, BranchId=]
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2, because org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1e45e3$$MethodInvocation$$update0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1e45e3.update(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1e45e3.java)
	at org.seasar.dao.impl.PkOnlyTableTest.testUpdateTx(PkOnlyTableTest.java:80)
	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:154)
	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:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	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.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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:114)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 38 more
DEBUG 2024-09-17 02:50:28,425 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/16, BranchId=]
DEBUG 2024-09-17 02:50:28,426 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.impl.ProcedureHsqldbTest
DEBUG 2024-09-17 02:50:28,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,481 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,481 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,481 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,481 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:28,484 [main] Table(ProcedureHsqldbTest$ABean) not found
DEBUG 2024-09-17 02:50:28,486 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,486 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,486 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,486 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,495 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,506 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,506 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,508 [main] Logical connection closed, tx=null
2024-09-17 00:00:00.0
DEBUG 2024-09-17 02:50:28,508 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,508 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.impl.SelectDynamicCommandTest
DEBUG 2024-09-17 02:50:28,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,513 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,514 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,519 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,523 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,523 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,546 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,547 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,547 [main] SELECT * FROM emp WHERE empno = 7788
DEBUG 2024-09-17 02:50:28,548 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}
DEBUG 2024-09-17 02:50:28,548 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,558 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,558 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,560 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,560 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,560 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,560 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,587 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,594 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,594 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2024-09-17 02:50:28,595 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,596 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:28,596 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2024-09-17 02:50:28,596 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:28,596 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,599 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,600 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,608 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,611 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,611 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,611 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,620 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,624 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,624 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (100, 0, 'NAME0')
DEBUG 2024-09-17 02:50:28,624 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,624 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,624 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (200, 1, 'NAME1')
DEBUG 2024-09-17 02:50:28,625 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,626 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,626 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (300, 2, 'NAME2')
DEBUG 2024-09-17 02:50:28,626 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,628 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,628 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.employee_name = 'NAME1'
DEBUG 2024-09-17 02:50:28,629 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,631 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,631 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.department_Id = 200
DEBUG 2024-09-17 02:50:28,631 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,631 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/17, BranchId=]
DEBUG 2024-09-17 02:50:28,631 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.impl.NoPkTableTest
DEBUG 2024-09-17 02:50:28,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,635 [main] S2Container will be created(path=org/seasar/dao/impl/NoPkTableTest.dicon)
DEBUG 2024-09-17 02:50:28,636 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:28,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,645 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,648 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:28,649 [main] S2Container is created(path=org/seasar/dao/impl/NoPkTableTest.dicon)
DEBUG 2024-09-17 02:50:28,661 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,661 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,661 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,661 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,661 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,667 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,668 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,668 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-09-17 02:50:28,668 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,669 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,669 [main] INSERT INTO NO_PK_TABLE VALUES ('a', 1)
DEBUG 2024-09-17 02:50:28,669 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,669 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,669 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-09-17 02:50:28,669 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,669 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,669 [main] UPDATE NO_PK_TABLE SET AAA = 'a2'
DEBUG 2024-09-17 02:50:28,670 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,670 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,670 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-09-17 02:50:28,670 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,670 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,670 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'hoge'
DEBUG 2024-09-17 02:50:28,670 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,670 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,670 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-09-17 02:50:28,671 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,672 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,672 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'a2'
DEBUG 2024-09-17 02:50:28,672 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,672 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,672 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-09-17 02:50:28,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,673 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/18, BranchId=]
DEBUG 2024-09-17 02:50:28,673 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running org.seasar.dao.impl.UpdateModifiedOnlyCommandTest
DEBUG 2024-09-17 02:50:28,677 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,677 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:28,719 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:28,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,720 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,729 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:28,732 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:28,755 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/19, BranchId=]
DEBUG 2024-09-17 02:50:28,755 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,755 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/19, BranchId=]
DEBUG 2024-09-17 02:50:28,756 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/19, BranchId=]
DEBUG 2024-09-17 02:50:28,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/19, BranchId=]
DEBUG 2024-09-17 02:50:28,766 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/19, BranchId=]
DEBUG 2024-09-17 02:50:28,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/19, BranchId=]
DEBUG 2024-09-17 02:50:28,768 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:28,768 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/19, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
ename, ename
job, job
DEBUG 2024-09-17 02:50:28,769 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/19, BranchId=]
DEBUG 2024-09-17 02:50:28,770 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.28', ename = 'hoge', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:28,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/19, BranchId=]
DEBUG 2024-09-17 02:50:28,771 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/19, BranchId=]
DEBUG 2024-09-17 02:50:28,771 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,773 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,773 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:28,774 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:28,776 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,786 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:28,788 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:28,812 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/20, BranchId=]
DEBUG 2024-09-17 02:50:28,812 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,813 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/20, BranchId=]
DEBUG 2024-09-17 02:50:28,813 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/20, BranchId=]
DEBUG 2024-09-17 02:50:28,813 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/20, BranchId=]
DEBUG 2024-09-17 02:50:28,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/20, BranchId=]
DEBUG 2024-09-17 02:50:28,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/20, BranchId=]
DEBUG 2024-09-17 02:50:28,823 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:28,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/20, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
job, job
DEBUG 2024-09-17 02:50:28,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/20, BranchId=]
DEBUG 2024-09-17 02:50:28,824 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.28', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:28,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/20, BranchId=]
DEBUG 2024-09-17 02:50:28,824 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/20, BranchId=]
DEBUG 2024-09-17 02:50:28,825 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,827 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:28,828 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:28,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,831 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,839 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:28,841 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:28,862 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/21, BranchId=]
DEBUG 2024-09-17 02:50:28,863 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,863 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/21, BranchId=]
DEBUG 2024-09-17 02:50:28,864 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/21, BranchId=]
DEBUG 2024-09-17 02:50:28,864 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/21, BranchId=]
DEBUG 2024-09-17 02:50:28,874 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/21, BranchId=]
DEBUG 2024-09-17 02:50:28,875 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/21, BranchId=]
DEBUG 2024-09-17 02:50:28,875 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:28,876 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/21, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
DEBUG 2024-09-17 02:50:28,877 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/21, BranchId=]
DEBUG 2024-09-17 02:50:28,877 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.28' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:28,878 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/21, BranchId=]
DEBUG 2024-09-17 02:50:28,878 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/21, BranchId=]
DEBUG 2024-09-17 02:50:28,878 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,880 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:28,881 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:28,882 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,884 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,889 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,890 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,891 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:28,893 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:28,916 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/22, BranchId=]
DEBUG 2024-09-17 02:50:28,917 [main] Physical connection got
DEBUG 2024-09-17 02:50:28,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/22, BranchId=]
DEBUG 2024-09-17 02:50:28,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/22, BranchId=]
DEBUG 2024-09-17 02:50:28,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/22, BranchId=]
DEBUG 2024-09-17 02:50:28,969 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/22, BranchId=]
DEBUG 2024-09-17 02:50:28,971 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/22, BranchId=]
DEBUG 2024-09-17 02:50:28,972 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:28,972 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/22, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0
DEBUG 2024-09-17 02:50:28,972 [main] skip UPDATE: table=EMP, key{empno=7499}
DEBUG 2024-09-17 02:50:28,973 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/22, BranchId=]
DEBUG 2024-09-17 02:50:28,973 [main] Physical connection closed
DEBUG 2024-09-17 02:50:28,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:28,975 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:28,976 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:28,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:28,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:28,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:28,988 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:28,989 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:29,014 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,014 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,014 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,014 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,014 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,034 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,036 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,036 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal, dept.dname AS dname_0, dept.deptno AS deptno_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:29,037 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
30, SALES, CHICAGO
class org.seasar.dao.impl.UpdateModifiedOnlyCommandTest$Dept$$EnhancedByS2AOP$$16feee5
DEBUG 2024-09-17 02:50:29,037 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,037 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,037 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,040 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
dname, dname
DEBUG 2024-09-17 02:50:29,045 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,045 [main] UPDATE DEPT SET dname = 'FOO' WHERE deptno = 30
DEBUG 2024-09-17 02:50:29,045 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,045 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,045 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal, dept.dname AS dname_0, dept.deptno AS deptno_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:29,046 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,046 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/23, BranchId=]
DEBUG 2024-09-17 02:50:29,046 [main] Physical connection closed
DEBUG 2024-09-17 02:50:29,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,049 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:29,050 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:29,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,060 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:29,061 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:29,087 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,087 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,087 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,087 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,087 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,103 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,103 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal, dept.dname AS dname_0, dept.deptno AS deptno_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.job = 'MANAGER'
DEBUG 2024-09-17 02:50:29,104 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
[7566, JONES, MANAGER, 2975.0, null, 2000-01-01 00:00:00.0, 7698, BLAKE, MANAGER, 2850.0, null, 2000-01-01 00:00:00.0, 7782, CLARK, MANAGER, 2450.0, null, 2000-01-01 00:00:00.0]
DEBUG 2024-09-17 02:50:29,105 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,105 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,105 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,107 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
dname, dname
DEBUG 2024-09-17 02:50:29,109 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,109 [main] UPDATE DEPT SET dname = 'baar' WHERE deptno = 20
DEBUG 2024-09-17 02:50:29,109 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,109 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,109 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal, dept.dname AS dname_0, dept.deptno AS deptno_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7566
DEBUG 2024-09-17 02:50:29,110 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,110 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/24, BranchId=]
DEBUG 2024-09-17 02:50:29,110 [main] Physical connection closed
DEBUG 2024-09-17 02:50:29,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,112 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:29,113 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:29,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,125 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:29,126 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:29,153 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/25, BranchId=]
DEBUG 2024-09-17 02:50:29,153 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,153 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/25, BranchId=]
DEBUG 2024-09-17 02:50:29,153 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/25, BranchId=]
DEBUG 2024-09-17 02:50:29,153 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/25, BranchId=]
DEBUG 2024-09-17 02:50:29,164 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/25, BranchId=]
[EDAO0021]Can not use update method of ModifiedOnly because property (modifiedPropertyNames) not found in org.seasar.dao.impl.UpdateModifiedOnlyCommandTest$Emp
DEBUG 2024-09-17 02:50:29,167 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/25, BranchId=]
DEBUG 2024-09-17 02:50:29,168 [main] Physical connection closed
DEBUG 2024-09-17 02:50:29,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,173 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:29,174 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:29,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,228 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,231 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:29,232 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-09-17 02:50:29,254 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,254 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,254 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,254 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,258 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,260 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,260 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:29,260 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,260 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,260 [main] UPDATE EMP SET ename = 'ModifiedPropertiesByReflection' WHERE empno = 7499
DEBUG 2024-09-17 02:50:29,261 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,261 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,261 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:29,261 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,261 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/26, BranchId=]
DEBUG 2024-09-17 02:50:29,261 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec
Running org.seasar.dao.parser.SqlTokenizerImplTest
org.seasar.dao.TokenNotClosedRuntimeException: [EDAO0002]*/ not closed in (hoge)
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.impl.DtoMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:29,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,274 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,291 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,291 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:29,292 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:29,292 [main] Physical connection closed
DEBUG 2024-09-17 02:50:29,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,302 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,302 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:29,303 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:29,303 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.impl.DaoAnnotationReaderImplTest
DEBUG 2024-09-17 02:50:29,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,307 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,318 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,323 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,323 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,326 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,326 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,330 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,335 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,342 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,345 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,353 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,354 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,358 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,359 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,360 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,368 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,368 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,372 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,372 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,381 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,384 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:29,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,392 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.impl.FieldArgumentDtoAnnotationReaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.HogeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.ListBindTest
DEBUG 2024-09-17 02:50:29,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,442 [main] S2Container will be created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2024-09-17 02:50:29,443 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:29,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,453 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:29,454 [main] S2Container is created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2024-09-17 02:50:29,469 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/27, BranchId=]
DEBUG 2024-09-17 02:50:29,469 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,469 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/27, BranchId=]
DEBUG 2024-09-17 02:50:29,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/27, BranchId=]
DEBUG 2024-09-17 02:50:29,469 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/27, BranchId=]
DEBUG 2024-09-17 02:50:29,473 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/27, BranchId=]
DEBUG 2024-09-17 02:50:29,476 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/27, BranchId=]
DEBUG 2024-09-17 02:50:29,476 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7566, 7900) 
DEBUG 2024-09-17 02:50:29,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/27, BranchId=]
DEBUG 2024-09-17 02:50:29,477 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/27, BranchId=]
DEBUG 2024-09-17 02:50:29,478 [main] Physical connection closed
DEBUG 2024-09-17 02:50:29,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,481 [main] S2Container will be created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2024-09-17 02:50:29,481 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:29,482 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,491 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:29,491 [main] S2Container is created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2024-09-17 02:50:29,510 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/28, BranchId=]
DEBUG 2024-09-17 02:50:29,510 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,510 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/28, BranchId=]
DEBUG 2024-09-17 02:50:29,510 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/28, BranchId=]
DEBUG 2024-09-17 02:50:29,510 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/28, BranchId=]
DEBUG 2024-09-17 02:50:29,514 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/28, BranchId=]
DEBUG 2024-09-17 02:50:29,516 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/28, BranchId=]
DEBUG 2024-09-17 02:50:29,516 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7900, 7902) 
DEBUG 2024-09-17 02:50:29,517 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/28, BranchId=]
DEBUG 2024-09-17 02:50:29,522 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/28, BranchId=]
DEBUG 2024-09-17 02:50:29,522 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.seasar.dao.impl.UpdateAutoDynamicCommandTest
DEBUG 2024-09-17 02:50:29,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,529 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,534 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,534 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,534 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,534 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,534 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,564 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,564 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:29,565 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,565 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.29', ename = 'HOGE', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:29,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,566 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:29,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,566 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/29, BranchId=]
DEBUG 2024-09-17 02:50:29,566 [main] Physical connection closed
DEBUG 2024-09-17 02:50:29,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,575 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,576 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,576 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,576 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,576 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,576 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,606 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,606 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:29,608 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,608 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.29', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:29,608 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,608 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:29,609 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,609 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/30, BranchId=]
DEBUG 2024-09-17 02:50:29,609 [main] Physical connection closed
DEBUG 2024-09-17 02:50:29,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,614 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,614 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,619 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/31, BranchId=]
DEBUG 2024-09-17 02:50:29,621 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/31, BranchId=]
DEBUG 2024-09-17 02:50:29,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/31, BranchId=]
DEBUG 2024-09-17 02:50:29,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/31, BranchId=]
DEBUG 2024-09-17 02:50:29,631 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/31, BranchId=]
DEBUG 2024-09-17 02:50:29,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/31, BranchId=]
DEBUG 2024-09-17 02:50:29,632 [main] INSERT INTO CHAR_TABLE (id, aaa) VALUES (1, 'c')
DEBUG 2024-09-17 02:50:29,634 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/31, BranchId=]
DEBUG 2024-09-17 02:50:29,634 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/31, BranchId=]
DEBUG 2024-09-17 02:50:29,635 [main] Physical connection closed
DEBUG 2024-09-17 02:50:29,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,686 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,687 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,687 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,699 [main] SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2024-09-17 02:50:29,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,700 [main] UPDATE DEPT SET dname = 'HOGE', versionno = 1 WHERE deptno = 20 AND versionno = 0
DEBUG 2024-09-17 02:50:29,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,701 [main] SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2024-09-17 02:50:29,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,701 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/32, BranchId=]
DEBUG 2024-09-17 02:50:29,701 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
Running org.seasar.dao.pager.PagerUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.DtoMetaDataFactoryImplTest
DEBUG 2024-09-17 02:50:29,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,708 [main] S2Container will be created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2024-09-17 02:50:29,710 [main] S2Container is created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2024-09-17 02:50:29,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,713 [main] S2Container will be created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2024-09-17 02:50:29,715 [main] S2Container is created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.impl.UpdateBatchAutoStaticCommandTest
DEBUG 2024-09-17 02:50:29,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,727 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/33, BranchId=]
DEBUG 2024-09-17 02:50:29,728 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/33, BranchId=]
DEBUG 2024-09-17 02:50:29,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/33, BranchId=]
DEBUG 2024-09-17 02:50:29,729 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/33, BranchId=]
DEBUG 2024-09-17 02:50:29,749 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/33, BranchId=]
DEBUG 2024-09-17 02:50:29,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/33, BranchId=]
DEBUG 2024-09-17 02:50:29,759 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.29', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:29,759 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.29', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:29,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/33, BranchId=]
DEBUG 2024-09-17 02:50:29,760 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/33, BranchId=]
DEBUG 2024-09-17 02:50:29,760 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.29', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:29,760 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.29', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:29,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/33, BranchId=]
DEBUG 2024-09-17 02:50:29,760 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/33, BranchId=]
DEBUG 2024-09-17 02:50:29,761 [main] Physical connection closed
DEBUG 2024-09-17 02:50:29,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,766 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,769 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,770 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,771 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,771 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,771 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,771 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,771 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,796 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,805 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.29', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:29,806 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.29', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:29,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,806 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7499
DEBUG 2024-09-17 02:50:29,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,807 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:29,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,809 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/34, BranchId=]
DEBUG 2024-09-17 02:50:29,809 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.impl.InsertBatchAutoStaticCommandTest
DEBUG 2024-09-17 02:50:29,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,814 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,820 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/35, BranchId=]
DEBUG 2024-09-17 02:50:29,821 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/35, BranchId=]
DEBUG 2024-09-17 02:50:29,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/35, BranchId=]
DEBUG 2024-09-17 02:50:29,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/35, BranchId=]
DEBUG 2024-09-17 02:50:29,843 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/35, BranchId=]
DEBUG 2024-09-17 02:50:29,851 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/35, BranchId=]
DEBUG 2024-09-17 02:50:29,851 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-09-17 02.50.29', 99, 'hoge', 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:29,852 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-09-17 02.50.29', 98, 'hoge2', 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:29,852 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/35, BranchId=]
DEBUG 2024-09-17 02:50:29,852 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/35, BranchId=]
DEBUG 2024-09-17 02:50:29,852 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-09-17 02.50.29', 97, 'hoge3', 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:29,853 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-09-17 02.50.29', 96, 'hoge2', 0, null, null, null, null, null)
DEBUG 2024-09-17 02:50:29,853 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/35, BranchId=]
DEBUG 2024-09-17 02:50:29,853 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/35, BranchId=]
DEBUG 2024-09-17 02:50:29,853 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.seasar.dao.impl.ObjectArrayResultSetHandlerTest
DEBUG 2024-09-17 02:50:29,856 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,906 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,906 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,908 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,909 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:29,909 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:29,909 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running org.seasar.dao.impl.ResultSetToBeanTest
DEBUG 2024-09-17 02:50:29,912 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,921 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,923 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,923 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,923 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,923 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,932 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,933 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,933 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (123, 7650, 'foo')
DEBUG 2024-09-17 02:50:29,933 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,933 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,933 [main] SELECT employee_name FROM EMP3
DEBUG 2024-09-17 02:50:29,934 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,934 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,934 [main] SELECT employee_name AS employeeName FROM EMP3
DEBUG 2024-09-17 02:50:29,934 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,934 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/36, BranchId=]
DEBUG 2024-09-17 02:50:29,934 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.IllegalParameterTypeRuntimeExceptionTest
[EDAO0028](hoge) is illegal for procedure parameter type
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.MapResultSetHandlerTest
DEBUG 2024-09-17 02:50:29,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,950 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,950 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:29,950 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:29,950 [main] Physical connection closed
DEBUG 2024-09-17 02:50:29,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,958 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,960 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,960 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:29,960 [main] More than 2 rows found, but only first row returned
DEBUG 2024-09-17 02:50:29,960 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:29,960 [main] Physical connection closed
DEBUG 2024-09-17 02:50:29,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,964 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,966 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,966 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,974 [main] Physical connection got
DEBUG 2024-09-17 02:50:29,974 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:29,975 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:29,975 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.dao.impl.PropertyTypeFactoryImplTest
DEBUG 2024-09-17 02:50:29,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,979 [main] S2Container will be created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2024-09-17 02:50:29,980 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:29,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,987 [main] S2Container is created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2024-09-17 02:50:29,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:29,993 [main] S2Container will be created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2024-09-17 02:50:29,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:29,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:29,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,000 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,001 [main] S2Container is created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2024-09-17 02:50:30,003 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,003 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,005 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,005 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.context.CommandContextPropertyAccessorTest
hoge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.util.TypeUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.CharBindTest
DEBUG 2024-09-17 02:50:30,014 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,015 [main] S2Container will be created(path=org/seasar/dao/impl/CharBindTest.dicon)
DEBUG 2024-09-17 02:50:30,015 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:30,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,017 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,023 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,025 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:30,026 [main] S2Container is created(path=org/seasar/dao/impl/CharBindTest.dicon)
DEBUG 2024-09-17 02:50:30,039 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/37, BranchId=]
DEBUG 2024-09-17 02:50:30,039 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,039 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/37, BranchId=]
DEBUG 2024-09-17 02:50:30,039 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/37, BranchId=]
DEBUG 2024-09-17 02:50:30,040 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/37, BranchId=]
DEBUG 2024-09-17 02:50:30,045 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/37, BranchId=]
DEBUG 2024-09-17 02:50:30,047 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/37, BranchId=]
DEBUG 2024-09-17 02:50:30,047 [main] INSERT INTO CHAR_TABLE (id, aaa) VALUES (31, 'Z')
DEBUG 2024-09-17 02:50:30,047 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/37, BranchId=]
DEBUG 2024-09-17 02:50:30,047 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/37, BranchId=]
DEBUG 2024-09-17 02:50:30,047 [main] SELECT CHAR_TABLE.id, CHAR_TABLE.aaa FROM CHAR_TABLE
DEBUG 2024-09-17 02:50:30,048 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/37, BranchId=]
DEBUG 2024-09-17 02:50:30,048 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/37, BranchId=]
DEBUG 2024-09-17 02:50:30,048 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.seasar.dao.pager.OracleRownumPagingSqlRewriterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.BeanEnhancerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.UpdateDynamicCommandTest
DEBUG 2024-09-17 02:50:30,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,058 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,107 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,107 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,112 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/38, BranchId=]
DEBUG 2024-09-17 02:50:30,113 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,113 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/38, BranchId=]
DEBUG 2024-09-17 02:50:30,113 [main] UPDATE emp SET ename = 'SCOTT' WHERE empno = 7788
DEBUG 2024-09-17 02:50:30,113 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/38, BranchId=]
DEBUG 2024-09-17 02:50:30,114 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/38, BranchId=]
DEBUG 2024-09-17 02:50:30,114 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.seasar.dao.dbms.OracleTest
DEBUG 2024-09-17 02:50:30,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,127 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,127 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,155 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0, department2.dname AS dname_1, department2.deptno AS deptno_1, department2.versionno AS versionno_1, department2.loc AS loc_1 FROM EMP, DEPT department, DEPT department2 WHERE EMP.deptno = department.deptno(+) AND EMP.deptno = department2.deptno(+)
DEBUG 2024-09-17 02:50:30,155 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,158 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,165 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,165 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,172 [main] Logical connection closed, tx=null
SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc FROM DEPT
DEBUG 2024-09-17 02:50:30,172 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Running org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest
DEBUG 2024-09-17 02:50:30,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,177 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:30,178 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,180 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:30,181 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,181 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,182 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,183 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,185 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:30,186 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:30,186 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:30,190 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,191 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:30,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,193 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:30,194 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,195 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,196 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,196 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,198 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:30,199 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:30,200 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:30,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,202 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:30,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,205 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:30,206 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,208 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,209 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,209 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,211 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:30,211 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:30,212 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
[EDAO0031](public abstract void org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Dao.executeWithSimpleParameter(int)) is illegal. Parameter type must be DTO
DEBUG 2024-09-17 02:50:30,215 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,216 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:30,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,219 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:30,219 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,221 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,222 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,222 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,224 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:30,224 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:30,225 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
[EDAO0030](public abstract void org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Dao.executeWithMultiParameters(org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Hoge,int)) is illegal. Parameter size must be 0 or 1
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running org.seasar.dao.pager.PagerResultSetWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.seasar.dao.OverloadNotSupportedRuntimeExceptionTest
[EDAO0033]Overload not supported for method(foo) of Dao interface(hoge)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.DefaultBeanMetaDataImplTest
DEBUG 2024-09-17 02:50:30,234 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,236 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,236 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,244 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,245 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,245 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:30,249 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2024-09-17 02:50:30,253 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,253 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,255 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,255 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,307 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,308 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,308 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:30,313 [main] Table(MyBean) not found
WARN  2024-09-17 02:50:30,314 [main] Table(DefaultBeanMetaDataImplTest$Ccc) not found
DEBUG 2024-09-17 02:50:30,320 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,321 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,324 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,325 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,332 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,335 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,335 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,356 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,356 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,359 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,360 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,360 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,363 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,366 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,367 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,367 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,377 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,377 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,390 [main] Logical connection closed, tx=null
SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0
DEBUG 2024-09-17 02:50:30,391 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,393 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,400 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,401 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,402 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,402 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,426 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,427 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,429 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,431 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,436 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,437 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,440 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,440 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,504 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,504 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,506 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,514 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,515 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,515 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,536 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,536 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,537 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,538 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,545 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,546 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,548 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,548 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,574 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,574 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,577 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,580 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,580 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,585 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,586 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,586 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,588 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,588 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:30,592 [main] Table(DefaultBeanMetaDataImplTest$Ddd) not found
DEBUG 2024-09-17 02:50:30,596 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,596 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,598 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,599 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,606 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,607 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,608 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:30,610 [main] Table(DefaultBeanMetaDataImplTest$Eee) not found
DEBUG 2024-09-17 02:50:30,615 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,615 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,617 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,618 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,624 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,625 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,625 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,626 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,626 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,677 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,677 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,679 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,682 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,684 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,688 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,689 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,689 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:30,693 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2024-09-17 02:50:30,696 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,698 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,699 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,703 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,706 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,707 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,709 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,709 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,718 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,719 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,721 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,729 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,730 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,730 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,738 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,738 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,741 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,742 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,744 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,748 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,749 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,750 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,758 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,759 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,760 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,768 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-09-17 02:50:30,770 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,770 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:30,773 [main] Table(DefaultBeanMetaDataImplTest$Ggg) not found
DEBUG 2024-09-17 02:50:30,778 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,778 [main] Physical connection closed
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
Running org.seasar.dao.impl.FunctionTest
DEBUG 2024-09-17 02:50:30,828 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:30,829 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:30,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,831 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:30,832 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,833 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,834 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,834 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,836 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:30,836 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:30,838 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:30,839 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,839 [main] Logical connection got, tx=null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.seasar.dao.util.ImplementInterfaceWalkerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.BooleanPropertyTest
DEBUG 2024-09-17 02:50:30,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,850 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,856 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/39, BranchId=]
DEBUG 2024-09-17 02:50:30,857 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/39, BranchId=]
DEBUG 2024-09-17 02:50:30,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/39, BranchId=]
DEBUG 2024-09-17 02:50:30,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/39, BranchId=]
DEBUG 2024-09-17 02:50:30,866 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/39, BranchId=]
DEBUG 2024-09-17 02:50:30,867 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/39, BranchId=]
DEBUG 2024-09-17 02:50:30,867 [main] INSERT INTO DEPT2 (dname, deptno, active) VALUES ('hoge', 99, true)
DEBUG 2024-09-17 02:50:30,867 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/39, BranchId=]
DEBUG 2024-09-17 02:50:30,867 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/39, BranchId=]
DEBUG 2024-09-17 02:50:30,867 [main] SELECT DEPT2.dname, DEPT2.deptno, DEPT2.active FROM DEPT2
WARN  2024-09-17 02:50:30,868 [main] More than 2 rows found, but only first row returned
DEBUG 2024-09-17 02:50:30,868 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/39, BranchId=]
DEBUG 2024-09-17 02:50:30,868 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/39, BranchId=]
DEBUG 2024-09-17 02:50:30,868 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.impl.ObjectResultSetHandlerTest
DEBUG 2024-09-17 02:50:30,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,872 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,873 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,874 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,877 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,878 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,879 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,879 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,879 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,879 [main] Physical connection closed
DEBUG 2024-09-17 02:50:30,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,888 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,889 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:30,889 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:30,889 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.id.IdentityIdentifierGeneratorTest
DEBUG 2024-09-17 02:50:30,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,892 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,894 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,898 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:30,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:30,899 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/40, BranchId=]
DEBUG 2024-09-17 02:50:30,899 [main] Physical connection got
DEBUG 2024-09-17 02:50:30,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/40, BranchId=]
DEBUG 2024-09-17 02:50:30,900 [main] insert into identitytable(id_name) values('hoge')
DEBUG 2024-09-17 02:50:30,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/40, BranchId=]
DEBUG 2024-09-17 02:50:30,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/40, BranchId=]
DEBUG 2024-09-17 02:50:30,901 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:30,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/40, BranchId=]
0
DEBUG 2024-09-17 02:50:30,901 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/40, BranchId=]
DEBUG 2024-09-17 02:50:30,901 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.dbms.H2Test
DEBUG 2024-09-17 02:50:30,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:30,904 [main] S2Container will be created(path=j2ee-h2.dicon)
DEBUG 2024-09-17 02:50:30,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:30,907 [main] S2Container will be created(path=jdbc-h2.dicon)
DEBUG 2024-09-17 02:50:30,907 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,909 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,910 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:30,910 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:30,912 [main] S2Container is created(path=jdbc-h2.dicon)
DEBUG 2024-09-17 02:50:30,913 [main] S2Container is created(path=j2ee-h2.dicon)
WARN  2024-09-17 02:50:30,913 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,099 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,099 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,121 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,127 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,130 [main] S2Container will be created(path=j2ee-h2.dicon)
DEBUG 2024-09-17 02:50:31,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,132 [main] S2Container will be created(path=jdbc-h2.dicon)
DEBUG 2024-09-17 02:50:31,133 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,135 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,136 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,136 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,138 [main] S2Container is created(path=jdbc-h2.dicon)
DEBUG 2024-09-17 02:50:31,138 [main] S2Container is created(path=j2ee-h2.dicon)
WARN  2024-09-17 02:50:31,139 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,176 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,176 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,180 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,180 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,183 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,183 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,183 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-09-17 02:50:31,187 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,187 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,187 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-09-17 02:50:31,187 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,188 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,188 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-09-17 02:50:31,188 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,188 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,188 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:31,188 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,188 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,188 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:31,188 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,188 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,188 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-09-17 02:50:31,188 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,188 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,188 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:31,188 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,188 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,189 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,191 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec
Running org.seasar.dao.util.FetchHandlerUtilTest
DEBUG 2024-09-17 02:50:31,194 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.util.DaoNamingConventionUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.NoPersistentPropertyTypeTest
DEBUG 2024-09-17 02:50:31,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,206 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,207 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,208 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,208 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,208 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,208 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:31,212 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2024-09-17 02:50:31,215 [main] Logical connection closed, tx=null
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization findAll method of org.seasar.dao.impl.NoPersistentPropertyTypeTest$Foo1Dao, because org.seasar.dao.NoPersistentPropertyTypeRuntimeException: [EDAO0017]No SELECT list
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.unit.S2DaoTestCase.createDaoMetaData(S2DaoTestCase.java:173)
	at org.seasar.dao.impl.NoPersistentPropertyTypeTest.testNoPersistentPropertyTypeException1(NoPersistentPropertyTypeTest.java:39)
	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:154)
	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:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor74.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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.dao.NoPersistentPropertyTypeRuntimeException: [EDAO0017]No SELECT list
	at org.seasar.dao.impl.BeanMetaDataImpl.setupAutoSelectList(BeanMetaDataImpl.java:405)
	at org.seasar.dao.impl.BeanMetaDataImpl.getAutoSelectList(BeanMetaDataImpl.java:362)
	at org.seasar.dao.dbms.Standard.getAutoSelectSql(Standard.java:64)
	at org.seasar.dao.impl.DaoMetaDataImpl.createAutoSelectSql(DaoMetaDataImpl.java:866)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupNonQuerySelectMethodByArgs(DaoMetaDataImpl.java:796)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupNonQuerySelectMethodByAuto(DaoMetaDataImpl.java:752)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSelectMethodByAuto(DaoMetaDataImpl.java:723)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:389)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 32 more
DEBUG 2024-09-17 02:50:31,218 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,222 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,222 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,225 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,227 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,227 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,227 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,227 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:31,231 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2024-09-17 02:50:31,233 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,234 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,234 [main] SELECT * FROM EMP
DEBUG 2024-09-17 02:50:31,286 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,286 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.impl.DtoListMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:31,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,297 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,297 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,298 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,298 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,303 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,307 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,307 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,307 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,307 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor3Test
DEBUG 2024-09-17 02:50:31,310 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,311 [main] S2Container will be created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2024-09-17 02:50:31,312 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:31,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,321 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:31,322 [main] S2Container is created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2024-09-17 02:50:31,332 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/41, BranchId=]
DEBUG 2024-09-17 02:50:31,333 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/41, BranchId=]
DEBUG 2024-09-17 02:50:31,333 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/41, BranchId=]
DEBUG 2024-09-17 02:50:31,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/41, BranchId=]
DEBUG 2024-09-17 02:50:31,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/41, BranchId=]
DEBUG 2024-09-17 02:50:31,336 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/41, BranchId=]
DEBUG 2024-09-17 02:50:31,336 [main] UPDATE DEPT SET dname = null, versionno = 1, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2024-09-17 02:50:31,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/41, BranchId=]
DEBUG 2024-09-17 02:50:31,337 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/41, BranchId=]
DEBUG 2024-09-17 02:50:31,337 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,339 [main] S2Container will be created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2024-09-17 02:50:31,340 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:31,341 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,349 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:31,350 [main] S2Container is created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2024-09-17 02:50:31,358 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/42, BranchId=]
DEBUG 2024-09-17 02:50:31,358 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,358 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/42, BranchId=]
DEBUG 2024-09-17 02:50:31,359 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/42, BranchId=]
DEBUG 2024-09-17 02:50:31,359 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/42, BranchId=]
DEBUG 2024-09-17 02:50:31,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/42, BranchId=]
DEBUG 2024-09-17 02:50:31,363 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/42, BranchId=]
DEBUG 2024-09-17 02:50:31,363 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2024-09-17 02:50:31,363 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/42, BranchId=]
DEBUG 2024-09-17 02:50:31,363 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/42, BranchId=]
DEBUG 2024-09-17 02:50:31,364 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running org.seasar.dao.impl.ArgumentDtoProcedureCommandTest
DEBUG 2024-09-17 02:50:31,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,368 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,370 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,371 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,372 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,373 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,373 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,376 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,376 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:31,377 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,378 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/43, BranchId=]
DEBUG 2024-09-17 02:50:31,380 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,380 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/43, BranchId=]
DEBUG 2024-09-17 02:50:31,380 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/43, BranchId=]
DEBUG 2024-09-17 02:50:31,386 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/43, BranchId=]
DEBUG 2024-09-17 02:50:31,386 [main] {call PROCEDURE_TEST_AAA1 (?)}
DEBUG 2024-09-17 02:50:31,388 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/43, BranchId=]
DEBUG 2024-09-17 02:50:31,388 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/43, BranchId=]
DEBUG 2024-09-17 02:50:31,388 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,391 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,393 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,394 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,395 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,396 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,396 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,408 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,409 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:31,409 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,410 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/44, BranchId=]
DEBUG 2024-09-17 02:50:31,410 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,410 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/44, BranchId=]
DEBUG 2024-09-17 02:50:31,411 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/44, BranchId=]
DEBUG 2024-09-17 02:50:31,414 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/44, BranchId=]
DEBUG 2024-09-17 02:50:31,414 [main] {call PROCEDURE_TEST_AAA2 (?, ?)}
DEBUG 2024-09-17 02:50:31,416 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/44, BranchId=]
DEBUG 2024-09-17 02:50:31,416 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/44, BranchId=]
DEBUG 2024-09-17 02:50:31,417 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,419 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,421 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,421 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,423 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,424 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,425 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,425 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,427 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,427 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:31,428 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,429 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/45, BranchId=]
DEBUG 2024-09-17 02:50:31,430 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,430 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/45, BranchId=]
DEBUG 2024-09-17 02:50:31,430 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/45, BranchId=]
DEBUG 2024-09-17 02:50:31,432 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/45, BranchId=]
DEBUG 2024-09-17 02:50:31,432 [main] {call PROCEDURE_TEST_AAA3 ()}
DEBUG 2024-09-17 02:50:31,435 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/45, BranchId=]
DEBUG 2024-09-17 02:50:31,435 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/45, BranchId=]
DEBUG 2024-09-17 02:50:31,435 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,436 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,437 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,437 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,488 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,488 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,489 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,490 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,491 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,492 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,494 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,494 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:31,494 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,495 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/46, BranchId=]
DEBUG 2024-09-17 02:50:31,496 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,496 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/46, BranchId=]
DEBUG 2024-09-17 02:50:31,496 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/46, BranchId=]
DEBUG 2024-09-17 02:50:31,500 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/46, BranchId=]
DEBUG 2024-09-17 02:50:31,500 [main] {call PROCEDURE_TEST_BBB1 ('hoge')}
DEBUG 2024-09-17 02:50:31,501 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/46, BranchId=]
DEBUG 2024-09-17 02:50:31,501 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/46, BranchId=]
DEBUG 2024-09-17 02:50:31,501 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,503 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,506 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,507 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,508 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,509 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,509 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,511 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,512 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:31,512 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,513 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/47, BranchId=]
DEBUG 2024-09-17 02:50:31,514 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,514 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/47, BranchId=]
DEBUG 2024-09-17 02:50:31,514 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/47, BranchId=]
DEBUG 2024-09-17 02:50:31,517 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/47, BranchId=]
DEBUG 2024-09-17 02:50:31,518 [main] {call PROCEDURE_TEST_BBB2 ('hoge', 10, '2007-08-26 14.30.00')}
DEBUG 2024-09-17 02:50:31,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/47, BranchId=]
DEBUG 2024-09-17 02:50:31,520 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/47, BranchId=]
DEBUG 2024-09-17 02:50:31,521 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,523 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,528 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,528 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,529 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,530 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,530 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,532 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,533 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:31,534 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,535 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/48, BranchId=]
DEBUG 2024-09-17 02:50:31,535 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,535 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/48, BranchId=]
DEBUG 2024-09-17 02:50:31,535 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/48, BranchId=]
DEBUG 2024-09-17 02:50:31,539 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/48, BranchId=]
DEBUG 2024-09-17 02:50:31,539 [main] {call PROCEDURE_TEST_CCC1 ('hoge', 10, ?)}
DEBUG 2024-09-17 02:50:31,541 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/48, BranchId=]
DEBUG 2024-09-17 02:50:31,541 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/48, BranchId=]
DEBUG 2024-09-17 02:50:31,541 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,543 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,543 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,546 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,547 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,547 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,549 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,549 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,551 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,552 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:31,552 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,553 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/49, BranchId=]
DEBUG 2024-09-17 02:50:31,553 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,553 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/49, BranchId=]
DEBUG 2024-09-17 02:50:31,553 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/49, BranchId=]
DEBUG 2024-09-17 02:50:31,557 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/49, BranchId=]
DEBUG 2024-09-17 02:50:31,557 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/49, BranchId=]
[EDAO0029]null is illegal for argument DTO
DEBUG 2024-09-17 02:50:31,557 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/49, BranchId=]
DEBUG 2024-09-17 02:50:31,557 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,560 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,562 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,563 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,568 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,569 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,569 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,571 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,572 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:31,572 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,573 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/50, BranchId=]
DEBUG 2024-09-17 02:50:31,573 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/50, BranchId=]
DEBUG 2024-09-17 02:50:31,573 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/50, BranchId=]
DEBUG 2024-09-17 02:50:31,577 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/50, BranchId=]
DEBUG 2024-09-17 02:50:31,577 [main] {call PROCEDURE_TEST_CCC2 (?, 10, ?)}
DEBUG 2024-09-17 02:50:31,579 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/50, BranchId=]
DEBUG 2024-09-17 02:50:31,579 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/50, BranchId=]
DEBUG 2024-09-17 02:50:31,579 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,581 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,584 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,585 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,586 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,587 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,587 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,589 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,589 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:31,590 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,591 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/51, BranchId=]
DEBUG 2024-09-17 02:50:31,592 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,592 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/51, BranchId=]
DEBUG 2024-09-17 02:50:31,592 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/51, BranchId=]
DEBUG 2024-09-17 02:50:31,596 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/51, BranchId=]
DEBUG 2024-09-17 02:50:31,596 [main] {call PROCEDURE_TEST_DDD1 ('ab')}
DEBUG 2024-09-17 02:50:31,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/51, BranchId=]
DEBUG 2024-09-17 02:50:31,598 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/51, BranchId=]
DEBUG 2024-09-17 02:50:31,598 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,600 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,603 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,604 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,604 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,606 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,606 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,609 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,609 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-09-17 02:50:31,609 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,610 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/52, BranchId=]
DEBUG 2024-09-17 02:50:31,611 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,611 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/52, BranchId=]
DEBUG 2024-09-17 02:50:31,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/52, BranchId=]
DEBUG 2024-09-17 02:50:31,614 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/52, BranchId=]
DEBUG 2024-09-17 02:50:31,614 [main] {? = call FUNCTION_TEST_MAX (5.0, 10.0)}
DEBUG 2024-09-17 02:50:31,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/52, BranchId=]
DEBUG 2024-09-17 02:50:31,618 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/52, BranchId=]
DEBUG 2024-09-17 02:50:31,618 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec
Running org.seasar.dao.pager.PagerContextTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.LogCustomizeTest
DEBUG 2024-09-17 02:50:31,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,626 [main] S2Container will be created(path=org/seasar/dao/impl/LogCustomizeTest.dicon)
DEBUG 2024-09-17 02:50:31,627 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,636 [main] S2Container is created(path=org/seasar/dao/impl/LogCustomizeTest.dicon)
DEBUG 2024-09-17 02:50:31,702 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/53, BranchId=]
DEBUG 2024-09-17 02:50:31,703 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/53, BranchId=]
DEBUG 2024-09-17 02:50:31,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/53, BranchId=]
DEBUG 2024-09-17 02:50:31,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/53, BranchId=]
DEBUG 2024-09-17 02:50:31,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/53, BranchId=]
DEBUG 2024-09-17 02:50:31,711 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/53, BranchId=]
DEBUG 2024-09-17 02:50:31,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/53, BranchId=]
SELECT empno, ename, dname FROM emp, dept where emp.deptno = dept.deptno
DEBUG 2024-09-17 02:50:31,712 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/53, BranchId=]
DEBUG 2024-09-17 02:50:31,712 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.impl.ReturnsArrayDaoTest
DEBUG 2024-09-17 02:50:31,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,716 [main] S2Container will be created(path=org/seasar/dao/impl/ReturnsArrayDaoTest.dicon)
DEBUG 2024-09-17 02:50:31,717 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:31,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,726 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:31,728 [main] S2Container is created(path=org/seasar/dao/impl/ReturnsArrayDaoTest.dicon)
DEBUG 2024-09-17 02:50:31,738 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,738 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,738 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,738 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,741 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,742 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,742 [main] SELECT EMP.ename FROM EMP
DEBUG 2024-09-17 02:50:31,742 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,742 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,743 [main] SELECT EMP.ename FROM EMP
DEBUG 2024-09-17 02:50:31,745 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,745 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.dao.pager.PagerConditionBaseTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.pager.ScrollCursorTest
DEBUG 2024-09-17 02:50:31,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,756 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,763 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/54, BranchId=]
DEBUG 2024-09-17 02:50:31,763 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,763 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/54, BranchId=]
DEBUG 2024-09-17 02:50:31,766 [main] S2Pager use scroll cursor.
DEBUG 2024-09-17 02:50:31,767 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/54, BranchId=]
DEBUG 2024-09-17 02:50:31,767 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,776 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/55, BranchId=]
DEBUG 2024-09-17 02:50:31,776 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,776 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/55, BranchId=]
DEBUG 2024-09-17 02:50:31,776 [main] S2Pager use scroll cursor.
DEBUG 2024-09-17 02:50:31,776 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/55, BranchId=]
DEBUG 2024-09-17 02:50:31,777 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,786 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/56, BranchId=]
DEBUG 2024-09-17 02:50:31,786 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,786 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/56, BranchId=]
DEBUG 2024-09-17 02:50:31,787 [main] S2Pager use scroll cursor.
DEBUG 2024-09-17 02:50:31,787 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/56, BranchId=]
DEBUG 2024-09-17 02:50:31,787 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.impl.MapListResultSetHandlerTest
DEBUG 2024-09-17 02:50:31,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:31,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:31,798 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,798 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:31,798 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:31,798 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.impl.ClobTest
DEBUG 2024-09-17 02:50:31,800 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,802 [main] S2Container will be created(path=org/seasar/dao/impl/ClobTest.dicon)
DEBUG 2024-09-17 02:50:31,802 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:31,803 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,806 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,806 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,807 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,808 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,809 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,809 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,812 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,812 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,814 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:31,815 [main] S2Container is created(path=org/seasar/dao/impl/ClobTest.dicon)
WARN  2024-09-17 02:50:31,816 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,824 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/57, BranchId=]
DEBUG 2024-09-17 02:50:31,825 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/57, BranchId=]
DEBUG 2024-09-17 02:50:31,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/57, BranchId=]
DEBUG 2024-09-17 02:50:31,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/57, BranchId=]
DEBUG 2024-09-17 02:50:31,847 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/57, BranchId=]
DEBUG 2024-09-17 02:50:31,847 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/57, BranchId=]
DEBUG 2024-09-17 02:50:31,848 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 123
DEBUG 2024-09-17 02:50:31,860 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/57, BranchId=]
DEBUG 2024-09-17 02:50:31,860 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/57, BranchId=]
DEBUG 2024-09-17 02:50:31,860 [main] Physical connection closed
DEBUG 2024-09-17 02:50:31,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:31,863 [main] S2Container will be created(path=org/seasar/dao/impl/ClobTest.dicon)
DEBUG 2024-09-17 02:50:31,864 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:31,865 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:31,868 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,869 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,870 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,871 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:31,871 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:31,873 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:31,874 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:31,876 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:31,876 [main] S2Container is created(path=org/seasar/dao/impl/ClobTest.dicon)
WARN  2024-09-17 02:50:31,877 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:31,941 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,942 [main] Physical connection got
DEBUG 2024-09-17 02:50:31,942 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,942 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,942 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,947 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,948 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,948 [main] INSERT INTO LARGE_TEXT (version_no, id, large_string) VALUES (0, 1, 'abc1')
DEBUG 2024-09-17 02:50:31,970 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,970 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,970 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2024-09-17 02:50:31,971 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,971 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,971 [main] UPDATE LARGE_TEXT SET version_no = 1, large_string = 'ABCDEFG' WHERE id = 1 AND version_no = 0
DEBUG 2024-09-17 02:50:31,980 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,980 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,980 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2024-09-17 02:50:31,981 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,991 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/58, BranchId=]
DEBUG 2024-09-17 02:50:31,991 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
Running org.seasar.dao.id.IdentifierGeneratorFactoryTest
DEBUG 2024-09-17 02:50:31,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.AnnotationReaderFactoryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.BeanArrayMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:32,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,008 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,009 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,009 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:32,028 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:32,029 [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 2024-09-17 02:50:32,034 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:32,034 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.types.SerializableTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.InsertAutoDynamicCommandTest
DEBUG 2024-09-17 02:50:32,041 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,048 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/59, BranchId=]
DEBUG 2024-09-17 02:50:32,049 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,049 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/59, BranchId=]
DEBUG 2024-09-17 02:50:32,049 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/59, BranchId=]
DEBUG 2024-09-17 02:50:32,049 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/59, BranchId=]
DEBUG 2024-09-17 02:50:32,067 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/59, BranchId=]
DEBUG 2024-09-17 02:50:32,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/59, BranchId=]
DEBUG 2024-09-17 02:50:32,077 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-17 02.50.32', 99, 'hoge', 0)
DEBUG 2024-09-17 02:50:32,077 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/59, BranchId=]
DEBUG 2024-09-17 02:50:32,077 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/59, BranchId=]
DEBUG 2024-09-17 02:50:32,077 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,082 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,084 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,086 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,087 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,087 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,087 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,087 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,093 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,093 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,093 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2024-09-17 02:50:32,093 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,093 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:32,093 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,093 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
1
DEBUG 2024-09-17 02:50:32,095 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,095 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2024-09-17 02:50:32,095 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,095 [main] CALL IDENTITY()
DEBUG 2024-09-17 02:50:32,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
2
DEBUG 2024-09-17 02:50:32,095 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/60, BranchId=]
DEBUG 2024-09-17 02:50:32,095 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,103 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,104 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/61, BranchId=]
DEBUG 2024-09-17 02:50:32,105 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,105 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/61, BranchId=]
DEBUG 2024-09-17 02:50:32,105 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/61, BranchId=]
DEBUG 2024-09-17 02:50:32,105 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/61, BranchId=]
DEBUG 2024-09-17 02:50:32,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/61, BranchId=]
DEBUG 2024-09-17 02:50:32,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/61, BranchId=]
DEBUG 2024-09-17 02:50:32,113 [main] INSERT INTO EMP (empno) VALUES (980)
DEBUG 2024-09-17 02:50:32,113 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/61, BranchId=]
DEBUG 2024-09-17 02:50:32,113 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/61, BranchId=]
DEBUG 2024-09-17 02:50:32,113 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,118 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,121 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,123 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/62, BranchId=]
DEBUG 2024-09-17 02:50:32,123 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/62, BranchId=]
DEBUG 2024-09-17 02:50:32,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/62, BranchId=]
DEBUG 2024-09-17 02:50:32,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/62, BranchId=]
DEBUG 2024-09-17 02:50:32,131 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/62, BranchId=]
DEBUG 2024-09-17 02:50:32,133 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/62, BranchId=]
DEBUG 2024-09-17 02:50:32,133 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,134 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,137 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,142 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/63, BranchId=]
DEBUG 2024-09-17 02:50:32,142 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,142 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/63, BranchId=]
DEBUG 2024-09-17 02:50:32,142 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/63, BranchId=]
DEBUG 2024-09-17 02:50:32,143 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/63, BranchId=]
WARN  2024-09-17 02:50:32,147 [main] Table(DUMMY_TABLE) not found
DEBUG 2024-09-17 02:50:32,151 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/63, BranchId=]
[EDAO0024]No Persistent Properties. Probably (org.seasar.dao.impl.InsertAutoDynamicCommandTest$FooDto) doesnt assosiated with table.
DEBUG 2024-09-17 02:50:32,205 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/63, BranchId=]
DEBUG 2024-09-17 02:50:32,205 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,213 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,214 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/64, BranchId=]
DEBUG 2024-09-17 02:50:32,215 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,215 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/64, BranchId=]
DEBUG 2024-09-17 02:50:32,215 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/64, BranchId=]
DEBUG 2024-09-17 02:50:32,215 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/64, BranchId=]
DEBUG 2024-09-17 02:50:32,222 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/64, BranchId=]
DEBUG 2024-09-17 02:50:32,222 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/64, BranchId=]
DEBUG 2024-09-17 02:50:32,222 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/64, BranchId=]
DEBUG 2024-09-17 02:50:32,222 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:32,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/64, BranchId=]
DEBUG 2024-09-17 02:50:32,223 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 49)
DEBUG 2024-09-17 02:50:32,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/64, BranchId=]
49
DEBUG 2024-09-17 02:50:32,224 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/64, BranchId=]
DEBUG 2024-09-17 02:50:32,224 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,229 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,229 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,240 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,241 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,241 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,241 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,242 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,249 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,249 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,249 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,249 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:32,249 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,250 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 50)
DEBUG 2024-09-17 02:50:32,250 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
50
DEBUG 2024-09-17 02:50:32,250 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,250 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,250 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:32,250 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,250 [main] INSERT INTO SEQTABLE (name, id) VALUES ('foo', 51)
DEBUG 2024-09-17 02:50:32,250 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
51
DEBUG 2024-09-17 02:50:32,250 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/65, BranchId=]
DEBUG 2024-09-17 02:50:32,250 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,255 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,259 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/66, BranchId=]
DEBUG 2024-09-17 02:50:32,260 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,260 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/66, BranchId=]
DEBUG 2024-09-17 02:50:32,260 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/66, BranchId=]
DEBUG 2024-09-17 02:50:32,260 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/66, BranchId=]
DEBUG 2024-09-17 02:50:32,280 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/66, BranchId=]
DEBUG 2024-09-17 02:50:32,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/66, BranchId=]
DEBUG 2024-09-17 02:50:32,289 [main] INSERT INTO EMP (tstamp, empno, ename) VALUES ('2024-09-17 02.50.32', 99, 'hoge')
DEBUG 2024-09-17 02:50:32,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/66, BranchId=]
DEBUG 2024-09-17 02:50:32,290 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/66, BranchId=]
DEBUG 2024-09-17 02:50:32,290 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,294 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,298 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/67, BranchId=]
DEBUG 2024-09-17 02:50:32,299 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/67, BranchId=]
DEBUG 2024-09-17 02:50:32,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/67, BranchId=]
DEBUG 2024-09-17 02:50:32,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/67, BranchId=]
DEBUG 2024-09-17 02:50:32,317 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/67, BranchId=]
DEBUG 2024-09-17 02:50:32,325 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/67, BranchId=]
DEBUG 2024-09-17 02:50:32,325 [main] INSERT INTO EMP (deptno, empno, tstamp) VALUES (10, 99, '2024-09-17 02.50.32')
DEBUG 2024-09-17 02:50:32,326 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/67, BranchId=]
DEBUG 2024-09-17 02:50:32,326 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/67, BranchId=]
DEBUG 2024-09-17 02:50:32,326 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,328 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,329 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,336 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,336 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:32,336 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:32,336 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:32,343 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:32,344 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:32,344 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,344 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:32,344 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:32,344 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:32,344 [main] INSERT INTO COMPOSITE_PK_TABLE (aaa, pk2, pk1) VALUES ('hoge', 10, 52)
DEBUG 2024-09-17 02:50:32,345 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:32,345 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,345 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec
Running org.seasar.dao.impl.MapArrayResultSetHandlerTest
DEBUG 2024-09-17 02:50:32,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,355 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,356 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,356 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:32,357 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:32,357 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.id.SequenceIdentifierGeneratorTest
DEBUG 2024-09-17 02:50:32,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,412 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,414 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,414 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,419 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/68, BranchId=]
DEBUG 2024-09-17 02:50:32,419 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,419 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/68, BranchId=]
DEBUG 2024-09-17 02:50:32,419 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:32,419 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/68, BranchId=]
53
DEBUG 2024-09-17 02:50:32,419 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/68, BranchId=]
DEBUG 2024-09-17 02:50:32,420 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,422 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,429 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/69, BranchId=]
DEBUG 2024-09-17 02:50:32,430 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,431 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/69, BranchId=]
DEBUG 2024-09-17 02:50:32,431 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:32,431 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/69, BranchId=]
49
50
51
52
53
54
55
56
57
58
DEBUG 2024-09-17 02:50:32,431 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/69, BranchId=]
DEBUG 2024-09-17 02:50:32,431 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:32,431 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/69, BranchId=]
59
60
61
62
63
64
65
66
67
68
DEBUG 2024-09-17 02:50:32,432 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/69, BranchId=]
DEBUG 2024-09-17 02:50:32,432 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:32,432 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/69, BranchId=]
69
70
71
72
73
74
75
76
77
78
DEBUG 2024-09-17 02:50:32,432 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/69, BranchId=]
DEBUG 2024-09-17 02:50:32,432 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-09-17 02:50:32,432 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/69, BranchId=]
79
80
DEBUG 2024-09-17 02:50:32,432 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/69, BranchId=]
DEBUG 2024-09-17 02:50:32,432 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.dao.impl.ObjectListResultSetHandlerTest
DEBUG 2024-09-17 02:50:32,436 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,437 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,441 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,441 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,443 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,443 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:32,443 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:32,443 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.unit.S2DaoBeanListReaderTest
DEBUG 2024-09-17 02:50:32,446 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,452 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,452 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,458 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,458 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:32,475 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:32,482 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.seasar.dao.impl.NoPropertyForUpdateTest
DEBUG 2024-09-17 02:50:32,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,484 [main] S2Container will be created(path=org/seasar/dao/impl/NoPropertyForUpdate.dicon)
DEBUG 2024-09-17 02:50:32,485 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:32,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,488 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,489 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,489 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:32,492 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:32,495 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:32,495 [main] S2Container is created(path=org/seasar/dao/impl/NoPropertyForUpdate.dicon)
DEBUG 2024-09-17 02:50:32,504 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,504 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:32,504 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:32,504 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:32,509 [main] Logical connection closed, tx=null
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao, because org.seasar.framework.exception.SRuntimeException: [EDAO0035]cannot find property for update.
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$69a6cb$$MethodInvocation$$delete0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$69a6cb.delete(NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$69a6cb.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest.testExceptionOnUpdate(NoPropertyForUpdateTest.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:154)
	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:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor74.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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0035]cannot find property for update.
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:102)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 37 more
DEBUG 2024-09-17 02:50:32,510 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.impl.DefaultTest
DEBUG 2024-09-17 02:50:32,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,515 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-09-17 02:50:32,516 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,516 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,519 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,520 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,521 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,523 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,523 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,525 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,526 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,527 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,529 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-09-17 02:50:32,529 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:32,546 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/70, BranchId=]
DEBUG 2024-09-17 02:50:32,547 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,547 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/70, BranchId=]
[1] TABLE_CAT
[2] TABLE_SCHEM
[3] TABLE_NAME
[4] COLUMN_NAME
[5] DATA_TYPE
[6] TYPE_NAME
[7] COLUMN_SIZE
[8] BUFFER_LENGTH
[9] DECIMAL_DIGITS
[10] NUM_PREC_RADIX
[11] NULLABLE
[12] REMARKS
[13] COLUMN_DEF
[14] SQL_DATA_TYPE
[15] SQL_DATETIME_SUB
[16] CHAR_OCTET_LENGTH
[17] ORDINAL_POSITION
[18] IS_NULLABLE
{tablecat=, tableschem=SEASAR, tablename=DEFAULT_TABLE, columnname=ID, datatype=4, typename=INTEGER, columnsize=10, bufferlength=null, decimaldigits=0, numprecradix=10, nullable=0, remarks=, columndef=AUTOINCREMENT: start 1 increment 1, sqldatatype=null, sqldatetimesub=null, charoctetlength=null, ordinalposition=1, isnullable=NO}
{tablecat=, tableschem=SEASAR, tablename=DEFAULT_TABLE, columnname=AAA, datatype=12, typename=VARCHAR, columnsize=20, bufferlength=null, decimaldigits=null, numprecradix=null, nullable=1, remarks=, columndef='ABC', sqldatatype=null, sqldatetimesub=null, charoctetlength=40, ordinalposition=2, isnullable=YES}
{tablecat=, tableschem=SEASAR, tablename=DEFAULT_TABLE, columnname=BBB, datatype=12, typename=VARCHAR, columnsize=20, bufferlength=null, decimaldigits=null, numprecradix=null, nullable=1, remarks=, columndef=null, sqldatatype=null, sqldatetimesub=null, charoctetlength=40, ordinalposition=3, isnullable=YES}
{tablecat=, tableschem=SEASAR, tablename=DEFAULT_TABLE, columnname=VERSION_NO, datatype=4, typename=INTEGER, columnsize=10, bufferlength=null, decimaldigits=0, numprecradix=10, nullable=0, remarks=, columndef=null, sqldatatype=null, sqldatetimesub=null, charoctetlength=null, ordinalposition=4, isnullable=NO}
DEBUG 2024-09-17 02:50:32,550 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/70, BranchId=]
DEBUG 2024-09-17 02:50:32,550 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,553 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-09-17 02:50:32,554 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,554 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,557 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,558 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,559 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,561 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,561 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,562 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,563 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,565 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,565 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-09-17 02:50:32,566 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:32,583 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/71, BranchId=]
DEBUG 2024-09-17 02:50:32,584 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,584 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/71, BranchId=]
ID[AUTOINCREMENT: start 1 increment 1]
AAA['ABC']
BBB[null]
VERSION_NO[null]
DEBUG 2024-09-17 02:50:32,587 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/71, BranchId=]
DEBUG 2024-09-17 02:50:32,587 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,590 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-09-17 02:50:32,590 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,591 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,647 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,648 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,649 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,650 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,650 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,653 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,653 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,655 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,661 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-09-17 02:50:32,662 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:32,682 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,683 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,683 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,683 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,685 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,689 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '1234567', '890')
DEBUG 2024-09-17 02:50:32,693 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,693 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-09-17 02:50:32,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,695 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 1
DEBUG 2024-09-17 02:50:32,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,711 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/72, BranchId=]
DEBUG 2024-09-17 02:50:32,711 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,713 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-09-17 02:50:32,714 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,715 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,717 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,718 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,720 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,721 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,721 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,723 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,724 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,725 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,727 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-09-17 02:50:32,727 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:32,744 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/73, BranchId=]
DEBUG 2024-09-17 02:50:32,745 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,745 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/73, BranchId=]
DEBUG 2024-09-17 02:50:32,745 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/73, BranchId=]
DEBUG 2024-09-17 02:50:32,745 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/73, BranchId=]
DEBUG 2024-09-17 02:50:32,746 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/73, BranchId=]
DEBUG 2024-09-17 02:50:32,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/73, BranchId=]
DEBUG 2024-09-17 02:50:32,749 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', '12')
DEBUG 2024-09-17 02:50:32,749 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '21', '22')
DEBUG 2024-09-17 02:50:32,750 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/73, BranchId=]
DEBUG 2024-09-17 02:50:32,750 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/73, BranchId=]
DEBUG 2024-09-17 02:50:32,750 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-09-17 02:50:32,762 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/73, BranchId=]
DEBUG 2024-09-17 02:50:32,776 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/73, BranchId=]
DEBUG 2024-09-17 02:50:32,776 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,778 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-09-17 02:50:32,778 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,780 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,782 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,783 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,785 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,785 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,786 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,788 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,788 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,790 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,791 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-09-17 02:50:32,792 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:32,806 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/74, BranchId=]
DEBUG 2024-09-17 02:50:32,807 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/74, BranchId=]
DEBUG 2024-09-17 02:50:32,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/74, BranchId=]
DEBUG 2024-09-17 02:50:32,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/74, BranchId=]
DEBUG 2024-09-17 02:50:32,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/74, BranchId=]
DEBUG 2024-09-17 02:50:32,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/74, BranchId=]
DEBUG 2024-09-17 02:50:32,811 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', '12')
DEBUG 2024-09-17 02:50:32,811 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, null, '22')
DEBUG 2024-09-17 02:50:32,811 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '31', null)
DEBUG 2024-09-17 02:50:32,814 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/74, BranchId=]
DEBUG 2024-09-17 02:50:32,814 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/74, BranchId=]
DEBUG 2024-09-17 02:50:32,814 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-09-17 02:50:32,814 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/74, BranchId=]
DEBUG 2024-09-17 02:50:32,821 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/74, BranchId=]
DEBUG 2024-09-17 02:50:32,821 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,823 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-09-17 02:50:32,824 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,826 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,828 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,828 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,829 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,831 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,832 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,832 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,834 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,835 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,836 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,837 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-09-17 02:50:32,838 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:32,854 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/75, BranchId=]
DEBUG 2024-09-17 02:50:32,854 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,855 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/75, BranchId=]
DEBUG 2024-09-17 02:50:32,855 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/75, BranchId=]
DEBUG 2024-09-17 02:50:32,855 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/75, BranchId=]
DEBUG 2024-09-17 02:50:32,859 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/75, BranchId=]
DEBUG 2024-09-17 02:50:32,862 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/75, BranchId=]
DEBUG 2024-09-17 02:50:32,862 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', null)
DEBUG 2024-09-17 02:50:32,862 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '21', '22')
DEBUG 2024-09-17 02:50:32,863 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/75, BranchId=]
DEBUG 2024-09-17 02:50:32,863 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/75, BranchId=]
DEBUG 2024-09-17 02:50:32,863 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-09-17 02:50:32,863 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/75, BranchId=]
DEBUG 2024-09-17 02:50:32,870 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/75, BranchId=]
DEBUG 2024-09-17 02:50:32,870 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,872 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-09-17 02:50:32,873 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,875 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,877 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,877 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,878 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,879 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,881 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,881 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,884 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,884 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,886 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,886 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-09-17 02:50:32,888 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:32,904 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,905 [main] Physical connection got
DEBUG 2024-09-17 02:50:32,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,906 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,909 [main] INSERT INTO DEFAULT_TABLE (version_no, bbb) VALUES (0, 'bbbb')
DEBUG 2024-09-17 02:50:32,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,913 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-09-17 02:50:32,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,914 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,914 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 9
DEBUG 2024-09-17 02:50:32,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,920 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/76, BranchId=]
DEBUG 2024-09-17 02:50:32,920 [main] Physical connection closed
DEBUG 2024-09-17 02:50:32,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:32,922 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-09-17 02:50:32,923 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,980 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:32,982 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,983 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,986 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,987 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:32,987 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:32,989 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:32,989 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:32,991 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:32,991 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-09-17 02:50:32,993 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:33,009 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,010 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,010 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,010 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,010 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,011 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,014 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,014 [main] INSERT INTO DEFAULT_TABLE (version_no) VALUES (0)
DEBUG 2024-09-17 02:50:33,018 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,018 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-09-17 02:50:33,019 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,019 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,019 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,019 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 10
DEBUG 2024-09-17 02:50:33,019 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,028 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/77, BranchId=]
DEBUG 2024-09-17 02:50:33,028 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,030 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-09-17 02:50:33,031 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:33,033 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:33,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,035 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:33,035 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:33,037 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:33,038 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:33,039 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:33,041 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:33,041 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:33,043 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:33,044 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-09-17 02:50:33,045 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:33,061 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/78, BranchId=]
DEBUG 2024-09-17 02:50:33,062 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,062 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/78, BranchId=]
DEBUG 2024-09-17 02:50:33,062 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/78, BranchId=]
DEBUG 2024-09-17 02:50:33,062 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/78, BranchId=]
DEBUG 2024-09-17 02:50:33,063 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/78, BranchId=]
DEBUG 2024-09-17 02:50:33,068 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/78, BranchId=]
DEBUG 2024-09-17 02:50:33,068 [main] INSERT INTO DEFAULT_TABLE (
    AAA,
    
    VERSION_NO
) VALUES (
	'foooo',
	
	0
)
DEBUG 2024-09-17 02:50:33,073 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/78, BranchId=]
DEBUG 2024-09-17 02:50:33,073 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/78, BranchId=]
DEBUG 2024-09-17 02:50:33,073 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE
DEBUG 2024-09-17 02:50:33,076 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/78, BranchId=]
DEBUG 2024-09-17 02:50:33,081 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/78, BranchId=]
DEBUG 2024-09-17 02:50:33,082 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,083 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,084 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-09-17 02:50:33,085 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:33,086 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:33,087 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,089 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:33,090 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:33,091 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:33,091 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:33,092 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:33,094 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:33,094 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:33,097 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:33,097 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-09-17 02:50:33,098 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:33,115 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/79, BranchId=]
DEBUG 2024-09-17 02:50:33,116 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,116 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/79, BranchId=]
DEBUG 2024-09-17 02:50:33,116 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/79, BranchId=]
DEBUG 2024-09-17 02:50:33,116 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/79, BranchId=]
DEBUG 2024-09-17 02:50:33,117 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/79, BranchId=]
DEBUG 2024-09-17 02:50:33,121 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/79, BranchId=]
DEBUG 2024-09-17 02:50:33,121 [main] INSERT INTO DEFAULT_TABLE (
    
    BBB,
    VERSION_NO
) VALUES (
	
	'ttt',
	0
)
DEBUG 2024-09-17 02:50:33,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/79, BranchId=]
DEBUG 2024-09-17 02:50:33,124 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/79, BranchId=]
DEBUG 2024-09-17 02:50:33,124 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE
DEBUG 2024-09-17 02:50:33,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/79, BranchId=]
DEBUG 2024-09-17 02:50:33,133 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/79, BranchId=]
DEBUG 2024-09-17 02:50:33,133 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,136 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-09-17 02:50:33,136 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:33,137 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:33,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,140 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:33,141 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:33,142 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:33,143 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:33,144 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:33,145 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:33,145 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:33,147 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:33,148 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-09-17 02:50:33,148 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:33,165 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/80, BranchId=]
DEBUG 2024-09-17 02:50:33,166 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,166 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/80, BranchId=]
DEBUG 2024-09-17 02:50:33,166 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/80, BranchId=]
DEBUG 2024-09-17 02:50:33,166 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/80, BranchId=]
DEBUG 2024-09-17 02:50:33,169 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/80, BranchId=]
DEBUG 2024-09-17 02:50:33,169 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/80, BranchId=]
DEBUG 2024-09-17 02:50:33,170 [main] INSERT INTO PK_ONLY_TABLE (aaa, bbb) VALUES (123, 456)
DEBUG 2024-09-17 02:50:33,172 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/80, BranchId=]
DEBUG 2024-09-17 02:50:33,173 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/80, BranchId=]
DEBUG 2024-09-17 02:50:33,173 [main] SELECT PK_ONLY_TABLE.aaa, PK_ONLY_TABLE.bbb FROM PK_ONLY_TABLE
DEBUG 2024-09-17 02:50:33,176 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/80, BranchId=]
DEBUG 2024-09-17 02:50:33,182 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/80, BranchId=]
DEBUG 2024-09-17 02:50:33,182 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 sec
Running org.seasar.dao.impl.RelationPropertyTypeFactoryImplTest
DEBUG 2024-09-17 02:50:33,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,192 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,192 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,200 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,201 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.impl.BeanMetaDataFactoryImplTest
DEBUG 2024-09-17 02:50:33,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,205 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,208 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,211 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,212 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,214 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,218 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,282 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,284 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/81, BranchId=]
DEBUG 2024-09-17 02:50:33,284 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,285 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/81, BranchId=]
DEBUG 2024-09-17 02:50:33,290 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/81, BranchId=]
DEBUG 2024-09-17 02:50:33,291 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/81, BranchId=]
DEBUG 2024-09-17 02:50:33,291 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,292 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,294 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,303 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,306 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/82, BranchId=]
DEBUG 2024-09-17 02:50:33,306 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,307 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/82, BranchId=]
DEBUG 2024-09-17 02:50:33,309 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/82, BranchId=]
DEBUG 2024-09-17 02:50:33,309 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/82, BranchId=]
DEBUG 2024-09-17 02:50:33,309 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,311 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,321 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,325 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,327 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,332 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,334 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,338 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,348 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,352 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,359 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,361 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,365 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:33,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,376 [main] S2Container is created(path=dao.dicon)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
Running org.seasar.dao.impl.FieldDaoMetaDataImplTest
DEBUG 2024-09-17 02:50:33,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,386 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,392 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,395 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,395 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,395 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,395 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,413 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,418 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,421 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,482 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,482 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,482 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,484 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,484 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,484 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,484 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,501 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.impl.Employee11Dao, method=insert, file=org/seasar/dao/impl/Employee11Dao_insert.sql)
DEBUG 2024-09-17 02:50:33,502 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,505 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,512 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,515 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,515 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,515 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,515 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,538 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:33,539 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,539 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:33,540 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-09-17 02:50:33,541 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,544 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,550 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,552 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,552 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,553 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,553 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,571 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,574 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,576 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,583 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,584 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,584 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,584 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,584 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,602 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,604 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,607 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,614 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,615 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,616 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,616 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,616 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,616 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,636 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,639 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,642 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,649 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,651 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,651 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,651 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,651 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,725 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,729 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,731 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,742 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,742 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,744 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,744 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,744 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,744 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,768 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, hiredate = ?, mgr = ?, job = ?, comm = ?, sal = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-09-17 02:50:33,769 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,771 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,775 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,779 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,779 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,780 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,780 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,780 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,780 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,798 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,800 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,802 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,802 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,806 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,806 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,809 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,811 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,811 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,811 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,811 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,830 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,832 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,835 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,843 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,844 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,844 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,844 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,844 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:33,862 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:33,865 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,868 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,870 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,874 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,875 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/83, BranchId=]
DEBUG 2024-09-17 02:50:33,876 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,876 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/83, BranchId=]
DEBUG 2024-09-17 02:50:33,876 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/83, BranchId=]
DEBUG 2024-09-17 02:50:33,877 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/83, BranchId=]
DEBUG 2024-09-17 02:50:33,958 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/83, BranchId=]
DEBUG 2024-09-17 02:50:33,966 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/83, BranchId=]
DEBUG 2024-09-17 02:50:33,966 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-17 02.50.33', 99, 'hoge', 0)
DEBUG 2024-09-17 02:50:33,966 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/83, BranchId=]
DEBUG 2024-09-17 02:50:33,966 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/83, BranchId=]
DEBUG 2024-09-17 02:50:33,966 [main] Physical connection closed
DEBUG 2024-09-17 02:50:33,968 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:33,969 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:33,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:33,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:33,976 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:33,977 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/84, BranchId=]
DEBUG 2024-09-17 02:50:33,977 [main] Physical connection got
DEBUG 2024-09-17 02:50:33,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/84, BranchId=]
DEBUG 2024-09-17 02:50:33,977 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/84, BranchId=]
DEBUG 2024-09-17 02:50:33,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/84, BranchId=]
DEBUG 2024-09-17 02:50:33,996 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/84, BranchId=]
DEBUG 2024-09-17 02:50:34,004 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/84, BranchId=]
DEBUG 2024-09-17 02:50:34,004 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:34,006 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/84, BranchId=]
DEBUG 2024-09-17 02:50:34,006 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/84, BranchId=]
DEBUG 2024-09-17 02:50:34,006 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.34', ename = 'hoge2', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:34,006 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/84, BranchId=]
DEBUG 2024-09-17 02:50:34,007 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/84, BranchId=]
DEBUG 2024-09-17 02:50:34,007 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,008 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,008 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,010 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,015 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,016 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/85, BranchId=]
DEBUG 2024-09-17 02:50:34,017 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/85, BranchId=]
DEBUG 2024-09-17 02:50:34,018 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/85, BranchId=]
DEBUG 2024-09-17 02:50:34,018 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/85, BranchId=]
DEBUG 2024-09-17 02:50:34,036 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/85, BranchId=]
DEBUG 2024-09-17 02:50:34,045 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/85, BranchId=]
DEBUG 2024-09-17 02:50:34,045 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:34,047 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/85, BranchId=]
DEBUG 2024-09-17 02:50:34,047 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/85, BranchId=]
DEBUG 2024-09-17 02:50:34,048 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.34', ename = 'hoge4', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-09-17 02:50:34,049 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/85, BranchId=]
DEBUG 2024-09-17 02:50:34,049 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/85, BranchId=]
DEBUG 2024-09-17 02:50:34,049 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,050 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,050 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,057 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,058 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/86, BranchId=]
DEBUG 2024-09-17 02:50:34,059 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/86, BranchId=]
DEBUG 2024-09-17 02:50:34,059 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/86, BranchId=]
DEBUG 2024-09-17 02:50:34,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/86, BranchId=]
DEBUG 2024-09-17 02:50:34,075 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/86, BranchId=]
DEBUG 2024-09-17 02:50:34,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/86, BranchId=]
DEBUG 2024-09-17 02:50:34,084 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:34,085 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/86, BranchId=]
DEBUG 2024-09-17 02:50:34,085 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/86, BranchId=]
DEBUG 2024-09-17 02:50:34,085 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:34,086 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/86, BranchId=]
DEBUG 2024-09-17 02:50:34,086 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/86, BranchId=]
DEBUG 2024-09-17 02:50:34,086 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,089 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,089 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,091 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,091 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,095 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,097 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,098 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,098 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,098 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,114 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-09-17 02:50:34,115 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,117 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,123 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,124 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,126 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,126 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,126 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,126 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,151 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF deptno != null*/ EMP.deptno = /*deptno*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:34,158 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,161 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,163 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,222 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,223 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,223 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,223 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,223 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,241 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,250 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,251 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,259 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,261 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,261 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,261 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,261 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,280 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,287 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,290 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,296 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,298 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,298 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,298 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,298 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,315 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,322 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,324 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,325 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,331 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,334 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,334 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,334 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,334 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,350 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,359 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,359 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:50:34,361 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-17 02:50:34,363 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,364 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,367 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,368 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,371 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,372 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,372 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,373 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,373 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,390 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,398 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,398 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:50:34,402 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-17 02:50:34,403 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,405 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,412 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,413 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,413 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,414 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,414 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,487 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,494 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,494 [main] select * from emp
DEBUG 2024-09-17 02:50:34,496 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-17 02:50:34,497 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,500 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,506 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,509 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,509 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,510 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,510 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,526 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,534 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,534 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-17 02:50:34,538 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-17 02:50:34,539 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,541 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,545 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,545 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,549 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,550 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,550 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,550 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,550 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,568 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-09-17 02:50:34,575 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,577 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,584 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,584 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,586 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,586 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,586 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,586 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,605 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,612 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,613 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:50:34,614 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-17 02:50:34,618 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,620 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,620 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,622 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,624 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,627 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,629 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,629 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,629 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,629 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,646 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,656 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,656 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:50:34,658 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-17 02:50:34,660 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,662 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,664 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,669 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,672 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,672 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,672 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,672 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,744 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,753 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,753 [main] select * from emp
DEBUG 2024-09-17 02:50:34,754 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-17 02:50:34,754 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,757 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,761 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,761 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,764 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,766 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,766 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,766 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,766 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,784 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,792 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,792 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-17 02:50:34,795 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-17 02:50:34,795 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,798 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,799 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,805 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,805 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,808 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,808 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,808 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,808 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,825 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,833 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,833 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:34,834 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-17 02:50:34,834 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,836 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,843 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,846 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,846 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,846 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,846 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,864 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,872 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,872 [main] select count(*) from emp
DEBUG 2024-09-17 02:50:34,872 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,872 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,874 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,880 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,881 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,882 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,882 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,882 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,882 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,901 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,910 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,910 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:34,911 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}
DEBUG 2024-09-17 02:50:34,911 [main] Physical connection closed
DEBUG 2024-09-17 02:50:34,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:34,914 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,915 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,915 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:34,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:34,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:34,921 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:34,922 [main] Physical connection got
DEBUG 2024-09-17 02:50:34,922 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,922 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:34,922 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:34,998 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,007 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,007 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:35,007 [main] Logical connection closed, tx=null
{tstamp=2005-01-18 13:09:32.213, empno=7788, ename=SCOTT, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, dname0=RESEARCH, deptno0=20, versionno0=0, loc0=DALLAS}
DEBUG 2024-09-17 02:50:35,007 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,009 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,010 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,016 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,018 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,019 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,019 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,019 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,037 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,046 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,046 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:35,046 [main] Logical connection closed, tx=null
[{tstamp=2005-01-18 13:09:32.213, empno=7788, ename=SCOTT, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, dname0=RESEARCH, deptno0=20, versionno0=0, loc0=DALLAS}]
DEBUG 2024-09-17 02:50:35,046 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,049 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,050 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,054 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,055 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,055 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,057 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,057 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,057 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,057 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,075 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,083 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,083 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-17 02:50:35,083 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1c2e8a4
DEBUG 2024-09-17 02:50:35,084 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,085 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,086 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,087 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,087 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,092 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,093 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,094 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,094 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,094 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,094 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,110 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,118 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,119 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-09-17 02:50:35,120 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-09-17 02:50:35,120 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,121 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,122 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,124 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,125 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,125 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,129 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,130 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,130 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,130 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,130 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,148 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-09-17 02:50:35,156 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,156 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-09-17 02:50:35,158 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-17 02:50:35,158 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,160 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,161 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,162 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,167 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,168 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,168 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,168 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,169 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,185 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,189 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,189 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:50:35,189 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,189 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,190 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,192 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,194 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,194 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,254 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,256 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,256 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,256 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,256 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,273 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,276 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,276 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:50:35,277 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,277 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,278 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,279 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,281 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,286 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,288 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,288 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,288 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,288 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,302 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,302 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,302 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-09-17 02:50:35,303 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-17 02:50:35,303 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,305 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,312 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,312 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,314 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,314 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,314 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,314 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,325 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,325 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,325 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-17 02:50:35,326 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-17 02:50:35,326 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,329 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,330 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,335 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,337 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
DEBUG 2024-09-17 02:50:35,337 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,337 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
DEBUG 2024-09-17 02:50:35,337 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
DEBUG 2024-09-17 02:50:35,337 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
DEBUG 2024-09-17 02:50:35,358 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
DEBUG 2024-09-17 02:50:35,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
DEBUG 2024-09-17 02:50:35,365 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-17 02.50.35', 9999, 'test', 50)
DEBUG 2024-09-17 02:50:35,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
DEBUG 2024-09-17 02:50:35,366 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
DEBUG 2024-09-17 02:50:35,366 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-17 02:50:35,368 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-17 02:50:35,368 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
DEBUG 2024-09-17 02:50:35,368 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-09-17 02:50:35,368 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-09-17 02:50:35.365 {50, null, null, 0}
DEBUG 2024-09-17 02:50:35,368 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/87, BranchId=]
DEBUG 2024-09-17 02:50:35,368 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,370 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,374 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,377 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,378 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,378 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,378 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,378 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,397 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,401 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,403 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,410 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,412 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,412 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,412 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,412 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,485 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:35,498 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,498 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-09-17 02:50:35,500 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,500 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,502 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,505 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,508 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,509 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,509 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,510 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,510 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,510 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,510 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,532 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:35,542 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,543 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-09-17 02:50:35,543 [main] Logical connection closed, tx=null
[]
DEBUG 2024-09-17 02:50:35,543 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,545 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,546 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,549 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,551 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,553 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,555 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,555 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,555 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,555 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,570 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:35,576 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,576 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-09-17 02:50:35,579 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-17 02:50:35,579 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,581 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,588 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,589 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,590 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,590 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,591 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,607 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-09-17 02:50:35,610 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,612 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,613 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,619 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,622 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,622 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,622 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,622 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,639 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-17 02:50:35,647 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,647 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-09-17 02:50:35,648 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,648 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,650 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,657 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,658 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,659 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,659 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,659 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,731 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-17 02:50:35,738 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,738 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-09-17 02:50:35,739 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,739 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,741 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,745 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,748 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,752 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,752 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,752 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,752 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,769 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:35,770 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,773 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,773 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,776 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,779 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,779 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,779 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,782 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,782 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,782 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,782 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:35,789 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-17 02:50:35,795 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-17 02:50:35,796 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,796 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-17 02:50:35,796 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-17 02:50:35,797 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,800 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,801 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,806 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,808 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,808 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,808 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,808 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,825 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:35,832 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,835 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,835 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,842 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,843 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,843 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,843 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,844 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,860 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-09-17 02:50:35,865 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,865 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-09-17 02:50:35,866 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,866 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,866 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-09-17 02:50:35,867 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,867 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,869 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,870 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,871 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,877 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,878 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,878 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,878 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,878 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,898 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-09-17 02:50:35,901 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,901 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-09-17 02:50:35,903 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,903 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,903 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-09-17 02:50:35,903 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,903 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,903 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-09-17 02:50:35,904 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,905 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,905 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-09-17 02:50:35,905 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,905 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:35,905 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-09-17 02:50:35,905 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:35,905 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,908 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:35,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,914 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,975 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
DEBUG 2024-09-17 02:50:35,976 [main] Physical connection got
DEBUG 2024-09-17 02:50:35,976 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
DEBUG 2024-09-17 02:50:35,976 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
DEBUG 2024-09-17 02:50:35,976 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
DEBUG 2024-09-17 02:50:35,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-17 02:50:35,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
DEBUG 2024-09-17 02:50:35,993 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:50:35,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
DEBUG 2024-09-17 02:50:35,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
DEBUG 2024-09-17 02:50:35,993 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-17 02:50:35,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
DEBUG 2024-09-17 02:50:35,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
DEBUG 2024-09-17 02:50:35,993 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-17 02:50:35,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
DEBUG 2024-09-17 02:50:35,993 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/88, BranchId=]
DEBUG 2024-09-17 02:50:35,993 [main] Physical connection closed
DEBUG 2024-09-17 02:50:35,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:35,996 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:35,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:35,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,999 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:35,999 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,003 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,007 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,007 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,007 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,007 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,025 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,029 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,030 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,032 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,034 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,037 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,037 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,037 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,039 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,039 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,039 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,039 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,045 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-09-17 02:50:36,048 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,050 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,050 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,057 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,058 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,058 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,058 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,058 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,065 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-17 02:50:36,067 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,069 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,076 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,077 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,077 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,077 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,077 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,084 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:36,085 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,087 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,091 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,091 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,094 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,094 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,095 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,095 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,095 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,095 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,102 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-09-17 02:50:36,103 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,106 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,112 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,113 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,114 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,114 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,114 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,114 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,131 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,132 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,132 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-17 02:50:36,136 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,136 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,138 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,139 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,139 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,145 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,147 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,147 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,147 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,147 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,227 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,228 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,230 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,236 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,237 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,237 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,238 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,239 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,239 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,239 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,259 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-17 02:50:36,260 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,261 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,269 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,269 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-09-17 02:50:36,270 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,270 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,270 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,271 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,287 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-17 02:50:36,288 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.909 sec
Running org.seasar.dao.impl.BlobTest
DEBUG 2024-09-17 02:50:36,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,291 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2024-09-17 02:50:36,293 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:36,294 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:36,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,296 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:36,297 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:36,298 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:36,299 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:36,299 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:36,301 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:36,302 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:36,303 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:36,305 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2024-09-17 02:50:36,306 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:36,320 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/89, BranchId=]
DEBUG 2024-09-17 02:50:36,321 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,321 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/89, BranchId=]
DEBUG 2024-09-17 02:50:36,321 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/89, BranchId=]
DEBUG 2024-09-17 02:50:36,321 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/89, BranchId=]
DEBUG 2024-09-17 02:50:36,324 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/89, BranchId=]
DEBUG 2024-09-17 02:50:36,325 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/89, BranchId=]
DEBUG 2024-09-17 02:50:36,326 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2024-09-17 02:50:36,334 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/89, BranchId=]
DEBUG 2024-09-17 02:50:36,334 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/89, BranchId=]
DEBUG 2024-09-17 02:50:36,334 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,336 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2024-09-17 02:50:36,337 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:36,338 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:36,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,340 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:36,341 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:36,343 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:36,344 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:36,344 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:36,346 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:36,346 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:36,348 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:36,348 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2024-09-17 02:50:36,349 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:36,361 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,362 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,362 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,362 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,367 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,367 [main] INSERT INTO LARGE_BINARY (version_no, id, large_binary) VALUES (0, 111, '[B@64978b')
DEBUG 2024-09-17 02:50:36,370 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,370 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,370 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-09-17 02:50:36,371 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,371 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,371 [main] UPDATE LARGE_BINARY SET version_no = 1, large_binary = '[B@1e07f4b' WHERE id = 111 AND version_no = 0
DEBUG 2024-09-17 02:50:36,377 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,377 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,377 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-09-17 02:50:36,377 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,377 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,377 [main] DELETE FROM LARGE_BINARY WHERE id = 111 AND version_no = 1
DEBUG 2024-09-17 02:50:36,385 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,385 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,385 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-09-17 02:50:36,385 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,399 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/90, BranchId=]
DEBUG 2024-09-17 02:50:36,399 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,402 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2024-09-17 02:50:36,403 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:36,403 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:36,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,405 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:36,407 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:36,408 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:36,409 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:36,409 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:36,411 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:36,412 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:36,413 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:36,415 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2024-09-17 02:50:36,415 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:36,487 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/91, BranchId=]
DEBUG 2024-09-17 02:50:36,488 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,488 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/91, BranchId=]
DEBUG 2024-09-17 02:50:36,488 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/91, BranchId=]
DEBUG 2024-09-17 02:50:36,488 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/91, BranchId=]
DEBUG 2024-09-17 02:50:36,491 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/91, BranchId=]
DEBUG 2024-09-17 02:50:36,493 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/91, BranchId=]
DEBUG 2024-09-17 02:50:36,493 [main] INSERT INTO LARGE_BINARY (version_no, id, large_binary) VALUES (0, 4321, '[B@6f83e2')
DEBUG 2024-09-17 02:50:36,493 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/91, BranchId=]
DEBUG 2024-09-17 02:50:36,493 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/91, BranchId=]
DEBUG 2024-09-17 02:50:36,493 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 4321
DEBUG 2024-09-17 02:50:36,495 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/91, BranchId=]
DEBUG 2024-09-17 02:50:36,510 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/91, BranchId=]
DEBUG 2024-09-17 02:50:36,511 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,512 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2024-09-17 02:50:36,513 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:36,514 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:36,516 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,517 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,517 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:36,518 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:36,518 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-09-17 02:50:36,520 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-09-17 02:50:36,520 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-09-17 02:50:36,522 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-09-17 02:50:36,523 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-09-17 02:50:36,524 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-09-17 02:50:36,525 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2024-09-17 02:50:36,525 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-09-17 02:50:36,538 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/92, BranchId=]
DEBUG 2024-09-17 02:50:36,538 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/92, BranchId=]
DEBUG 2024-09-17 02:50:36,538 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/92, BranchId=]
DEBUG 2024-09-17 02:50:36,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/92, BranchId=]
DEBUG 2024-09-17 02:50:36,540 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/92, BranchId=]
DEBUG 2024-09-17 02:50:36,542 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/92, BranchId=]
DEBUG 2024-09-17 02:50:36,542 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2024-09-17 02:50:36,542 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/92, BranchId=]
DEBUG 2024-09-17 02:50:36,542 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/92, BranchId=]
DEBUG 2024-09-17 02:50:36,542 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 sec
Running org.seasar.dao.impl.ResultSetHandlerFactoryImplTest
DEBUG 2024-09-17 02:50:36,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,551 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,569 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,570 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,570 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,588 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,588 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,591 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,597 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,597 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,615 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,615 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,624 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,626 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,626 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,642 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,642 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,651 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,651 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,724 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,724 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,726 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,729 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,732 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,741 [main] S2Container is created(path=j2ee.dicon)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec
Running org.seasar.dao.impl.DeleteWithAnnotationTest
DEBUG 2024-09-17 02:50:36,744 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,745 [main] S2Container will be created(path=org/seasar/dao/impl/DeleteWithAnnotationTest.dicon)
DEBUG 2024-09-17 02:50:36,746 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,752 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,754 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,755 [main] S2Container is created(path=org/seasar/dao/impl/DeleteWithAnnotationTest.dicon)
DEBUG 2024-09-17 02:50:36,762 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,763 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,763 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,763 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,763 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,764 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2024-09-17 02:50:36,768 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,769 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,769 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,769 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,770 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,770 [main] DELETE FROM EMP WHERE EMPNO = 7369
DEBUG 2024-09-17 02:50:36,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,770 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,771 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,771 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,771 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2024-09-17 02:50:36,771 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,772 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,772 [main] DELETE FROM EMP WHERE EMPNO = 7499
DEBUG 2024-09-17 02:50:36,772 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,772 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,772 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,772 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,772 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2024-09-17 02:50:36,774 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,774 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/93, BranchId=]
DEBUG 2024-09-17 02:50:36,774 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.interceptors.S2DaoInterceptorTest
DEBUG 2024-09-17 02:50:36,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,777 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:36,778 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,787 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,788 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:36,805 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,805 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,805 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,805 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,809 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,809 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/94, BranchId=]
DEBUG 2024-09-17 02:50:36,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/94, BranchId=]
DEBUG 2024-09-17 02:50:36,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/94, BranchId=]
DEBUG 2024-09-17 02:50:36,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/94, BranchId=]
DEBUG 2024-09-17 02:50:36,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/94, BranchId=]
DEBUG 2024-09-17 02:50:36,813 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/94, BranchId=]
DEBUG 2024-09-17 02:50:36,814 [main] INSERT INTO emp (empno, ename) VALUES (9999, 'hoge')
DEBUG 2024-09-17 02:50:36,814 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/94, BranchId=]
DEBUG 2024-09-17 02:50:36,814 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/94, BranchId=]
DEBUG 2024-09-17 02:50:36,814 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,815 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,816 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:36,816 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,818 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,826 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,826 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:36,841 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,841 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,842 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,842 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,846 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,846 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/95, BranchId=]
DEBUG 2024-09-17 02:50:36,846 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/95, BranchId=]
DEBUG 2024-09-17 02:50:36,846 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/95, BranchId=]
DEBUG 2024-09-17 02:50:36,846 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/95, BranchId=]
DEBUG 2024-09-17 02:50:36,847 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/95, BranchId=]
DEBUG 2024-09-17 02:50:36,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/95, BranchId=]
DEBUG 2024-09-17 02:50:36,849 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2024-09-17 02:50:36,850 [main] More than 2 rows found, but only first row returned
DEBUG 2024-09-17 02:50:36,850 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/95, BranchId=]
DEBUG 2024-09-17 02:50:36,850 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/95, BranchId=]
DEBUG 2024-09-17 02:50:36,850 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2024-09-17 02:50:36,850 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/95, BranchId=]
DEBUG 2024-09-17 02:50:36,851 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/95, BranchId=]
DEBUG 2024-09-17 02:50:36,851 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,852 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:36,853 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,860 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,860 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,862 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,863 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:36,879 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,879 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,879 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,879 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,883 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,884 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,884 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,884 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,884 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,887 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,887 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno
DEBUG 2024-09-17 02:50:36,890 [main] Logical connection closed, tx=null
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS}
7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30 {30, SALES, CHICAGO}
7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30 {30, SALES, CHICAGO}
7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20 {20, RESEARCH, DALLAS}
7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30 {30, SALES, CHICAGO}
7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30 {30, SALES, CHICAGO}
7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10 {10, ACCOUNTING, NEW YORK}
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10 {10, ACCOUNTING, NEW YORK}
7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30 {30, SALES, CHICAGO}
7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20 {20, RESEARCH, DALLAS}
7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30 {30, SALES, CHICAGO}
7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10 {10, ACCOUNTING, NEW YORK}
DEBUG 2024-09-17 02:50:36,890 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,892 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:36,893 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,894 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,899 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,960 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,961 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:36,975 [main] Physical connection got
DEBUG 2024-09-17 02:50:36,975 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,975 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,975 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,979 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,980 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,980 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,980 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,981 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:36,983 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:36,984 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2024-09-17 02:50:36,986 [main] More than 2 rows found, but only first row returned
DEBUG 2024-09-17 02:50:36,986 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, ACCOUNTING, NEW YORK}
DEBUG 2024-09-17 02:50:36,986 [main] Physical connection closed
DEBUG 2024-09-17 02:50:36,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:36,988 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:36,990 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:36,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:36,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:36,998 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:36,999 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:37,013 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,013 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,013 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,013 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,017 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,018 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,018 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,018 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,018 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,021 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,021 [main] SELECT count(*) FROM emp
DEBUG 2024-09-17 02:50:37,021 [main] Logical connection closed, tx=null
count:14
DEBUG 2024-09-17 02:50:37,022 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,023 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,023 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:37,024 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,026 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,031 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,033 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,034 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:37,048 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,048 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,048 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,049 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,052 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,053 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,053 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,053 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,053 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,056 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,056 [main] select empno, ename, dname from emp, dept where empno = 7788 and emp.deptno = dept.deptno
DEBUG 2024-09-17 02:50:37,056 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,056 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,058 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:37,059 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,063 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,063 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,068 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,069 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:37,086 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,086 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,086 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,087 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,091 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,091 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,091 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,091 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,092 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,093 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,093 [main] select empno as value, ename as label from emp
DEBUG 2024-09-17 02:50:37,094 [main] Logical connection closed, tx=null
{value=7369, label=SMITH}
{value=7499, label=ALLEN}
{value=7521, label=WARD}
{value=7566, label=JONES}
{value=7654, label=MARTIN}
{value=7698, label=BLAKE}
{value=7782, label=CLARK}
{value=7788, label=SCOTT}
{value=7839, label=KING}
{value=7844, label=TURNER}
{value=7876, label=ADAMS}
{value=7900, label=JAMES}
{value=7902, label=FORD}
{value=7934, label=MILLER}
DEBUG 2024-09-17 02:50:37,094 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,096 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:37,097 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,105 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,106 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,106 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-09-17 02:50:37,122 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,122 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,122 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,122 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,126 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,126 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,126 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.deptno = 10
DEBUG 2024-09-17 02:50:37,127 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,127 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
Running org.seasar.dao.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-17 02:50:37,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,130 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,132 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,138 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,141 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,141 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,144 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,144 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.pager.PagerResultSetFactoryWapperTest
DEBUG 2024-09-17 02:50:37,149 [main] S2Pager use scroll cursor.
DEBUG 2024-09-17 02:50:37,149 [main] S2Pager use scroll cursor.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.util.SelectableDataSourceProxyUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.BeanListMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:37,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,162 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,162 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,234 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,234 [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 2024-09-17 02:50:37,240 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,240 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,248 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,250 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,250 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,266 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,266 [main] Logical connection got, tx=null
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, null, 0}
7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, null, 0}
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, null, 0}
7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, null, 0}
7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, null, 0}
DEBUG 2024-09-17 02:50:37,268 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,268 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,275 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,277 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,277 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,293 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,293 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,294 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,295 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,297 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,303 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,303 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,315 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,315 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,316 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,316 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
Running org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest
DEBUG 2024-09-17 02:50:37,320 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,320 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-09-17 02:50:37,321 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,326 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,327 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,330 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-09-17 02:50:37,336 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/96, BranchId=]
DEBUG 2024-09-17 02:50:37,338 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,338 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/96, BranchId=]
DEBUG 2024-09-17 02:50:37,338 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/96, BranchId=]
DEBUG 2024-09-17 02:50:37,338 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/96, BranchId=]
DEBUG 2024-09-17 02:50:37,353 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/96, BranchId=]
DEBUG 2024-09-17 02:50:37,353 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/96, BranchId=]
DEBUG 2024-09-17 02:50:37,353 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'AD%'
DEBUG 2024-09-17 02:50:37,354 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/96, BranchId=]
DEBUG 2024-09-17 02:50:37,354 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/96, BranchId=]
DEBUG 2024-09-17 02:50:37,354 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,356 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,357 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-09-17 02:50:37,358 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,365 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-09-17 02:50:37,371 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/97, BranchId=]
DEBUG 2024-09-17 02:50:37,372 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,372 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/97, BranchId=]
DEBUG 2024-09-17 02:50:37,372 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/97, BranchId=]
DEBUG 2024-09-17 02:50:37,372 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/97, BranchId=]
DEBUG 2024-09-17 02:50:37,387 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/97, BranchId=]
DEBUG 2024-09-17 02:50:37,387 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/97, BranchId=]
DEBUG 2024-09-17 02:50:37,387 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2024-09-17 02:50:37,387 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/97, BranchId=]
org.seasar.dao.NotExactlyOneRowUpdatedRuntimeException: [EDAO0016]Not Exactly one row updated (actual:2)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptor.invoke(AssertExactlyOneRowInterceptor.java:34)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$1580c3a$$MethodInvocation$$invoke0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$1580c3a.invoke(PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$1580c3a.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1181c24$$MethodInvocation$$updateSal0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1181c24.updateSal(AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1181c24.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest.testMoreThanOneRowTx(AssertExactlyOneRowInterceptorTest.java:40)
	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:154)
	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:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor74.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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
DEBUG 2024-09-17 02:50:37,388 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/97, BranchId=]
DEBUG 2024-09-17 02:50:37,388 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,391 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-09-17 02:50:37,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,393 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,456 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-09-17 02:50:37,463 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/98, BranchId=]
DEBUG 2024-09-17 02:50:37,463 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,463 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/98, BranchId=]
DEBUG 2024-09-17 02:50:37,464 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/98, BranchId=]
DEBUG 2024-09-17 02:50:37,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/98, BranchId=]
DEBUG 2024-09-17 02:50:37,479 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/98, BranchId=]
DEBUG 2024-09-17 02:50:37,480 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/98, BranchId=]
DEBUG 2024-09-17 02:50:37,480 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2024-09-17 02:50:37,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/98, BranchId=]
DEBUG 2024-09-17 02:50:37,482 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/98, BranchId=]
DEBUG 2024-09-17 02:50:37,482 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
Running org.seasar.dao.pager.PagerResultSetFactoryLimitOffsetWrapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.pager.MySQLLimitOffsetPagingSqlRewriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.FieldBeanAnnotationReaderPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.util.PropertyDescUtilPublicFieldTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.dbms.StandardTest
DEBUG 2024-09-17 02:50:37,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,509 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,509 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,529 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0, department2.dname AS dname_1, department2.deptno AS deptno_1, department2.versionno AS versionno_1, department2.loc AS loc_1 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno LEFT OUTER JOIN DEPT department2 ON EMP.deptno = department2.deptno
DEBUG 2024-09-17 02:50:37,529 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,538 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,538 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,558 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,560 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,564 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,564 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,568 [main] S2Container is created(path=j2ee.dicon)
org.seasar.framework.exception.SRuntimeException: [EDAO0022]Can not use Identity in this RDB
DEBUG 2024-09-17 02:50:37,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,576 [main] S2Container is created(path=j2ee.dicon)
org.seasar.framework.exception.SRuntimeException: [EDAO0022]Can not use Sequence in this RDB
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:37,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,589 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,589 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,604 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,605 [main] Logical connection got, tx=null
7788,SCOTT
DEBUG 2024-09-17 02:50:37,606 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,606 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,613 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,614 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,614 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,633 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,633 [main] Logical connection got, tx=null
0,SCOTT
DEBUG 2024-09-17 02:50:37,634 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,634 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,636 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,696 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,700 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,700 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,713 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,713 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,713 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,714 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,722 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,723 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,734 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,734 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,735 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,735 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,737 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,743 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,744 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,744 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,755 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,755 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,757 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,757 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
Running org.seasar.dao.unit.S2DaoBeanReaderTest
DEBUG 2024-09-17 02:50:37,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,760 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,763 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,768 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,768 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,783 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,783 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,787 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,788 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,791 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,792 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,792 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,808 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,809 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.seasar.dao.impl.DaoMetaDataFactoryImplTest
DEBUG 2024-09-17 02:50:37,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,811 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,821 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,823 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,823 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,823 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,823 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,826 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,829 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,831 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,840 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:37,842 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,842 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,842 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,842 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,845 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,848 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,848 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,848 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:37,848 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,850 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running org.seasar.dao.dbms.DbmsManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.unit.S2DaoTestCaseTest
DEBUG 2024-09-17 02:50:37,856 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,927 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,927 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:37,931 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2024-09-17 02:50:37,931 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2024-09-17 02:50:37,935 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,935 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,945 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,945 [main] Logical connection got, tx=null
WARN  2024-09-17 02:50:37,948 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2024-09-17 02:50:37,948 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2024-09-17 02:50:37,953 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:37,953 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.seasar.dao.impl.UpdateAutoStaticCommandTest
DEBUG 2024-09-17 02:50:37,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,963 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/99, BranchId=]
DEBUG 2024-09-17 02:50:37,963 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,963 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/99, BranchId=]
DEBUG 2024-09-17 02:50:37,963 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/99, BranchId=]
DEBUG 2024-09-17 02:50:37,963 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/99, BranchId=]
DEBUG 2024-09-17 02:50:37,980 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/99, BranchId=]
DEBUG 2024-09-17 02:50:37,988 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/99, BranchId=]
DEBUG 2024-09-17 02:50:37,988 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:37,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/99, BranchId=]
DEBUG 2024-09-17 02:50:37,989 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/99, BranchId=]
DEBUG 2024-09-17 02:50:37,989 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.37', ename = 'SCOTT', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:37,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/99, BranchId=]
DEBUG 2024-09-17 02:50:37,989 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/99, BranchId=]
DEBUG 2024-09-17 02:50:37,990 [main] Physical connection closed
DEBUG 2024-09-17 02:50:37,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:37,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,994 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:37,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,997 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:37,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:37,998 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/100, BranchId=]
DEBUG 2024-09-17 02:50:37,998 [main] Physical connection got
DEBUG 2024-09-17 02:50:37,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/100, BranchId=]
DEBUG 2024-09-17 02:50:37,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/100, BranchId=]
DEBUG 2024-09-17 02:50:37,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/100, BranchId=]
DEBUG 2024-09-17 02:50:38,006 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/100, BranchId=]
DEBUG 2024-09-17 02:50:38,010 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/100, BranchId=]
DEBUG 2024-09-17 02:50:38,010 [main] UPDATE DEPT SET dname = null, versionno = 1, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2024-09-17 02:50:38,010 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/100, BranchId=]
DEBUG 2024-09-17 02:50:38,010 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/100, BranchId=]
DEBUG 2024-09-17 02:50:38,011 [main] Physical connection closed
DEBUG 2024-09-17 02:50:38,012 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,015 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,015 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,018 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,019 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/101, BranchId=]
DEBUG 2024-09-17 02:50:38,020 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,020 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/101, BranchId=]
DEBUG 2024-09-17 02:50:38,020 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/101, BranchId=]
DEBUG 2024-09-17 02:50:38,020 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/101, BranchId=]
DEBUG 2024-09-17 02:50:38,027 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/101, BranchId=]
DEBUG 2024-09-17 02:50:38,031 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/101, BranchId=]
DEBUG 2024-09-17 02:50:38,031 [main] UPDATE DEPT SET dname = null, versionno = 0, loc = null WHERE deptno = 10 AND versionno = -1
DEBUG 2024-09-17 02:50:38,031 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/101, BranchId=]
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2024-09-17 02:50:38,032 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/101, BranchId=]
DEBUG 2024-09-17 02:50:38,032 [main] Physical connection closed
DEBUG 2024-09-17 02:50:38,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,040 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/102, BranchId=]
DEBUG 2024-09-17 02:50:38,041 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,041 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/102, BranchId=]
DEBUG 2024-09-17 02:50:38,041 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/102, BranchId=]
DEBUG 2024-09-17 02:50:38,041 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/102, BranchId=]
DEBUG 2024-09-17 02:50:38,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/102, BranchId=]
DEBUG 2024-09-17 02:50:38,066 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/102, BranchId=]
DEBUG 2024-09-17 02:50:38,066 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:38,067 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/102, BranchId=]
DEBUG 2024-09-17 02:50:38,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/102, BranchId=]
DEBUG 2024-09-17 02:50:38,067 [main] UPDATE EMP SET tstamp = '2024-09-17 02.50.38', ename = 'SCOTT' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:38,067 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/102, BranchId=]
DEBUG 2024-09-17 02:50:38,067 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/102, BranchId=]
DEBUG 2024-09-17 02:50:38,067 [main] Physical connection closed
DEBUG 2024-09-17 02:50:38,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,076 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/103, BranchId=]
DEBUG 2024-09-17 02:50:38,076 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/103, BranchId=]
DEBUG 2024-09-17 02:50:38,076 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/103, BranchId=]
DEBUG 2024-09-17 02:50:38,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/103, BranchId=]
DEBUG 2024-09-17 02:50:38,093 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/103, BranchId=]
DEBUG 2024-09-17 02:50:38,100 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/103, BranchId=]
DEBUG 2024-09-17 02:50:38,100 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-17 02:50:38,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/103, BranchId=]
DEBUG 2024-09-17 02:50:38,101 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/103, BranchId=]
DEBUG 2024-09-17 02:50:38,101 [main] UPDATE EMP SET deptno = 20, tstamp = '2024-09-17 02.50.38' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-09-17 02:50:38,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/103, BranchId=]
DEBUG 2024-09-17 02:50:38,101 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/103, BranchId=]
DEBUG 2024-09-17 02:50:38,101 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec
Running org.seasar.dao.util.PropertyDescUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.FieldDaoAnnotationReaderTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.pager.NoScrollCursorTest
DEBUG 2024-09-17 02:50:38,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,121 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/104, BranchId=]
DEBUG 2024-09-17 02:50:38,121 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,121 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/104, BranchId=]
DEBUG 2024-09-17 02:50:38,121 [main] S2Pager not use scroll cursor.
DEBUG 2024-09-17 02:50:38,121 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/104, BranchId=]
DEBUG 2024-09-17 02:50:38,121 [main] Physical connection closed
DEBUG 2024-09-17 02:50:38,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,124 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,187 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/105, BranchId=]
DEBUG 2024-09-17 02:50:38,187 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,187 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/105, BranchId=]
DEBUG 2024-09-17 02:50:38,187 [main] S2Pager not use scroll cursor.
DEBUG 2024-09-17 02:50:38,187 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/105, BranchId=]
DEBUG 2024-09-17 02:50:38,187 [main] Physical connection closed
DEBUG 2024-09-17 02:50:38,190 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,192 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,196 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/106, BranchId=]
DEBUG 2024-09-17 02:50:38,196 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,196 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/106, BranchId=]
DEBUG 2024-09-17 02:50:38,196 [main] S2Pager not use scroll cursor.
DEBUG 2024-09-17 02:50:38,197 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/106, BranchId=]
DEBUG 2024-09-17 02:50:38,197 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.pager.LimitOffsetPagingSqlRewriterTest
DEBUG 2024-09-17 02:50:38,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,200 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,201 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,203 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,203 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,210 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,212 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,213 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,225 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,226 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,228 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,229 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,230 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,234 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,235 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,237 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,237 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,248 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,249 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,250 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,253 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,257 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,260 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,260 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,271 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,272 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,273 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,274 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,275 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,280 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,283 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,283 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,292 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,489 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,490 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,490 [main] DELETE FROM CUSTOMER
DEBUG 2024-09-17 02:50:38,490 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,490 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,493 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,493 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,494 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-09-17 02:50:38,494 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,494 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,494 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-09-17 02:50:38,494 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,494 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,494 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-09-17 02:50:38,497 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,497 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,497 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-09-17 02:50:38,497 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,497 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,497 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-09-17 02:50:38,497 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,497 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,498 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-09-17 02:50:38,498 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,498 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,498 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-09-17 02:50:38,498 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,499 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-09-17 02:50:38,499 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,499 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-09-17 02:50:38,499 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,499 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-09-17 02:50:38,500 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,500 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,501 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-09-17 02:50:38,502 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,502 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,502 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-09-17 02:50:38,502 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,502 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,503 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-09-17 02:50:38,503 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,503 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,503 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-09-17 02:50:38,503 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,503 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,503 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-09-17 02:50:38,504 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,504 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,504 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-09-17 02:50:38,504 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,504 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,504 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-09-17 02:50:38,505 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,505 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,505 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-09-17 02:50:38,505 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,505 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,505 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-09-17 02:50:38,506 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,506 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,506 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-09-17 02:50:38,506 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,506 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,506 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-09-17 02:50:38,506 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,506 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,507 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-09-17 02:50:38,507 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,508 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,508 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-09-17 02:50:38,508 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,508 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,509 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-09-17 02:50:38,509 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,509 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,509 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-09-17 02:50:38,509 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,509 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,510 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-09-17 02:50:38,510 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,510 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,510 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-09-17 02:50:38,510 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,510 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,510 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-09-17 02:50:38,510 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,511 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-09-17 02:50:38,511 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,511 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-09-17 02:50:38,511 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,511 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-09-17 02:50:38,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,512 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,512 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-09-17 02:50:38,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,512 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,512 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-09-17 02:50:38,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,512 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,512 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-09-17 02:50:38,513 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,513 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,514 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-09-17 02:50:38,514 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,514 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,514 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-09-17 02:50:38,514 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,514 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,514 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-09-17 02:50:38,515 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,515 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,515 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-09-17 02:50:38,515 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,515 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,515 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-09-17 02:50:38,516 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,516 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,516 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-09-17 02:50:38,516 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,516 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,516 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-09-17 02:50:38,516 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,516 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,516 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-09-17 02:50:38,517 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,517 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,517 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-09-17 02:50:38,517 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,517 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,517 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-09-17 02:50:38,517 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,517 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,517 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-09-17 02:50:38,518 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,518 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,518 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-09-17 02:50:38,518 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,518 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,518 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-09-17 02:50:38,518 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,518 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,519 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-09-17 02:50:38,519 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,519 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,519 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-09-17 02:50:38,519 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,519 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,519 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-09-17 02:50:38,519 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,519 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,520 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-09-17 02:50:38,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,520 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,520 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-09-17 02:50:38,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,520 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,520 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-09-17 02:50:38,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,520 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,521 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-09-17 02:50:38,521 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,521 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-09-17 02:50:38,521 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,521 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-09-17 02:50:38,521 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,522 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-09-17 02:50:38,522 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,522 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,522 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-09-17 02:50:38,522 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,522 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,522 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-09-17 02:50:38,522 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,523 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,523 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-09-17 02:50:38,523 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,523 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,523 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-09-17 02:50:38,523 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,523 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,523 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-09-17 02:50:38,523 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,524 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,524 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-09-17 02:50:38,524 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,524 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,524 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-09-17 02:50:38,524 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,524 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,524 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-09-17 02:50:38,525 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,525 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,525 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-09-17 02:50:38,526 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,526 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-09-17 02:50:38,526 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,526 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-09-17 02:50:38,526 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,527 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-09-17 02:50:38,527 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,527 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,527 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-09-17 02:50:38,527 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,527 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,527 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-09-17 02:50:38,527 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,527 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,528 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-09-17 02:50:38,528 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,528 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,528 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-09-17 02:50:38,528 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,529 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,529 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-09-17 02:50:38,529 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,529 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,529 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-09-17 02:50:38,529 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,529 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,530 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-09-17 02:50:38,530 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,530 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,530 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-09-17 02:50:38,530 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,530 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,530 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-09-17 02:50:38,530 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,531 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-09-17 02:50:38,531 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,531 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-09-17 02:50:38,531 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,531 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-09-17 02:50:38,532 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,532 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,532 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-09-17 02:50:38,532 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,532 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,532 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-09-17 02:50:38,532 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,532 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,532 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-09-17 02:50:38,533 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,533 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,533 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-09-17 02:50:38,533 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,533 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,533 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-09-17 02:50:38,533 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,533 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,533 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-09-17 02:50:38,534 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,534 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,534 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-09-17 02:50:38,534 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,534 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,534 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-09-17 02:50:38,535 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,536 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,536 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-09-17 02:50:38,536 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,536 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,536 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-09-17 02:50:38,536 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,536 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,537 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-09-17 02:50:38,537 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,537 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,537 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-09-17 02:50:38,537 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,537 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,537 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-09-17 02:50:38,537 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,537 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,538 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-09-17 02:50:38,538 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,538 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-09-17 02:50:38,538 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,538 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-09-17 02:50:38,538 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,539 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,539 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-09-17 02:50:38,539 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,539 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,540 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-09-17 02:50:38,540 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,540 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,540 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-09-17 02:50:38,540 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,540 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,540 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,540 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,541 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,542 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,542 [main] SELECT count(*) FROM (SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER ) AS total
DEBUG 2024-09-17 02:50:38,543 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,543 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,543 [main] SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER ORDER BY PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-09-17 02:50:38,544 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,544 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/107, BranchId=]
DEBUG 2024-09-17 02:50:38,545 [main] Physical connection closed
DEBUG 2024-09-17 02:50:38,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,547 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,548 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,549 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,556 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,557 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,558 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,558 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,568 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,594 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,594 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,594 [main] DELETE FROM CUSTOMER
DEBUG 2024-09-17 02:50:38,595 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,595 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,598 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,599 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-09-17 02:50:38,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,603 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-09-17 02:50:38,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,603 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,604 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-09-17 02:50:38,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,604 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-09-17 02:50:38,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,604 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-09-17 02:50:38,605 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,605 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,605 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-09-17 02:50:38,605 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,605 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,605 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-09-17 02:50:38,605 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,605 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,605 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-09-17 02:50:38,606 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,606 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,606 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-09-17 02:50:38,607 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,607 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,607 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-09-17 02:50:38,607 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,607 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,608 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-09-17 02:50:38,608 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,608 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-09-17 02:50:38,609 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,609 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,609 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-09-17 02:50:38,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,611 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,611 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-09-17 02:50:38,612 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,612 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,612 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-09-17 02:50:38,612 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,612 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,612 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-09-17 02:50:38,612 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,612 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,612 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-09-17 02:50:38,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,613 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-09-17 02:50:38,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,613 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-09-17 02:50:38,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,613 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-09-17 02:50:38,614 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,614 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,615 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-09-17 02:50:38,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,615 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-09-17 02:50:38,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,615 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-09-17 02:50:38,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,616 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-09-17 02:50:38,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,617 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,617 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-09-17 02:50:38,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,617 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,617 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-09-17 02:50:38,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,617 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,618 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-09-17 02:50:38,618 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,618 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,618 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-09-17 02:50:38,618 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,618 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,619 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-09-17 02:50:38,619 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,619 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,619 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-09-17 02:50:38,619 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,619 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,619 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-09-17 02:50:38,620 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,620 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,620 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-09-17 02:50:38,620 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,620 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,622 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-09-17 02:50:38,622 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,622 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,622 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-09-17 02:50:38,622 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,623 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-09-17 02:50:38,623 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,623 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-09-17 02:50:38,624 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,624 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,624 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-09-17 02:50:38,624 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,624 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,624 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-09-17 02:50:38,624 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,624 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,624 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-09-17 02:50:38,625 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,625 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,625 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-09-17 02:50:38,625 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,625 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,625 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-09-17 02:50:38,625 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,625 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,625 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-09-17 02:50:38,626 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,626 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,626 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-09-17 02:50:38,626 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,626 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,626 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-09-17 02:50:38,626 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,627 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,627 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-09-17 02:50:38,628 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,628 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,628 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-09-17 02:50:38,629 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,629 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,629 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-09-17 02:50:38,629 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,629 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,629 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-09-17 02:50:38,629 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,629 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,630 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-09-17 02:50:38,630 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,630 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,630 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-09-17 02:50:38,630 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,630 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,630 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-09-17 02:50:38,630 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,630 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,631 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-09-17 02:50:38,632 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,632 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-09-17 02:50:38,632 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,632 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-09-17 02:50:38,632 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,632 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-09-17 02:50:38,636 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,636 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,636 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-09-17 02:50:38,636 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,636 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,636 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-09-17 02:50:38,637 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,637 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,637 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-09-17 02:50:38,637 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,637 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,639 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-09-17 02:50:38,639 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,639 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,639 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-09-17 02:50:38,640 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,640 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,640 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-09-17 02:50:38,640 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,640 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,640 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-09-17 02:50:38,640 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,640 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,640 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-09-17 02:50:38,641 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,641 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,641 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-09-17 02:50:38,641 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,641 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,641 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-09-17 02:50:38,641 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,641 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,641 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-09-17 02:50:38,642 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,642 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,642 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-09-17 02:50:38,642 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,642 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,642 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-09-17 02:50:38,642 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,642 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,642 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-09-17 02:50:38,643 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,643 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,643 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-09-17 02:50:38,643 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,643 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,643 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-09-17 02:50:38,643 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,643 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,643 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-09-17 02:50:38,644 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,644 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,644 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-09-17 02:50:38,644 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,644 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,644 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-09-17 02:50:38,644 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,644 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,644 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-09-17 02:50:38,644 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,645 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,645 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-09-17 02:50:38,645 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,645 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,645 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-09-17 02:50:38,645 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,645 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,645 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-09-17 02:50:38,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,647 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,647 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-09-17 02:50:38,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,648 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,648 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-09-17 02:50:38,648 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,648 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,648 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-09-17 02:50:38,648 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,648 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,648 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-09-17 02:50:38,648 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,649 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,649 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-09-17 02:50:38,649 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,650 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,650 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-09-17 02:50:38,650 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,650 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,650 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-09-17 02:50:38,650 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,651 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,651 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-09-17 02:50:38,651 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,651 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,652 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-09-17 02:50:38,652 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,652 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,652 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-09-17 02:50:38,652 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,653 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,653 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-09-17 02:50:38,653 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,653 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,653 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-09-17 02:50:38,653 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,653 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,653 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-09-17 02:50:38,653 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,653 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,654 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-09-17 02:50:38,654 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,654 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,654 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-09-17 02:50:38,654 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,654 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,654 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-09-17 02:50:38,654 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,654 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,654 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-09-17 02:50:38,655 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,655 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,655 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-09-17 02:50:38,655 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,655 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,655 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-09-17 02:50:38,655 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,655 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,655 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-09-17 02:50:38,655 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,656 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,656 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-09-17 02:50:38,656 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,656 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,656 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-09-17 02:50:38,656 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,668 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,668 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,668 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,668 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,672 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,672 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2024-09-17 02:50:38,672 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,673 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,673 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-09-17 02:50:38,676 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,676 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,676 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,678 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/108, BranchId=]
DEBUG 2024-09-17 02:50:38,678 [main] Physical connection closed
DEBUG 2024-09-17 02:50:38,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,681 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,682 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,683 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,683 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,686 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,686 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,691 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,692 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,693 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,694 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,704 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,714 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,714 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,714 [main] DELETE FROM CUSTOMER
DEBUG 2024-09-17 02:50:38,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,714 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,717 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,717 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,717 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-09-17 02:50:38,717 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,717 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,717 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-09-17 02:50:38,717 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,718 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,718 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-09-17 02:50:38,718 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,718 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,718 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-09-17 02:50:38,718 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,718 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,718 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-09-17 02:50:38,718 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,718 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,718 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-09-17 02:50:38,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,719 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-09-17 02:50:38,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,719 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-09-17 02:50:38,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,719 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-09-17 02:50:38,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,720 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-09-17 02:50:38,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,720 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-09-17 02:50:38,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,720 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-09-17 02:50:38,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,721 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-09-17 02:50:38,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,721 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-09-17 02:50:38,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,721 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-09-17 02:50:38,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,721 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-09-17 02:50:38,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,722 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-09-17 02:50:38,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,722 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-09-17 02:50:38,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,722 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-09-17 02:50:38,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,723 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,724 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-09-17 02:50:38,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,724 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,724 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-09-17 02:50:38,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,724 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,724 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-09-17 02:50:38,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,725 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-09-17 02:50:38,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,725 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-09-17 02:50:38,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,725 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-09-17 02:50:38,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,726 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-09-17 02:50:38,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,726 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-09-17 02:50:38,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,726 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-09-17 02:50:38,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,726 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-09-17 02:50:38,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,727 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,727 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-09-17 02:50:38,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,727 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,727 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-09-17 02:50:38,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,727 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,727 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-09-17 02:50:38,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,728 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-09-17 02:50:38,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,728 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-09-17 02:50:38,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,728 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-09-17 02:50:38,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,729 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-09-17 02:50:38,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,729 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,729 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-09-17 02:50:38,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,729 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,729 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-09-17 02:50:38,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,729 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,729 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-09-17 02:50:38,730 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,730 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,730 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-09-17 02:50:38,730 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,730 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,730 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-09-17 02:50:38,730 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,730 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,730 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-09-17 02:50:38,730 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,730 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,731 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-09-17 02:50:38,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,731 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-09-17 02:50:38,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,731 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-09-17 02:50:38,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,731 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-09-17 02:50:38,732 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,732 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,732 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-09-17 02:50:38,732 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,732 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,732 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-09-17 02:50:38,732 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,732 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,732 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-09-17 02:50:38,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,733 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,733 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-09-17 02:50:38,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,733 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,733 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-09-17 02:50:38,734 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,734 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,734 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-09-17 02:50:38,734 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,734 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,734 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-09-17 02:50:38,735 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,735 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,735 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-09-17 02:50:38,735 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,735 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,735 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-09-17 02:50:38,735 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,735 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,735 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-09-17 02:50:38,735 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,735 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,736 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-09-17 02:50:38,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,736 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,736 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-09-17 02:50:38,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,736 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,737 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-09-17 02:50:38,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,737 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-09-17 02:50:38,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,737 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-09-17 02:50:38,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,737 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-09-17 02:50:38,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,738 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,738 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-09-17 02:50:38,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,738 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,738 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-09-17 02:50:38,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,738 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,738 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-09-17 02:50:38,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,739 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,739 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-09-17 02:50:38,739 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,739 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,739 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-09-17 02:50:38,739 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,739 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,739 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-09-17 02:50:38,739 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,739 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,740 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-09-17 02:50:38,740 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,740 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,740 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-09-17 02:50:38,740 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,740 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,740 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-09-17 02:50:38,740 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,740 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,740 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-09-17 02:50:38,741 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,741 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,741 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-09-17 02:50:38,741 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,741 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,741 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-09-17 02:50:38,741 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,742 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,742 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-09-17 02:50:38,742 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,742 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,742 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-09-17 02:50:38,742 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,742 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,742 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-09-17 02:50:38,743 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,743 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,743 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-09-17 02:50:38,743 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,743 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,743 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-09-17 02:50:38,743 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,743 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,743 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-09-17 02:50:38,744 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,744 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,744 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-09-17 02:50:38,744 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,744 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,744 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-09-17 02:50:38,744 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,744 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,745 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-09-17 02:50:38,745 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,745 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,745 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-09-17 02:50:38,745 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,745 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,745 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-09-17 02:50:38,746 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,746 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,746 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-09-17 02:50:38,746 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,746 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,746 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-09-17 02:50:38,746 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,746 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,746 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-09-17 02:50:38,747 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,747 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,747 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-09-17 02:50:38,747 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,747 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,747 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-09-17 02:50:38,747 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,747 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,747 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-09-17 02:50:38,747 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,747 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,748 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-09-17 02:50:38,748 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,748 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,748 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-09-17 02:50:38,748 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,748 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,748 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-09-17 02:50:38,748 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,748 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,748 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-09-17 02:50:38,749 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,749 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-09-17 02:50:38,749 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,749 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-09-17 02:50:38,749 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,749 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-09-17 02:50:38,749 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,750 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-09-17 02:50:38,750 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,750 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,750 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-09-17 02:50:38,750 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,752 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,752 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,752 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,752 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,756 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2024-09-17 02:50:38,756 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,756 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-09-17 02:50:38,757 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,760 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/109, BranchId=]
DEBUG 2024-09-17 02:50:38,760 [main] Physical connection closed
DEBUG 2024-09-17 02:50:38,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,763 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,764 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,766 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,775 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,777 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-09-17 02:50:38,777 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-09-17 02:50:38,788 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,799 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,799 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,799 [main] DELETE FROM CUSTOMER
DEBUG 2024-09-17 02:50:38,799 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,799 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,802 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-09-17 02:50:38,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,802 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-09-17 02:50:38,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,802 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-09-17 02:50:38,803 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,803 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,803 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-09-17 02:50:38,803 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,803 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,803 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-09-17 02:50:38,804 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,804 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-09-17 02:50:38,804 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,804 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-09-17 02:50:38,804 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,805 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-09-17 02:50:38,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,805 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-09-17 02:50:38,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,805 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-09-17 02:50:38,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,806 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-09-17 02:50:38,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,806 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-09-17 02:50:38,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,806 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-09-17 02:50:38,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,806 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-09-17 02:50:38,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,807 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-09-17 02:50:38,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,807 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-09-17 02:50:38,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,807 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-09-17 02:50:38,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,808 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-09-17 02:50:38,808 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,809 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-09-17 02:50:38,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,809 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-09-17 02:50:38,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,810 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-09-17 02:50:38,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,810 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-09-17 02:50:38,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,811 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-09-17 02:50:38,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,811 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-09-17 02:50:38,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,812 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-09-17 02:50:38,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,812 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-09-17 02:50:38,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,813 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-09-17 02:50:38,813 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,813 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,813 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-09-17 02:50:38,813 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,813 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,813 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-09-17 02:50:38,813 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,813 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,813 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-09-17 02:50:38,814 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,814 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,814 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-09-17 02:50:38,814 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,814 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,814 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-09-17 02:50:38,814 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,814 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,815 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-09-17 02:50:38,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,815 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-09-17 02:50:38,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,816 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-09-17 02:50:38,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,816 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,816 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-09-17 02:50:38,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,816 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,816 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-09-17 02:50:38,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,816 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,816 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-09-17 02:50:38,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,817 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-09-17 02:50:38,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,817 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-09-17 02:50:38,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,817 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-09-17 02:50:38,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,818 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-09-17 02:50:38,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,818 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-09-17 02:50:38,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,818 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-09-17 02:50:38,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,819 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-09-17 02:50:38,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,819 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-09-17 02:50:38,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,820 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-09-17 02:50:38,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,820 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,820 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-09-17 02:50:38,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,820 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,820 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-09-17 02:50:38,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,820 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,821 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-09-17 02:50:38,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,822 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-09-17 02:50:38,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,822 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-09-17 02:50:38,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,822 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-09-17 02:50:38,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,822 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-09-17 02:50:38,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,823 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-09-17 02:50:38,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,823 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-09-17 02:50:38,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,824 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-09-17 02:50:38,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,824 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-09-17 02:50:38,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,824 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-09-17 02:50:38,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,825 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-09-17 02:50:38,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,825 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-09-17 02:50:38,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,825 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-09-17 02:50:38,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,825 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-09-17 02:50:38,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,826 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-09-17 02:50:38,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,826 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-09-17 02:50:38,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,826 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-09-17 02:50:38,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,827 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-09-17 02:50:38,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,827 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,827 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-09-17 02:50:38,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,827 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,827 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-09-17 02:50:38,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,827 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,827 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-09-17 02:50:38,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,828 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-09-17 02:50:38,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,828 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-09-17 02:50:38,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,828 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-09-17 02:50:38,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,829 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-09-17 02:50:38,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,829 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-09-17 02:50:38,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,829 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-09-17 02:50:38,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,830 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-09-17 02:50:38,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,830 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-09-17 02:50:38,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,830 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-09-17 02:50:38,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,831 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-09-17 02:50:38,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,831 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-09-17 02:50:38,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,832 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,832 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-09-17 02:50:38,832 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,832 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,832 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-09-17 02:50:38,832 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,832 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,832 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-09-17 02:50:38,833 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,833 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,833 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-09-17 02:50:38,833 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,833 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,833 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-09-17 02:50:38,833 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,833 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,834 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-09-17 02:50:38,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,834 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-09-17 02:50:38,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,834 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-09-17 02:50:38,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,834 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-09-17 02:50:38,835 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,835 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,835 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-09-17 02:50:38,835 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,835 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,835 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-09-17 02:50:38,835 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,835 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,835 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-09-17 02:50:38,835 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,835 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,836 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-09-17 02:50:38,836 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,836 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,836 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-09-17 02:50:38,836 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,836 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,836 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-09-17 02:50:38,836 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,836 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,836 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-09-17 02:50:38,837 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,837 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,837 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-09-17 02:50:38,837 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,837 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,837 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-09-17 02:50:38,837 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,837 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,837 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-09-17 02:50:38,837 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,846 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,847 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,847 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,847 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,848 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,848 [main] SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER
DEBUG 2024-09-17 02:50:38,851 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,851 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,925 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/110, BranchId=]
DEBUG 2024-09-17 02:50:38,925 [main] Physical connection closed
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.728 sec
Running org.seasar.dao.impl.NullBeanEnhancerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.DtoArrayMetaDataResultSetHandlerTest
DEBUG 2024-09-17 02:50:38,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,940 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,940 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:38,941 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:38,941 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.issue.Jira101Test
DEBUG 2024-09-17 02:50:38,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,943 [main] S2Container will be created(path=org/seasar/dao/issue/Jira101Test.dicon)
DEBUG 2024-09-17 02:50:38,944 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:38,946 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,953 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-09-17 02:50:38,955 [main] S2Container is created(path=org/seasar/dao/issue/Jira101Test.dicon)
DEBUG 2024-09-17 02:50:38,963 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/111, BranchId=]
DEBUG 2024-09-17 02:50:38,964 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,964 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/111, BranchId=]
DEBUG 2024-09-17 02:50:38,964 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/111, BranchId=]
DEBUG 2024-09-17 02:50:38,964 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/111, BranchId=]
DEBUG 2024-09-17 02:50:38,970 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/111, BranchId=]
DEBUG 2024-09-17 02:50:38,971 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/111, BranchId=]
DEBUG 2024-09-17 02:50:38,971 [main] INSERT INTO JIRA101_TABLE (aaa, bbb, foo_id) VALUES ('a1', 'b1', 777)
DEBUG 2024-09-17 02:50:38,972 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/111, BranchId=]
DEBUG 2024-09-17 02:50:38,972 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/111, BranchId=]
DEBUG 2024-09-17 02:50:38,972 [main] SELECT JIRA101_TABLE.aaa, JIRA101_TABLE.bbb, JIRA101_TABLE.foo_id FROM JIRA101_TABLE WHERE  JIRA101_TABLE.FOO_ID = 777
DEBUG 2024-09-17 02:50:38,972 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/111, BranchId=]
DEBUG 2024-09-17 02:50:38,972 [main] skip UPDATE: table=JIRA101_TABLE, key{foo_id=777}
DEBUG 2024-09-17 02:50:38,973 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/111, BranchId=]
DEBUG 2024-09-17 02:50:38,973 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.interceptors.AssertAtLeastOneRowInterceptorTest
DEBUG 2024-09-17 02:50:38,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:38,976 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2024-09-17 02:50:38,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,979 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:38,979 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,982 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:38,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:38,985 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2024-09-17 02:50:38,992 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/112, BranchId=]
DEBUG 2024-09-17 02:50:38,992 [main] Physical connection got
DEBUG 2024-09-17 02:50:38,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/112, BranchId=]
DEBUG 2024-09-17 02:50:38,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/112, BranchId=]
DEBUG 2024-09-17 02:50:38,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/112, BranchId=]
DEBUG 2024-09-17 02:50:39,009 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/112, BranchId=]
DEBUG 2024-09-17 02:50:39,009 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/112, BranchId=]
DEBUG 2024-09-17 02:50:39,009 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2024-09-17 02:50:39,009 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/112, BranchId=]
DEBUG 2024-09-17 02:50:39,010 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/112, BranchId=]
DEBUG 2024-09-17 02:50:39,010 [main] Physical connection closed
DEBUG 2024-09-17 02:50:39,011 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:39,012 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2024-09-17 02:50:39,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,015 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,015 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,020 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2024-09-17 02:50:39,027 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/113, BranchId=]
DEBUG 2024-09-17 02:50:39,027 [main] Physical connection got
DEBUG 2024-09-17 02:50:39,027 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/113, BranchId=]
DEBUG 2024-09-17 02:50:39,027 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/113, BranchId=]
DEBUG 2024-09-17 02:50:39,027 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/113, BranchId=]
DEBUG 2024-09-17 02:50:39,043 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/113, BranchId=]
DEBUG 2024-09-17 02:50:39,043 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/113, BranchId=]
DEBUG 2024-09-17 02:50:39,043 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2024-09-17 02:50:39,043 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/113, BranchId=]
DEBUG 2024-09-17 02:50:39,044 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/113, BranchId=]
DEBUG 2024-09-17 02:50:39,044 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.seasar.dao.impl.RelationKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.NestedDaoMethodTest
DEBUG 2024-09-17 02:50:39,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:39,049 [main] S2Container will be created(path=org/seasar/dao/impl/NestedDaoMethodTest.dicon)
DEBUG 2024-09-17 02:50:39,051 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:39,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,060 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:39,062 [main] S2Container is created(path=org/seasar/dao/impl/NestedDaoMethodTest.dicon)
DEBUG 2024-09-17 02:50:39,070 [main] Physical connection got
DEBUG 2024-09-17 02:50:39,070 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:39,070 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:39,070 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:39,072 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:39,074 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:39,074 [main] SELECT EMP.empno, EMP.ename, EMP.deptno FROM EMP WHERE empno = 7782
DEBUG 2024-09-17 02:50:39,074 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:39,074 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:39,074 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:39,076 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:39,076 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:39,077 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:39,077 [main] SELECT DEPT.dname, DEPT.deptno FROM DEPT WHERE  DEPT.deptno = 10
DEBUG 2024-09-17 02:50:39,077 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:39,077 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.parser.SqlParserImplTest
org.seasar.dao.TokenNotClosedRuntimeException: [EDAO0002]*/ not closed in (hoge)
SELECT * FROM emp WHERE job = /* job*/'CLERK'
BETWEEN sal ? AND ?
[SELECT * FROM emp WHERE job = ?]
WARN  2024-09-17 02:50:39,085 [main] Argument(job) not found
[SELECT * FROM emp WHERE job is null]
[bbb = ?]
SELECT * FROM emp WHERE job = #*job*#'CLERK' AND deptno = #*deptno*#20
SELECT * FROM emp WHERE job = ? AND deptno = ?
SELECT * FROM emp WHERE empno = ? AND 1 = 1
SELECT * FROM emp WHERE job = ?
WARN  2024-09-17 02:50:39,089 [main] Argument(job) not found
SELECT * FROM emp
WARN  2024-09-17 02:50:39,089 [main] Argument(aaa) not found
[]
[]
[aaabbb]
[aaa]
[bbbddd]
SELECT * FROM emp WHERE deptno = 10
WARN  2024-09-17 02:50:39,090 [main] Argument(job) not found
WARN  2024-09-17 02:50:39,091 [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 = ?
[WHERE aaa BETWEEN ? AND ?]
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.dao.EndCommentNotFoundRuntimeException: [EDAO0007]END comment not found
INSERT INTO ITEM (ID, NUM) VALUES (?, ?)
0
WARN  2024-09-17 02:50:39,093 [main] Argument(moge) not found
WARN  2024-09-17 02:50:39,093 [main] Argument(moge) not found
SELECT AAA,BBB -- UGO 
FROM HOGE WHERE AAA=? AND FUGA=/* PIRO */ccc
SELECT AAA 
--comment 
--comment2 
FROM HOGE
SELECT AAA 
--comment 
--comment2 
FROM HOGE
SELECT AAA 
--comment 
--comment2 
FROM HOGE
WARN  2024-09-17 02:50:39,094 [main] Argument(hoge) not found
WARN  2024-09-17 02:50:39,094 [main] Argument($1) not found
WARN  2024-09-17 02:50:39,094 [main] Argument($1) not found
SELECT AAA FROM HOGE where bb = ?  /* comment */
WARN  2024-09-17 02:50:39,094 [main] Argument($1) not found
WARN  2024-09-17 02:50:39,095 [main] Argument($1) not found
SELECT AAA FROM HOGE where aa = ?  -- comment
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.impl.QuestionInCommentTest
DEBUG 2024-09-17 02:50:39,098 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:39,098 [main] S2Container will be created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2024-09-17 02:50:39,099 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:39,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,173 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:39,174 [main] S2Container is created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2024-09-17 02:50:39,181 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/114, BranchId=]
DEBUG 2024-09-17 02:50:39,181 [main] Physical connection got
DEBUG 2024-09-17 02:50:39,181 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/114, BranchId=]
DEBUG 2024-09-17 02:50:39,182 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/114, BranchId=]
DEBUG 2024-09-17 02:50:39,182 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/114, BranchId=]
DEBUG 2024-09-17 02:50:39,186 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/114, BranchId=]
DEBUG 2024-09-17 02:50:39,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/114, BranchId=]
DEBUG 2024-09-17 02:50:39,188 [main] INSERT INTO EMP (
    EMPNO,
    ENAME,
    TSTAMP
) VALUES (
	 /* comment */
	2222,
	'aaaaaaaaaaaa',
	null
	 /*  in comment */
)
DEBUG 2024-09-17 02:50:39,189 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/114, BranchId=]
DEBUG 2024-09-17 02:50:39,189 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/114, BranchId=]
DEBUG 2024-09-17 02:50:39,189 [main] Physical connection closed
DEBUG 2024-09-17 02:50:39,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:39,191 [main] S2Container will be created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2024-09-17 02:50:39,192 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-17 02:50:39,193 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,194 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,201 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-17 02:50:39,201 [main] S2Container is created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2024-09-17 02:50:39,208 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/115, BranchId=]
DEBUG 2024-09-17 02:50:39,208 [main] Physical connection got
DEBUG 2024-09-17 02:50:39,208 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/115, BranchId=]
DEBUG 2024-09-17 02:50:39,209 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/115, BranchId=]
DEBUG 2024-09-17 02:50:39,209 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/115, BranchId=]
DEBUG 2024-09-17 02:50:39,213 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/115, BranchId=]
DEBUG 2024-09-17 02:50:39,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/115, BranchId=]
DEBUG 2024-09-17 02:50:39,214 [main] select * 
  from EMP
 where ENAME = 'te?st'
DEBUG 2024-09-17 02:50:39,214 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/115, BranchId=]
DEBUG 2024-09-17 02:50:39,214 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/115, BranchId=]
DEBUG 2024-09-17 02:50:39,215 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running org.seasar.dao.pager.PagerStatementFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.DeleteBatchAutoStaticCommandTest
DEBUG 2024-09-17 02:50:39,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:39,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,225 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,229 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726509026184/116, BranchId=]
DEBUG 2024-09-17 02:50:39,230 [main] Physical connection got
DEBUG 2024-09-17 02:50:39,230 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/116, BranchId=]
DEBUG 2024-09-17 02:50:39,230 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/116, BranchId=]
DEBUG 2024-09-17 02:50:39,230 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/116, BranchId=]
DEBUG 2024-09-17 02:50:39,246 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/116, BranchId=]
DEBUG 2024-09-17 02:50:39,253 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/116, BranchId=]
DEBUG 2024-09-17 02:50:39,253 [main] DELETE FROM EMP WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:39,253 [main] DELETE FROM EMP WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:39,253 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/116, BranchId=]
DEBUG 2024-09-17 02:50:39,254 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726509026184/116, BranchId=]
DEBUG 2024-09-17 02:50:39,254 [main] DELETE FROM EMP WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:39,254 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-09-17 02:50:39,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726509026184/116, BranchId=]
DEBUG 2024-09-17 02:50:39,254 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726509026184/116, BranchId=]
DEBUG 2024-09-17 02:50:39,254 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.impl.OverloadNotSupportedSqlCommandTest
DEBUG 2024-09-17 02:50:39,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-17 02:50:39,257 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-17 02:50:39,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-17 02:50:39,263 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-17 02:50:39,264 [main] Physical connection got
DEBUG 2024-09-17 02:50:39,264 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:39,264 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:39,264 [main] Logical connection got, tx=null
DEBUG 2024-09-17 02:50:39,280 [main] Logical connection closed, tx=null
DEBUG 2024-09-17 02:50:39,282 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.impl.NullBeanMetaDataTest
[EDAO0027]Not found Bean class associated with Dao interface (org.seasar.dao.impl.NullBeanMetaDataTest$HogeDao)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec

Results :

Tests run: 448, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/src/test/java added.
[INFO] [source:jar {execution: source-jar}]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-s24-test/1.0.52-SNAPSHOT/s2-dao-s24-test-1.0.52-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-s24-test/1.0.52-SNAPSHOT/s2-dao-s24-test-1.0.52-SNAPSHOT-sources.jar
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Project ......................................... SUCCESS [2.429s]
[INFO] S2Dao ................................................. SUCCESS [16.012s]
[INFO] S2Dao Examples ........................................ SUCCESS [2.346s]
[INFO] S2Dao tests for Seasar2.4.x ........................... SUCCESS [16.005s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37 seconds
[INFO] Finished at: Tue Sep 17 02:50:39 JST 2024
[INFO] Final Memory: 20M/41M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
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
Triggering a new build of s2dao-tiger-1.0.x
Finished: SUCCESS