[Seasar-user:10505] [DBFlute] シーケンスを自動で取得できない.

Junichi Kato [E-MAIL ADDRESS DELETED]
2007年 9月 13日 (木) 19:21:24 JST


加藤です.

dbflute-0.5.6-SNAPSHOT で,

torque.sequenceDefinitionMap	= map:{	\
<snip>
		; USER_ACCOUNT				=	USER_ACCOUNT_SEQ	\
<snip>
	}

#torque.sequenceReturnType		=	java.lang.Integer
torque.sequenceReturnType		=	java.math.BigDecimal
torque.isAvailableBehaviorInsertSequenceInjection = true

を設定しております.

ビヘイビアを使ってinsertしようとしています(エンティティのIDプロパティは
nullにしています)が,以下のようなエラーが発生しています.

使い方が間違っていますでしょうか?
アドバイスいただければ幸いです.

DEBUG 2007-09-13 15:12:52,257 [http-8080-Processor22] The selectNextVal() of the table threw the exception: USER_ACCOUNT
java.lang.RuntimeException: The selectNextVal() of the table threw the exception: USER_ACCOUNT
	at hogehoge.hogehoge.common.dbflute.allcommon.bhv.AbstractBehaviorReadable.readNextVal(AbstractBehaviorReadable.java:421)

