testWeb+tomcat6.0出錯
儲存新增的記錄時報錯:
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.AopClient - [JdonFramework] enter AOP invoker for:com.jdon.framework.test.service.TestServicePOJOImp method:createUser
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.joinpoint.AdvisorChainFactory - [JdonFramework] enter create PointcutAdvisor
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.joinpoint.AdvisorChainFactory - [JdonFramework] find all service's interceptos size=1
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.joinpoint.AdvisorChainFactory - [JdonFramework] find pojoService's interceptos size=4
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.MethodConstructor - [JdonFramework] enter create the Method
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.MethodConstructor - [JdonFramework] createPOJO Method :createUser for target service: testService
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.container.pico.PicoContainerWrapper - [JdonFramework]getComponentClass: name=testService
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.ProxyMethodInvocation - [JdonFramework] method.getName() :createUser
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.AopClient - [JdonFramework] MethodInvocation will proceed ...
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.interceptor.PoolInterceptor - [JdonFramework] enter PoolInterceptor
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.interceptor.PoolInterceptor - [JdonFramework] borrow a object:com.jdon.framework.test.service.TestServicePOJOImp id:32607422 from pool
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.interceptor.PoolInterceptor - [JdonFramework]pool state: active=1 free=0
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.ProxyMethodInvocation - [JdonFramework] finish call all inteceptors
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.ProxyMethodInvocation - [JdonFramework]enter method reflection
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.ProxyMethodInvocation - [JdonFramework] target:com.jdon.framework.test.service.TestServicePOJOImp service's method:createUser running..
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.ProxyMethodInvocation - [JdonFramework] it is pojo target service
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.MethodInvokerUtil - [JdonFramework] method invoke: com.jdon.framework.test.service.TestServicePOJOImp method=createUser
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.model.query.JdbcTemp - [JdonFramework]--> enter getSingleObject
2007-08-27 22:43:30,500 [http-8080-1] ERROR com.jdon.framework.test.service.TestServicePOJOImp - java.lang.Exception: SQLException: Cannot create JDBC driver of class '' for connect URL 'null'
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.MethodInvokerUtil - [JdonFramework] method invoke successfully
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.interceptor.PoolInterceptor - [JdonFramework] realease a object:com.jdon.framework.test.service.TestServicePOJOImp to pool
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.controller.service.WebServiceImp - +++++++++++++++execute service='testService' method='createUser' successfully!
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.controller.service.WebServiceImp - ++++++++++++++++++++++++++++++<end:
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.model.handler.HandlerObjectFactory - [JdonFramework]--> return Modelhandler instance successfullycom.jdon.model.handler.XmlModelHandler10
2007-08-27 22:43:30,500 [http-8080-1] ERROR com.jdon.strutsutil.ModelSaveAction - [JdonFramework] save error!! USER.CREATE.ERROR
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.AopClient - [JdonFramework] enter AOP invoker for:com.jdon.framework.test.service.TestServicePOJOImp method:createUser
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.joinpoint.AdvisorChainFactory - [JdonFramework] enter create PointcutAdvisor
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.joinpoint.AdvisorChainFactory - [JdonFramework] find all service's interceptos size=1
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.joinpoint.AdvisorChainFactory - [JdonFramework] find pojoService's interceptos size=4
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.MethodConstructor - [JdonFramework] enter create the Method
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.MethodConstructor - [JdonFramework] createPOJO Method :createUser for target service: testService
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.container.pico.PicoContainerWrapper - [JdonFramework]getComponentClass: name=testService
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.ProxyMethodInvocation - [JdonFramework] method.getName() :createUser
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.AopClient - [JdonFramework] MethodInvocation will proceed ...
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.interceptor.PoolInterceptor - [JdonFramework] enter PoolInterceptor
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.interceptor.PoolInterceptor - [JdonFramework] borrow a object:com.jdon.framework.test.service.TestServicePOJOImp id:32607422 from pool
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.interceptor.PoolInterceptor - [JdonFramework]pool state: active=1 free=0
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.ProxyMethodInvocation - [JdonFramework] finish call all inteceptors
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.ProxyMethodInvocation - [JdonFramework]enter method reflection
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.ProxyMethodInvocation - [JdonFramework] target:com.jdon.framework.test.service.TestServicePOJOImp service's method:createUser running..
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.ProxyMethodInvocation - [JdonFramework] it is pojo target service
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.MethodInvokerUtil - [JdonFramework] method invoke: com.jdon.framework.test.service.TestServicePOJOImp method=createUser
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.model.query.JdbcTemp - [JdonFramework]--> enter getSingleObject
2007-08-27 22:43:30,500 [http-8080-1] ERROR com.jdon.framework.test.service.TestServicePOJOImp - java.lang.Exception: SQLException: Cannot create JDBC driver of class '' for connect URL 'null'
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.reflection.MethodInvokerUtil - [JdonFramework] method invoke successfully
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.aop.interceptor.PoolInterceptor - [JdonFramework] realease a object:com.jdon.framework.test.service.TestServicePOJOImp to pool
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.controller.service.WebServiceImp - +++++++++++++++execute service='testService' method='createUser' successfully!
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.controller.service.WebServiceImp - ++++++++++++++++++++++++++++++<end:
2007-08-27 22:43:30,500 [http-8080-1] DEBUG com.jdon.model.handler.HandlerObjectFactory - [JdonFramework]--> return Modelhandler instance successfullycom.jdon.model.handler.XmlModelHandler10
2007-08-27 22:43:30,500 [http-8080-1] ERROR com.jdon.strutsutil.ModelSaveAction - [JdonFramework] save error!! USER.CREATE.ERROR
相關文章
- 建立Maven專案出錯 pom出錯Maven
- oracle出錯Oracle
- 釋出時出錯.求助
- Oracle 出錯解析Oracle
- 程式出錯時如何找到錯誤?
- java.exe出錯錯誤分析 (轉)Java
- GetDlgItem() 出現錯誤Git
- golang解析html出錯GolangHTML
- 配置hacmp時出錯ACM
- 安裝jivejdon出錯
- 申請VIP出錯!
- Jive執行出錯!
- windows installer出錯Windows
- 安裝jasperwave出錯
- ORACLE 建庫出錯Oracle
- x-ui出錯UI
- List擴充套件方法出錯,this關鍵詞出錯,解決方案套件
- 除錯的第一個Jdon出錯資訊除錯
- 安裝出錯,說jiveHome驗證錯誤
- Opencv出現detecMultiScale錯誤OpenCV
- tomcat釋出報錯Tomcat
- python from import 出錯PythonImport
- CMake出錯的處理
- QT中文編譯出錯QT編譯
- 建立Maven專案出錯Maven
- expdp exclude/include 命令出錯
- 雙機安裝出錯!!!
- 使用HttpClient時出錯NoClassDefFoundErrorHTTPclientError
- RPC使用 IE出錯RPC
- jdon安裝出錯拉!!
- jni編譯出錯!急!!編譯
- oracle10g rac(rhel)_srvctl star執行出錯_crs_stop出錯Oracle
- Metasploit遠端呼叫Nessus出錯
- Laravel 出現 419 錯誤Laravel
- AS打包出現app:transformClassesAndResourcesWithProguardForRelease錯誤APPORM
- 如何避免空指標出錯?指標
- 使用 sudo 命令出現錯誤
- Xamarin.iOS編譯出錯iOS編譯