当前位置: 代码迷 >> 41051的解决方案
 
  • java mybits集成 数据类型转换异常

    javamybits集成数据类型转换错误java中的Long类型对应mybits的javaType是什么类型,我用BIGINT的,但是修改的时候报错Exceptioninthread"main"org.mybatis.spring.MyBatisSystemException:41051'>nestedexceptionisorg.apache.ibatis.exception...

    71
    热度
  • tomcat启动时报错,求解?该如何处理

    tomcat启动时报错,求解?出来两句错误提示1ERROR[org.springframework.web.context.ContextLoader]-ContextinitializationfailedCannotfindclass[com.ideal.framework.ibatis.SqlMapClientFactoryBean]forbeanwithname'sqlMapClient'...

    10
    热度
  • spring 组合 rmi后 调用出错

    spring结合rmi后调用出错java.rmi.UnmarshalException:errorunmarshallingreturn;41051'>nestedexceptionis: java.lang.ClassNotFoundException:org.springframework.remoting.rmi.RmiInvocationWrapper_Stub(nosecurityman...

    770
    热度
  • 关于spring配置文件加载的有关问题

    关于spring配置文件加载的问题我们项目经理把Spring的配置文件放在了WEB-INF下,不让我们改路径,Spring的配置文件的名字是applicationContext.xml,我们这是web项目我想用这个方法BeanFactoryfactory=newClassPathXmlApplicationContext("applicationContext.xml");To...

    72
    热度
  • org.springframework.remoting.RemoteAccessException: Cannot access Hessian

    hessian+spring远程访问异常同事写的hessianservice,部署在远端的resin上,用他的测试用例跑,我抓http包然后我自己写个web应用,部署在本机的resin上,也去调这个hessianservice,用一个jsp触发调用。结果总是异常[show]com.caucho.hessian.io.HessianProtocolException:expectedhessianr...

    497
    热度
  • Hibernate中怎么执行不等于查询

    Hibernate中如何执行不等于查询?使用getHibernateTemplate()查询数据库:Javacodethis.getHibernateTemplate().find("frommytablewhereid='0001'");上面的代码可以正常执行,然后执行不等于查询Javacodethis.getHibernateTemplate().find("fr...

    375
    热度
  • 配置 spring batch 报错,该如何处理

    配置springbatch报错突然要用到SpringBatch,就在网上找了一个小例子熟悉下。但在部署环境时老是会报错。例子:http://www.cnblogs.com/gulvzhe/archive/2011/10/31/2230655.htmlspring3.0+Eclipse+spring-batch2.1.8报错信息如下:Exceptioninthread"main"...

    680
    热度
  • 一个关于 org.hibernate.LockMode类的有关问题

    一个关于org.hibernate.LockMode类的问题我对数据库做了一些修改,然后也做了相应的映射,但是运行后报错严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.context.ContextLoaderListenerorg.springframework....

    87
    热度
  • 冰天雪地跪求解决新手S2SH框架有关问题

    冰天雪地跪求解决新手S2SH框架问题严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanCreationException:Errorc...

    130
    热度
  • org.springframework.transaction.TransactionSystemException:

    添加成功了!但是报错了!org.springframework.transaction.TransactionSystemException:CouldnotcommitHibernatetransaction;41051'>nestedexceptionisorg.hibernate.TransactionException:Transactionnotsuccessfullystartedor...

    472
    热度
  • 请大家指点admin is not mapped [from admin where username=? and password=?],该如何处理

    请大家指点adminisnotmapped[fromadminwhereusername=?andpassword=?]最近在学ssh,所以这是第一次用ssh搭建的web程序,数据库里有个admin的表,然后有id,username,password三个属性严重:Servlet.service()forservlet[action]incontextwithpath[/BookSSH]threwe...

    200
    热度
  • ->Spring 中使用Before advice报了一堆错<该如何解决

    ---------------->Spring中使用Beforeadvice报了一堆错<-----------org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'org.springframework.aop.config.internalAutoProxyCreator':...

    171
    热度
  • sh整合,该怎么解决

    sh整合,急急急急急异常IOExceptionparsingXMLdocumentfromclasspathresource[WEB-INFO/applicationContext.xml];41051'>nestedexceptionisjava.io.FileNotFoundException:classpathresource[WEB-INFO/applicationContext.xml]...

    49
    热度
  • 求解啊解决方案

    求解啊。org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'hibernateTemplate'definedinfile[D:\file\myeclipsese\RPIntoSavePinSystem\bin\spring\applicationContext-common.xml]:...

    48
    热度
  • hibernate持久化数据是中文导致的有关问题,求高手出招

    hibernate持久化数据是中文导致的问题,求高手出招hibernate持久化一个对象到oracle数据库,有个中文属性,执行getHibernateTemplate().saveOrUpdate(u);语句是出现Hibernateflushing:CouldnotexecuteJDBCbatchupdate;uncategorizedSQLExceptionforSQL[insertintop...

    82
    热度
  • Cannot create PoolableConnectionFactory解决方案

    CannotcreatePoolableConnectionFactoryCouldnotopenJDBCConnectionfortransaction;41051'>nestedexceptionisorg.apache.commons.dbcp.SQLNestedException:CannotcreatePoolableConnectionFactory(Accessdeniedforus...

    623
    热度
  • 紧急一个spring注解有关问题,启动报错Error creating bean with name

    紧急求救一个spring注解问题,启动报错Errorcreatingbeanwithname我的项目使用了spring注解的方式,在每一层中做了标示,用的是@Component(name="xxx")和@Resource(name="xxx"),但是当我启动时会报如下错误,具体原因在网上找出,应该是注入的变量必须是接口类型,但是我的已经指定为接口类型,请大家...

    67
    热度
  • 用hibernate往数据库save记录抛出错误,不知是什么原因,各位帮看看,找了很久了

    用hibernate往数据库save记录抛出异常,不知是什么原因,各位帮看看,找了很久了thedetachedinstancepassedtodelete()hadanullidentifier;41051'>nestedexceptionisorg.hibernate.TransientObjectException:thedetachedinstancepassedtodelete()hada...

    209
    热度
  • 怎么解决该有关问题: signer information does not match signer information

    请教高手如何解决该问题:signerinformationdoesnotmatchsignerinformation严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.context.ContextLoaderListenerorg.springframework.be...

    383
    热度
  • RMI中如何会自动把IP从内网映射到外网啊

    RMI中怎么会自动把IP从内网映射到外网啊??服务器的内网IP是192.168.1.101外网IP是169.254.150.56JavacodeNaming.lookup("rmi://192.168.1.101/Db");可以成功的获得对象,但是执行该对象上的方法时会报出异常java.rmi.ConnectException:Connectionrefusedtohost:1...

    3829
    热度