2007/09/13 15:08:59 org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
情報: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre1.5.0_12\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Develop\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\Command;C:\Program Files\php;C:\Program Files\mysql\bin;;C:\Program Files\Java\jdk1.5.0_12\bin;C:\Develop\Tools\maven2\bin;C:\Program Files\subversion\bin;
2007/09/13 15:08:59 org.apache.coyote.http11.Http11BaseProtocol init
情報: Coyote HTTP/1.1を http-8080 で初期化します
2007/09/13 15:08:59 org.apache.catalina.startup.Catalina load
情報: Initialization processed in 2265 ms
2007/09/13 15:08:59 org.apache.catalina.core.StandardService start
情報: サービス Catalina を起動します
2007/09/13 15:08:59 org.apache.catalina.core.StandardEngine start
情報: Starting Servlet Engine: Apache Tomcat/5.5.20
2007/09/13 15:08:59 org.apache.catalina.core.StandardHost start
情報: XML検証は無効です
2007/09/13 15:09:01 org.apache.catalina.loader.WebappClassLoader validateJarFile
情報: validateJarFile(C:\Develop\Tools\eclipse\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\webapps\hogehoge-web\WEB-INF\lib\geronimo-jsp_2.0_spec-1.0.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/jsp/JspPage.class
2007/09/13 15:09:01 org.apache.catalina.loader.WebappClassLoader validateJarFile
情報: validateJarFile(C:\Develop\Tools\eclipse\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\webapps\hogehoge-web\WEB-INF\lib\geronimo-servlet_2.4_spec-1.0.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
DEBUG 2007-09-13 15:09:07,582 [main]   ContextRealPath=C:\Develop\Tools\eclipse\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\webapps\hogehoge-web\
  SERVER_SOFTWARE=Apache Tomcat/5.5.20, ServletContextName=null, MajorVersion=2, MinorVersion=4
DEBUG 2007-09-13 15:09:08,066 [main] 環境変数#Envにファイル(env.txt)から値(ut)が設定されました
DEBUG 2007-09-13 15:09:08,269 [main] S2Containerを作成します。path=warmdeploy.dicon
DEBUG 2007-09-13 15:09:08,285 [main] S2Containerを作成します。path=convention.dicon
DEBUG 2007-09-13 15:09:08,753 [main] S2Containerを作成しました。path=convention.dicon
DEBUG 2007-09-13 15:09:08,753 [main] S2Containerを作成します。path=customizer.dicon
DEBUG 2007-09-13 15:09:08,769 [main] S2Containerを作成します。path=default-customizer.dicon
DEBUG 2007-09-13 15:09:08,785 [main] S2Containerを作成します。path=std-customizer.dicon
DEBUG 2007-09-13 15:09:09,019 [main] S2Containerを作成しました。path=std-customizer.dicon
DEBUG 2007-09-13 15:09:09,034 [main] S2Containerを作成しました。path=default-customizer.dicon
DEBUG 2007-09-13 15:09:09,066 [main] S2Containerを作成しました。path=customizer.dicon
DEBUG 2007-09-13 15:09:09,066 [main] S2Containerを作成します。path=creator.dicon
DEBUG 2007-09-13 15:09:09,159 [main] S2Containerを作成しました。path=creator.dicon
DEBUG 2007-09-13 15:09:09,175 [main] S2Containerを作成しました。path=warmdeploy.dicon
DEBUG 2007-09-13 15:09:09,363 [main] S2Containerを作成します。path=app.dicon
DEBUG 2007-09-13 15:09:09,378 [main] S2Containerを作成します。path=aop.dicon
DEBUG 2007-09-13 15:09:09,503 [main] S2Containerを作成しました。path=aop.dicon
DEBUG 2007-09-13 15:09:09,503 [main] S2Containerを作成します。path=app_aop.dicon
DEBUG 2007-09-13 15:09:09,519 [main] S2Containerを作成します。path=convention.dicon
DEBUG 2007-09-13 15:09:09,534 [main] S2Containerを作成しました。path=convention.dicon
DEBUG 2007-09-13 15:09:09,566 [main] S2Containerを作成しました。path=app_aop.dicon
DEBUG 2007-09-13 15:09:09,566 [main] S2Containerを作成します。path=teedaExtension.dicon
DEBUG 2007-09-13 15:09:09,597 [main] S2Containerを作成します。path=teeda.dicon
DEBUG 2007-09-13 15:09:09,628 [main] S2Containerを作成します。path=teedaErrorPage.dicon
DEBUG 2007-09-13 15:09:09,659 [main] S2Containerを作成しました。path=teedaErrorPage.dicon
DEBUG 2007-09-13 15:09:09,675 [main] S2Containerを作成します。path=teedaCustomize.dicon
DEBUG 2007-09-13 15:09:09,706 [main] S2Containerを作成しました。path=teedaCustomize.dicon
DEBUG 2007-09-13 15:09:10,347 [main] S2Containerを作成しました。path=teeda.dicon
DEBUG 2007-09-13 15:09:11,034 [main] S2Containerを作成しました。path=teedaExtension.dicon
DEBUG 2007-09-13 15:09:11,034 [main] S2Containerを作成します。path=dao.dicon
DEBUG 2007-09-13 15:09:11,050 [main] S2Containerを作成します。path=j2ee.dicon
DEBUG 2007-09-13 15:09:11,065 [main] S2Containerを作成します。path=jta.dicon
DEBUG 2007-09-13 15:09:11,128 [main] S2Containerを作成しました。path=jta.dicon
DEBUG 2007-09-13 15:09:11,128 [main] S2Containerを作成します。path=jdbc.dicon
DEBUG 2007-09-13 15:09:11,253 [main] S2Containerを作成しました。path=jdbc.dicon
DEBUG 2007-09-13 15:09:11,284 [main] S2Containerを作成しました。path=j2ee.dicon
DEBUG 2007-09-13 15:09:11,378 [main] S2Containerを作成しました。path=dao.dicon
DEBUG 2007-09-13 15:09:11,378 [main] S2Containerを作成します。path=dxo.dicon
DEBUG 2007-09-13 15:09:11,519 [main] S2Containerを作成しました。path=dxo.dicon
DEBUG 2007-09-13 15:09:11,519 [main] S2Containerを作成します。path=common.dicon
DEBUG 2007-09-13 15:09:11,534 [main] S2Containerを作成します。path=dbflute.dicon
DEBUG 2007-09-13 15:09:14,956 [main] S2Containerを作成しました。path=dbflute.dicon
DEBUG 2007-09-13 15:09:14,971 [main] S2Containerを作成しました。path=common.dicon
DEBUG 2007-09-13 15:09:14,987 [main] S2Containerを作成しました。path=app.dicon
INFO  2007-09-13 15:09:18,721 [main] /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * {DBFlute}
INFO  2007-09-13 15:09:18,721 [main] [XADataSource]: [E-MAIL ADDRESS DELETED]
INFO  2007-09-13 15:09:18,721 [main]     driver = oracle.jdbc.driver.OracleDriver
INFO  2007-09-13 15:09:18,721 [main]     url    = jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521:hogehoge
INFO  2007-09-13 15:09:18,721 [main]     user   = hogehoge
INFO  2007-09-13 15:09:18,721 [main] [StatementFactory]: [E-MAIL ADDRESS DELETED]
INFO  2007-09-13 15:09:18,721 [main] [ResultSetFactory]: [E-MAIL ADDRESS DELETED]
INFO  2007-09-13 15:09:18,721 [main] [BeanEnhancer]: null
DEBUG 2007-09-13 15:09:18,736 [main] /------------------------------------------------ Stop the LinkageError!
DEBUG 2007-09-13 15:09:18,736 [main] ...Loading class of hogehoge.hogehoge.common.dbflute.allcommon.cbean.SimplePagingBean: WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[E-MAIL ADDRESS DELETED]

DEBUG 2007-09-13 15:09:18,752 [main] ...Loading class of hogehoge.hogehoge.common.dbflute.allcommon.cbean.coption.FromToOption: WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[E-MAIL ADDRESS DELETED]

DEBUG 2007-09-13 15:09:18,768 [main] ...Loading class of hogehoge.hogehoge.common.dbflute.allcommon.cbean.coption.LikeSearchOption: WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[E-MAIL ADDRESS DELETED]

DEBUG 2007-09-13 15:09:18,783 [main] ...Loading class of hogehoge.hogehoge.common.dbflute.allcommon.cbean.coption.InScopeOption: WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[E-MAIL ADDRESS DELETED]

DEBUG 2007-09-13 15:09:18,783 [main] ...Loading class of hogehoge.hogehoge.common.dbflute.allcommon.cbean.grouping.GroupingOption: WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[E-MAIL ADDRESS DELETED]

DEBUG 2007-09-13 15:09:18,783 [main] ...Loading class of hogehoge.hogehoge.common.dbflute.allcommon.cbean.grouping.GroupingRowEndDeterminer: WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[E-MAIL ADDRESS DELETED]

DEBUG 2007-09-13 15:09:18,783 [main] ...Loading class of hogehoge.hogehoge.common.dbflute.allcommon.cbean.grouping.GroupingRowResource: WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[E-MAIL ADDRESS DELETED]

DEBUG 2007-09-13 15:09:18,783 [main] ...Loading class of hogehoge.hogehoge.common.dbflute.allcommon.cbean.grouping.GroupingRowSetupper: WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[E-MAIL ADDRESS DELETED]

DEBUG 2007-09-13 15:09:18,799 [main] ...Loading class of hogehoge.hogehoge.common.dbflute.allcommon.cbean.pagenavi.PageNumberLink: WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[E-MAIL ADDRESS DELETED]

DEBUG 2007-09-13 15:09:18,799 [main] ...Loading class of hogehoge.hogehoge.common.dbflute.allcommon.cbean.pagenavi.PageNumberLinkSetupper: WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[E-MAIL ADDRESS DELETED]

DEBUG 2007-09-13 15:09:18,799 [main] ----------/
INFO  2007-09-13 15:09:18,799 [main] ...Initializing database product name from driverClassName: oracle
INFO  2007-09-13 15:09:18,799 [main] * * * * */
INFO  2007-09-13 15:09:27,798 [main] Running on [ENV]ut, [DEPLOY MODE]Warm Deploy
DEBUG 2007-09-13 15:09:27,798 [main] Teeda : 1.0.11
DEBUG 2007-09-13 15:09:27,798 [main] sun.io.unicode.encoding                  : UnicodeLittle
DEBUG 2007-09-13 15:09:27,798 [main] java.version                             : 1.5.0_12
DEBUG 2007-09-13 15:09:27,798 [main] catalina.useNaming                       : true
DEBUG 2007-09-13 15:09:27,798 [main] java.class.path                          : C:\Develop\Tools\xampp\tomcat\bin\bootstrap.jar
DEBUG 2007-09-13 15:09:27,798 [main] java.awt.graphicsenv                     : sun.awt.Win32GraphicsEnvironment
DEBUG 2007-09-13 15:09:27,798 [main] user.language                            : ja
DEBUG 2007-09-13 15:09:27,798 [main] catalina.home                            : C:\Develop\Tools\xampp\tomcat
DEBUG 2007-09-13 15:09:27,798 [main] package.definition                       : sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.
DEBUG 2007-09-13 15:09:27,798 [main] sun.os.patch.level                       : Service Pack 2
DEBUG 2007-09-13 15:09:27,798 [main] os.version                               : 5.1
DEBUG 2007-09-13 15:09:27,798 [main] java.specification.vendor                : Sun Microsystems Inc.
DEBUG 2007-09-13 15:09:27,798 [main] server.loader                            : ${catalina.home}/server/classes,${catalina.home}/server/lib/*.jar
DEBUG 2007-09-13 15:09:27,798 [main] sun.boot.class.path                      : C:\Program Files\Java\jre1.5.0_12\lib\rt.jar;C:\Program Files\Java\jre1.5.0_12\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_12\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_12\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_12\lib\jce.jar;C:\Program Files\Java\jre1.5.0_12\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_12\classes
DEBUG 2007-09-13 15:09:27,798 [main] java.class.version                       : 49.0
DEBUG 2007-09-13 15:09:27,798 [main] file.encoding                            : MS932
DEBUG 2007-09-13 15:09:27,798 [main] java.vm.version                          : 1.5.0_12-b04
DEBUG 2007-09-13 15:09:27,798 [main] sun.desktop                              : windows
DEBUG 2007-09-13 15:09:27,798 [main] java.io.tmpdir                           : C:\DOCUME~1\TAKAMI~1.HEA\LOCALS~1\Temp\
DEBUG 2007-09-13 15:09:27,798 [main] java.home                                : C:\Program Files\Java\jre1.5.0_12
DEBUG 2007-09-13 15:09:27,798 [main] user.name                                : hogehoge
DEBUG 2007-09-13 15:09:27,798 [main] catalina.base                            : C:\Develop\Tools\eclipse\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0
DEBUG 2007-09-13 15:09:27,798 [main] awt.toolkit                              : sun.awt.windows.WToolkit
DEBUG 2007-09-13 15:09:27,798 [main] java.specification.name                  : Java Platform API Specification
DEBUG 2007-09-13 15:09:27,798 [main] user.variant                             : 
DEBUG 2007-09-13 15:09:27,798 [main] java.ext.dirs                            : C:\Program Files\Java\jre1.5.0_12\lib\ext
DEBUG 2007-09-13 15:09:27,798 [main] common.loader                            : ${catalina.home}/common/classes,${catalina.home}/common/i18n/*.jar,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/lib/*.jar
DEBUG 2007-09-13 15:09:27,798 [main] java.vm.info                             : mixed mode
DEBUG 2007-09-13 15:09:27,798 [main] sun.arch.data.model                      : 32
DEBUG 2007-09-13 15:09:27,798 [main] java.vm.specification.name               : Java Virtual Machine Specification
DEBUG 2007-09-13 15:09:27,798 [main] java.vm.specification.version            : 1.0
DEBUG 2007-09-13 15:09:27,798 [main] sun.cpu.endian                           : little
DEBUG 2007-09-13 15:09:27,798 [main] sun.management.compiler                  : HotSpot Client Compiler
DEBUG 2007-09-13 15:09:27,798 [main] path.separator                           : ;
DEBUG 2007-09-13 15:09:27,798 [main] java.vm.name                             : Java HotSpot(TM) Client VM
DEBUG 2007-09-13 15:09:27,798 [main] user.country                             : JP
DEBUG 2007-09-13 15:09:27,798 [main] shared.loader                            : ${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar
DEBUG 2007-09-13 15:09:27,798 [main] tomcat.util.buf.StringCache.byte.enabled : true
DEBUG 2007-09-13 15:09:27,798 [main] user.timezone                            : Asia/Tokyo
DEBUG 2007-09-13 15:09:27,798 [main] file.separator                           : \
DEBUG 2007-09-13 15:09:27,798 [main] package.access                           : sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
DEBUG 2007-09-13 15:09:27,798 [main] os.arch                                  : x86
DEBUG 2007-09-13 15:09:27,798 [main] sun.boot.library.path                    : C:\Program Files\Java\jre1.5.0_12\bin
DEBUG 2007-09-13 15:09:27,798 [main] file.encoding.pkg                        : sun.io
DEBUG 2007-09-13 15:09:27,798 [main] line.separator                           : 

DEBUG 2007-09-13 15:09:27,798 [main] java.vendor.url.bug                      : http://java.sun.com/cgi-bin/bugreport.cgi
DEBUG 2007-09-13 15:09:27,798 [main] java.vm.vendor                           : Sun Microsystems Inc.
DEBUG 2007-09-13 15:09:27,798 [main] os.name                                  : Windows XP
DEBUG 2007-09-13 15:09:27,798 [main] java.naming.factory.url.pkgs             : org.apache.naming
DEBUG 2007-09-13 15:09:27,798 [main] java.vendor.url                          : http://java.sun.com/
DEBUG 2007-09-13 15:09:27,798 [main] java.awt.printerjob                      : sun.awt.windows.WPrinterJob
DEBUG 2007-09-13 15:09:27,798 [main] sun.jnu.encoding                         : MS932
DEBUG 2007-09-13 15:09:27,798 [main] java.vm.specification.vendor             : Sun Microsystems Inc.
DEBUG 2007-09-13 15:09:27,798 [main] java.naming.factory.initial              : org.apache.naming.java.javaURLContextFactory
DEBUG 2007-09-13 15:09:27,798 [main] sun.java.launcher                        : SUN_STANDARD
DEBUG 2007-09-13 15:09:27,798 [main] java.runtime.name                        : Java(TM) 2 Runtime Environment, Standard Edition
DEBUG 2007-09-13 15:09:27,798 [main] java.endorsed.dirs                       : C:\Develop\Tools\xampp\tomcat\common\endorsed
DEBUG 2007-09-13 15:09:27,798 [main] java.runtime.version                     : 1.5.0_12-b04
DEBUG 2007-09-13 15:09:27,798 [main] sun.cpu.isalist                          : 
DEBUG 2007-09-13 15:09:27,798 [main] java.library.path                        : C:\Program Files\Java\jre1.5.0_12\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Develop\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\Command;C:\Program Files\php;C:\Program Files\mysql\bin;;C:\Program Files\Java\jdk1.5.0_12\bin;C:\Develop\Tools\maven2\bin;C:\Program Files\subversion\bin;
DEBUG 2007-09-13 15:09:27,798 [main] user.dir                                 : C:\Develop\Tools\eclipse
DEBUG 2007-09-13 15:09:27,798 [main] user.home                                : C:\Documents and Settings\hogehoge.HEADQUARTER
DEBUG 2007-09-13 15:09:27,798 [main] java.vendor                              : Sun Microsystems Inc.
DEBUG 2007-09-13 15:09:27,798 [main] java.specification.version               : 1.5
DEBUG 2007-09-13 15:09:27,829 [main] target file path = org/seasar/teeda/core/core-faces-config.xml
DEBUG 2007-09-13 15:09:28,017 [main] target file path = /WEB-INF/lib/
DEBUG 2007-09-13 15:09:28,173 [main] target file path = null
DEBUG 2007-09-13 15:09:28,173 [main] target file path = /faces-config.xml
2007/09/13 15:09:29 org.apache.coyote.http11.Http11BaseProtocol start
情報: Coyote HTTP/1.1を http-8080 で起動します
2007/09/13 15:09:30 org.apache.jk.common.ChannelSocket init
情報: JK: ajp13 listening on /0.0.0.0:8009
2007/09/13 15:09:30 org.apache.jk.server.JkMain start
情報: Jk running ID=0 time=0/375  config=null
2007/09/13 15:09:30 org.apache.catalina.storeconfig.StoreLoader load
情報: Find registry server-registry.xml at classpath resource
2007/09/13 15:09:30 org.apache.catalina.startup.Catalina start
情報: Server startup in 31246 ms
DEBUG 2007-09-13 15:09:32,063 [http-8080-Processor24] [TeedaXMLDocumentScannerImpl] no ';'
DEBUG 2007-09-13 15:09:32,250 [http-8080-Processor24] クラス(hogehoge.hogehoge.web.web.register.RegisterTopHogehogePage[register_registerTopHogehogePage])のコンポーネント定義を登録します
DEBUG 2007-09-13 15:09:32,610 [http-8080-Processor23] [TeedaXMLDocumentScannerImpl] no ';'
DEBUG 2007-09-13 15:09:32,782 [http-8080-Processor23] クラス(hogehoge.hogehoge.web.web.register.RegisterHogehogeAccountPage[register_registerHogehogeAccountPage])のコンポーネント定義を登録します
DEBUG 2007-09-13 15:09:33,375 [http-8080-Processor24] クラス(hogehoge.hogehoge.web.logic.impl.CodeCreateLogicImpl[codeCreateLogic])のコンポーネント定義を登録します
DEBUG 2007-09-13 15:09:33,391 [http-8080-Processor24] クラス(hogehoge.hogehoge.web.web.register.RegisterDxo[register_registerDxo])のコンポーネント定義を登録します
DEBUG 2007-09-13 15:09:33,766 [http-8080-Processor24] BEGIN hogehoge.hogehoge.web.web.register.RegisterTopHogehogePage#initialize()
DEBUG 2007-09-13 15:09:33,766 [http-8080-Processor24] END hogehoge.hogehoge.web.web.register.RegisterTopHogehogePage#initialize() : null
DEBUG 2007-09-13 15:09:33,766 [http-8080-Processor24] BEGIN hogehoge.hogehoge.web.web.register.RegisterTopHogehogePage#prerender()
DEBUG 2007-09-13 15:09:33,766 [http-8080-Processor24] END hogehoge.hogehoge.web.web.register.RegisterTopHogehogePage#prerender() : null
DEBUG 2007-09-13 15:09:33,922 [http-8080-Processor23] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogeAccountPage#initialize()
DEBUG 2007-09-13 15:09:33,922 [http-8080-Processor23] END hogehoge.hogehoge.web.web.register.RegisterHogehogeAccountPage#initialize() : null
DEBUG 2007-09-13 15:09:33,922 [http-8080-Processor23] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogeAccountPage#prerender()
DEBUG 2007-09-13 15:09:33,922 [http-8080-Processor23] END hogehoge.hogehoge.web.web.register.RegisterHogehogeAccountPage#prerender() : null
DEBUG 2007-09-13 15:10:29,275 [http-8080-Processor22] クラス(hogehoge.hogehoge.web.validator.TEmailAddressValidator[TEmailAddressValidator])のコンポーネント定義を登録します
DEBUG 2007-09-13 15:10:30,118 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogeAccountPage#doNext()
DEBUG 2007-09-13 15:10:30,134 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogeAccountPage#doNext() : class hogehoge.hogehoge.web.web.register.RegisterHogehogePersonalInfoPage
DEBUG 2007-09-13 15:10:30,243 [http-8080-Processor22] /============================================================================
DEBUG 2007-09-13 15:10:30,243 [http-8080-Processor22]                                                       CountryDao.selectList()
DEBUG 2007-09-13 15:10:30,243 [http-8080-Processor22]                                                       ======================/
DEBUG 2007-09-13 15:10:30,259 [http-8080-Processor22] /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DEBUG 2007-09-13 15:10:30,259 [http-8080-Processor22] AbstractRegisterPage.getHogehogeCountryItems():268 --> CountryBhv.selectList() --> ...
DEBUG 2007-09-13 15:10:30,259 [http-8080-Processor22] - - - - - - - - - -/
DEBUG 2007-09-13 15:10:31,649 [http-8080-Processor22] 物理的なコネクションを取得しました
DEBUG 2007-09-13 15:10:31,743 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:31,853 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:31,868 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:32,571 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:32,899 [http-8080-Processor22] SqlCommand Initialization Cost: [00m02s640ms]
DEBUG 2007-09-13 15:10:33,024 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:33,040 [http-8080-Processor22] select COUNTRY.CREATER_ID, COUNTRY.UPDATER_ID, COUNTRY.CREATE_DATE, COUNTRY.UPDATE_DATE, COUNTRY.COUNTRY_ID, COUNTRY.COUNTRY_NAME  from COUNTRY   order by COUNTRY.COUNTRY_ID asc
DEBUG 2007-09-13 15:10:33,165 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:33,165 [http-8080-Processor22] ===========/ [00m02s906ms - Selected count: 1 first={1,日本,10000,10000,2007-09-10 23:27:46.0,2007-09-10 23:27:46.0}]
DEBUG 2007-09-13 15:10:33,165 [http-8080-Processor22]  
DEBUG 2007-09-13 15:10:33,180 [http-8080-Processor22] /=========================================================================
DEBUG 2007-09-13 15:10:33,180 [http-8080-Processor22]                                                       BankDao.selectList()
DEBUG 2007-09-13 15:10:33,180 [http-8080-Processor22]                                                       ===================/
DEBUG 2007-09-13 15:10:33,180 [http-8080-Processor22] /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DEBUG 2007-09-13 15:10:33,180 [http-8080-Processor22] AbstractRegisterPage.getBankItems():337 --> BankBhv.selectList() --> ...
DEBUG 2007-09-13 15:10:33,180 [http-8080-Processor22] - - - - - - - - - -/
DEBUG 2007-09-13 15:10:33,180 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:33,180 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:33,180 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:33,571 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:33,743 [http-8080-Processor22] SqlCommand Initialization Cost: [00m00s563ms]
DEBUG 2007-09-13 15:10:33,759 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:33,759 [http-8080-Processor22] select BANK.CREATER_ID, BANK.UPDATER_ID, BANK.CREATE_DATE, BANK.UPDATE_DATE, BANK.BANK_ID, BANK.BANK_CODE, BANK.BANK_NAME  from BANK   order by BANK.BANK_ID asc
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22] ===========/ [00m00s594ms - Selected count: 2 first={1,00012,ほげほげ銀行,10000,10000,2007-09-10 09:01:48.0,2007-09-10 09:01:48.0}]
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22]  
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22] /============================================================================
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22]                                                       CountryDao.selectList()
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22]                                                       ======================/
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22] /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22] AbstractRegisterPage.getCountryItems():396 --> CountryBhv.selectList() --> ...
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22] - - - - - - - - - -/
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22] select COUNTRY.CREATER_ID, COUNTRY.UPDATER_ID, COUNTRY.CREATE_DATE, COUNTRY.UPDATE_DATE, COUNTRY.COUNTRY_ID, COUNTRY.COUNTRY_NAME  from COUNTRY   order by COUNTRY.COUNTRY_ID asc
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22] ===========/ [00m00s000ms - Selected count: 1 first={1,日本,10000,10000,2007-09-10 23:27:46.0,2007-09-10 23:27:46.0}]
DEBUG 2007-09-13 15:10:33,774 [http-8080-Processor22]  
DEBUG 2007-09-13 15:10:33,805 [http-8080-Processor22] /===============================================================================
DEBUG 2007-09-13 15:10:33,805 [http-8080-Processor22]                                                       CreditCardDao.selectList()
DEBUG 2007-09-13 15:10:33,805 [http-8080-Processor22]                                                       =========================/
DEBUG 2007-09-13 15:10:33,805 [http-8080-Processor22] /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DEBUG 2007-09-13 15:10:33,805 [http-8080-Processor22] AbstractRegisterPage.getCreditCardItems():421 --> CreditCardBhv.selectList() --> ...
DEBUG 2007-09-13 15:10:33,805 [http-8080-Processor22] - - - - - - - - - -/
DEBUG 2007-09-13 15:10:33,805 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:33,805 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:33,805 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:33,821 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:33,837 [http-8080-Processor22] SqlCommand Initialization Cost: [00m00s032ms]
DEBUG 2007-09-13 15:10:33,884 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:33,884 [http-8080-Processor22] select CREDIT_CARD.CREATER_ID, CREDIT_CARD.UPDATER_ID, CREDIT_CARD.CREATE_DATE, CREDIT_CARD.UPDATE_DATE, CREDIT_CARD.CREDIT_CARD_ID, CREDIT_CARD.CREDIT_CARD_NAME, CREDIT_CARD.CREDIT_CARD_SHORT_NAME, CREDIT_CARD.CREDIT_CARD_CODE  from CREDIT_CARD   order by CREDIT_CARD.CREDIT_CARD_ID asc
DEBUG 2007-09-13 15:10:33,884 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:33,884 [http-8080-Processor22] ===========/ [00m00s079ms - Selected count: 2 first={1,VISA,VISA,0x01002,10000,10000,2007-09-10 09:00:46.0,2007-09-10 09:00:46.0}]
DEBUG 2007-09-13 15:10:33,884 [http-8080-Processor22]  
DEBUG 2007-09-13 15:10:33,915 [http-8080-Processor22] /================================================================================
DEBUG 2007-09-13 15:10:33,915 [http-8080-Processor22]                                                       HogehogeGenreDao.selectList()
DEBUG 2007-09-13 15:10:33,915 [http-8080-Processor22]                                                       ==========================/
DEBUG 2007-09-13 15:10:33,915 [http-8080-Processor22] /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DEBUG 2007-09-13 15:10:33,915 [http-8080-Processor22] AbstractRegisterPage.getGenreItems():541 --> HogehogeGenreBhv.selectList() --> ...
DEBUG 2007-09-13 15:10:33,915 [http-8080-Processor22] - - - - - - - - - -/
DEBUG 2007-09-13 15:10:33,915 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:33,915 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:33,915 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:34,258 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:34,399 [http-8080-Processor22] SqlCommand Initialization Cost: [00m00s484ms]
DEBUG 2007-09-13 15:10:34,399 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:34,399 [http-8080-Processor22] select Hogehoge_GENRE.PATH, Hogehoge_GENRE.CREATER_ID, Hogehoge_GENRE.UPDATER_ID, Hogehoge_GENRE.CREATE_DATE, Hogehoge_GENRE.UPDATE_DATE, Hogehoge_GENRE.Hogehoge_GENRE_ID, Hogehoge_GENRE.Hogehoge_GENRE_CODE, Hogehoge_GENRE.Hogehoge_GENRE_NAME, Hogehoge_GENRE.ITEM_LEVEL  from Hogehoge_GENRE   order by Hogehoge_GENRE.Hogehoge_GENRE_ID asc
DEBUG 2007-09-13 15:10:34,415 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:34,415 [http-8080-Processor22] ===========/ [00m00s500ms - Selected count: 2 first={1,ROCK,ロック,0,ROCK,10000,10000,2007-09-10 23:28:29.0,2007-09-10 23:28:29.0}]
DEBUG 2007-09-13 15:10:34,415 [http-8080-Processor22]  
DEBUG 2007-09-13 15:10:34,446 [http-8080-Processor22] /=========================================================================
DEBUG 2007-09-13 15:10:34,446 [http-8080-Processor22]                                                       PrefDao.selectList()
DEBUG 2007-09-13 15:10:34,446 [http-8080-Processor22]                                                       ===================/
DEBUG 2007-09-13 15:10:34,446 [http-8080-Processor22] /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DEBUG 2007-09-13 15:10:34,446 [http-8080-Processor22] AbstractRegisterPage.getPrefItems():609 --> PrefBhv.selectList() --> ...
DEBUG 2007-09-13 15:10:34,446 [http-8080-Processor22] - - - - - - - - - -/
DEBUG 2007-09-13 15:10:34,446 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:34,446 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:34,446 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:34,727 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:34,868 [http-8080-Processor22] SqlCommand Initialization Cost: [00m00s422ms]
DEBUG 2007-09-13 15:10:34,868 [http-8080-Processor22] 論理的なコネクションを取得しました。tx={0}
DEBUG 2007-09-13 15:10:34,868 [http-8080-Processor22] select PREF.CREATER_ID, PREF.UPDATER_ID, PREF.CREATE_DATE, PREF.UPDATE_DATE, PREF.PREF_ID, PREF.PREF_NAME  from PREF   order by PREF.PREF_ID asc
DEBUG 2007-09-13 15:10:34,930 [http-8080-Processor22] 論理的なコネクションを閉じました。tx={0}
DEBUG 2007-09-13 15:10:34,930 [http-8080-Processor22] ===========/ [00m00s484ms - Selected count: 44 first={1,北海道,10000,10000,2007-09-13 00:23:12.0,2007-09-13 00:23:12.0}]
DEBUG 2007-09-13 15:10:34,930 [http-8080-Processor22]  
DEBUG 2007-09-13 15:10:35,024 [http-8080-Processor22] [TeedaXMLDocumentScannerImpl] no ';'
DEBUG 2007-09-13 15:10:35,102 [http-8080-Processor22] クラス(hogehoge.hogehoge.web.web.register.RegisterHogehogePersonalInfoPage[register_registerHogehogePersonalInfoPage])のコンポーネント定義を登録します
DEBUG 2007-09-13 15:10:35,321 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogePersonalInfoPage#initialize()
DEBUG 2007-09-13 15:10:35,321 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogePersonalInfoPage#initialize() : null
DEBUG 2007-09-13 15:10:35,321 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogePersonalInfoPage#prerender()
DEBUG 2007-09-13 15:10:35,321 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogePersonalInfoPage#prerender() : null
DEBUG 2007-09-13 15:11:33,673 [http-8080-Processor23] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogePersonalInfoPage#doNext()
DEBUG 2007-09-13 15:11:33,689 [http-8080-Processor23] END hogehoge.hogehoge.web.web.register.RegisterHogehogePersonalInfoPage#doNext() : class hogehoge.hogehoge.web.web.register.RegisterHogehogeHogehogeInfoPage
DEBUG 2007-09-13 15:11:33,814 [http-8080-Processor23] [TeedaXMLDocumentScannerImpl] no ';'
DEBUG 2007-09-13 15:11:33,907 [http-8080-Processor23] クラス(hogehoge.hogehoge.web.web.register.RegisterHogehogeHogehogeInfoPage[register_registerHogehogeHogehogeInfoPage])のコンポーネント定義を登録します
DEBUG 2007-09-13 15:11:34,079 [http-8080-Processor23] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogeHogehogeInfoPage#initialize()
DEBUG 2007-09-13 15:11:34,079 [http-8080-Processor23] END hogehoge.hogehoge.web.web.register.RegisterHogehogeHogehogeInfoPage#initialize() : null
DEBUG 2007-09-13 15:11:34,079 [http-8080-Processor23] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogeHogehogeInfoPage#prerender()
DEBUG 2007-09-13 15:11:34,079 [http-8080-Processor23] END hogehoge.hogehoge.web.web.register.RegisterHogehogeHogehogeInfoPage#prerender() : null
DEBUG 2007-09-13 15:12:15,605 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogeHogehogeInfoPage#doNext()
DEBUG 2007-09-13 15:12:15,636 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogeHogehogeInfoPage#doNext() : class hogehoge.hogehoge.web.web.register.RegisterHogehogePaymentPage
DEBUG 2007-09-13 15:12:15,761 [http-8080-Processor22] [TeedaXMLDocumentScannerImpl] no ';'
DEBUG 2007-09-13 15:12:15,793 [http-8080-Processor22] クラス(hogehoge.hogehoge.web.web.register.RegisterHogehogePaymentPage[register_registerHogehogePaymentPage])のコンポーネント定義を登録します
DEBUG 2007-09-13 15:12:15,918 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogePaymentPage#initialize()
DEBUG 2007-09-13 15:12:15,918 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogePaymentPage#initialize() : null
DEBUG 2007-09-13 15:12:32,087 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogePaymentPage#doNext()
DEBUG 2007-09-13 15:12:32,103 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogePaymentPage#doNext() : class hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage
DEBUG 2007-09-13 15:12:32,259 [http-8080-Processor22] [TeedaXMLDocumentScannerImpl] no ';'
DEBUG 2007-09-13 15:12:32,306 [http-8080-Processor22] クラス(hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage[register_registerHogehogeConfirmPage])のコンポーネント定義を登録します
DEBUG 2007-09-13 15:12:32,447 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage#initialize()
DEBUG 2007-09-13 15:12:32,447 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage#initialize() : null
DEBUG 2007-09-13 15:12:32,462 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage#prerender()
DEBUG 2007-09-13 15:12:32,462 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage#prerender() : null
DEBUG 2007-09-13 15:12:40,539 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogePaymentPage#initialize()
DEBUG 2007-09-13 15:12:40,539 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogePaymentPage#initialize() : null
DEBUG 2007-09-13 15:12:45,461 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogePaymentPage#doNext()
DEBUG 2007-09-13 15:12:45,461 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogePaymentPage#doNext() : class hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage
DEBUG 2007-09-13 15:12:45,508 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage#initialize()
DEBUG 2007-09-13 15:12:45,508 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage#initialize() : null
DEBUG 2007-09-13 15:12:45,508 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage#prerender()
DEBUG 2007-09-13 15:12:45,508 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage#prerender() : null
DEBUG 2007-09-13 15:12:52,022 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage#doRegister()
DEBUG 2007-09-13 15:12:52,022 [http-8080-Processor22] BEGIN hogehoge.hogehoge.web.web.register.RegisterDxo#convertUserAccount(hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage$$EnhancedByS2AOP$$[E-MAIL ADDRESS DELETED])
DEBUG 2007-09-13 15:12:52,179 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterDxo#convertUserAccount(hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage$$EnhancedByS2AOP$$[E-MAIL ADDRESS DELETED]) : {[E-MAIL ADDRESS DELETED],null,null,null,null,null}
DEBUG 2007-09-13 15:12:52,225 [http-8080-Processor22] END hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage#doRegister() Throwable:java.lang.RuntimeException: The selectNextVal() of the table threw the exception: USER_ACCOUNT
DEBUG 2007-09-13 15:12:52,257 [http-8080-Processor22] The selectNextVal() of the table threw the exception: USER_ACCOUNT
java.lang.RuntimeException: The selectNextVal() of the table threw the exception: USER_ACCOUNT
	at hogehoge.hogehoge.common.dbflute.allcommon.bhv.AbstractBehaviorReadable.readNextVal(AbstractBehaviorReadable.java:421)
	at hogehoge.hogehoge.common.dbflute.allcommon.bhv.AbstractBehaviorWritable.injectSequenceToPrimaryKeyIfNeeds(AbstractBehaviorWritable.java:413)
	at hogehoge.hogehoge.common.dbflute.allcommon.bhv.AbstractBehaviorWritable.filterEntityOfInsert(AbstractBehaviorWritable.java:88)
	at hogehoge.hogehoge.common.dbflute.bsbhv.BsUserAccountBhv.delegateInsert(BsUserAccountBhv.java:275)
	at hogehoge.hogehoge.common.dbflute.bsbhv.BsUserAccountBhv.insert(BsUserAccountBhv.java:16439)
	at hogehoge.hogehoge.web.web.register.AbstractRegisterPage.registerUserAccount(AbstractRegisterPage.java:774)
	at hogehoge.hogehoge.web.web.register.AbstractRegisterPage.registerProducer(AbstractRegisterPage.java:732)
	at hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage.doRegister(RegisterHogehogeConfirmPage.java:14)
	at hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage$$EnhancedByS2AOP$$906181.$$doRegister$$invokeSuperMethod$$(RegisterHogehogeConfirmPage$$EnhancedByS2AOP$$906181.java)
	at hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage$$EnhancedByS2AOP$$906181$$MethodInvocation$$doRegister2.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.framework.aop.interceptors.ThrowsInterceptor.invoke(ThrowsInterceptor.java:77)
	at hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage$$EnhancedByS2AOP$$906181$$MethodInvocation$$doRegister2.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.framework.aop.interceptors.TraceInterceptor.invoke(TraceInterceptor.java:73)
	at hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage$$EnhancedByS2AOP$$906181$$MethodInvocation$$doRegister2.proceed(MethodInvocationClassGenerator.java)
	at hogehoge.hogehoge.web.web.register.RegisterHogehogeConfirmPage$$EnhancedByS2AOP$$906181.doRegister(RegisterHogehogeConfirmPage$$EnhancedByS2AOP$$906181.java)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.seasar.framework.util.MethodUtil.invoke(MethodUtil.java:73)
	at org.seasar.framework.beans.impl.BeanDescImpl.invoke(BeanDescImpl.java:213)
	at org.seasar.teeda.extension.html.impl.HtmlComponentInvokerImpl.invoke(HtmlComponentInvokerImpl.java:159)
	at org.seasar.teeda.extension.html.impl.HtmlActionListener.processAction(HtmlActionListener.java:62)
	at javax.faces.component.UICommand.broadcast(UICommand.java:149)
	at org.seasar.teeda.extension.component.html.THtmlCommandButton.broadcast(THtmlCommandButton.java:73)
	at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:192)
	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:117)
	at org.seasar.teeda.core.lifecycle.impl.InvokeApplicationPhase.executePhase(InvokeApplicationPhase.java:29)
	at org.seasar.teeda.core.lifecycle.AbstractPhase.execute(AbstractPhase.java:57)
	at org.seasar.teeda.core.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:97)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:94)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
	at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
	at org.seasar.framework.container.hotdeploy.HotdeployFilter.doFilter(HotdeployFilter.java:70)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
	at org.seasar.framework.container.filter.S2ContainerFilter.doFilter(S2ContainerFilter.java:77)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
	at org.seasar.extension.filter.EncodingFilter.doFilter(EncodingFilter.java:69)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
	at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hogehoge.hogehoge.common.dbflute.allcommon.bhv.AbstractBehaviorReadable.readNextVal(AbstractBehaviorReadable.java:417)
	... 56 more

───────────────────────────────
 株式会社 グランテック
 代表取締役社長
 加藤 潤一 Junichi Kato

〒154-0012
東京都世田谷区駒沢2-16-1 サンドー駒沢ビル4F
TEL 050-5538-2383  FAX 03-3487-7211
HP : http://www.grandtech.jp/
BLOG : http://d.hatena.ne.jp/j5ik2o/
E-MAIL : [E-MAIL ADDRESS DELETED]




Seasar-user メーリングリストの案内