JiveJdon Community Forums
在线205人   首页   主题表   培训咨询   标签   精华   查搜   注册    登陆 RSS
首页 » 论坛 » 开源JdonFramework及其应用案例论坛
???en_US.forumThreadPrev.name??? 上一主题
  Go back to the topic 返回本主题   Go back to the topic listing返回主题列表
???en_US.forumThreadNext.name??? 下一主题
Go 总共有 1 回复 / 1
 发表新帖子   回复该主题贴
evanzhang

悄悄话
发表文章: 2
注册时间: 2007年08月27日 16:49
testWeb+tomcat6.0出错 2007年08月27日 23:00 到本帖网址 加入本帖到收藏夹 发送到手机 回复该主题
标签列表
保存添加的记录时报错:
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
banq

悄悄话
发表文章: 9528
注册时间: 2002年08月03日 17:08
回复:testWeb+tomcat6.0出错 2007年08月28日 16:43 到本帖网址 加入本帖到收藏夹 发送到手机 回复该主题
>com.jdon.framework.test.service.TestServicePOJOImp - java.lang.Exception: SQLException: Cannot create JDBC driver of class '' for connect URL 'null'

这是因为数据库源DataSource没有发现,tomcat 6的数据源配置和Tomcat 5等有些不一样(按照tomcat5 在server.xml配置datasource JNDI的配置拷贝到tomcat6中就出现上述现象),我也碰到这个现象,还没有找到解决办法,如果各位有能够支招一下,谢谢。
这个主题有 1 回复 / 1Go
???en_US.forumThreadPrev.name??? 上一主题
  Go back to the topic 返回本主题   Go back to the topic listing返回主题列表    返回页首返回页首
???en_US.forumThreadNext.name??? 下一主题
热点TAG: AOP cache 缓存 DDD EJB 集群 设计模式 Hibernate IOC JiveJdon OO RBAC Seam Spring Struts
正在读取,请等待...
google yahoo 新浪ViVi 365Key网摘 天极网摘 CSDN网摘 添加到百度搜藏 POCO网摘 博采网摘
查询本论坛内 回复超过的热门帖子
     回复该主题贴
标题
 
粗体 斜体 下划线 插入图片 插入代码 插入url链接 插入附件
内容
  每2分种自动备份发贴内容Ctrl-V粘贴取出,提问题前先查询标签列表

RSS 手机阅读 add to google add to yahoo
解惑之道在J道 ,打造中国最具影响力的的企业软件社区
OpenSource JIVEJDON v3.0 Powered by JdonFramework Code © 2002-08 jdon.com

anti spam