当前位置: 代码迷 >> JDBCException的解决方案
 
  • 用hibernateTemplate时实施query.list()时报错,query对象看后台输出已经获取到了,但执行query.list()方法就报错,求大神

    用hibernateTemplate时执行query.list()时报错,query对象看后台输出已经获取到了,但执行query.list()方法就报错,求大神java代码: Stringsql="selectcount(*)fromEmployeewherename="+name+"andpassword="+password;Queryquery=hibernateTemplate.getSe...

    151
    热度
  • 首次使用hibernate 报出的sqlstate有关问题

    首次使用hibernate报出的sqlstate问题第一次使用Hibernate连接SQlServer2000数据库在进行插入操作的时候没有报出错误但是报出了警告虽说不是很严重的问题但是我想解决这个问题在google没有找到相应的问题解决方案希望在这里得到帮助我使用一个JavaCode来放置出错信息Javacode21:40:08,046WARNJDBCException'>JDBCExcepti...

    23
    热度
  • org.hibernate.TransactionException: Transaction not successfully started

    紧急求助!这是我使用hibernate往MySQL中注入数据时出现的错误,我是新手,求教怎么解决呢org.hibernate.exception.JDBCConnectionException:Cannotopenconnection atorg.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:99) ato...

    686
    热度
  • 一个让人头痛的有关问题

    一个让人头痛的问题在项目中我使用SpringJDNI进行数据连接.开始在服务器上没什么问题.可是有时会报错误:错误日志如下Thelastpacketsuccessfullyreceivedfromtheserverwas56275millisecondsago.Thelastpacketsentsuccessfullytotheserverwas56275millisecondsago,which...

    188
    热度
  • java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]对象名

    hibernate怪异问题?<classname="Customer"dynamic-insert="true"dynamic-update="true"><idname="id"><generatorclass="increment"/></id>&...

    116
    热度
  • 关于Hibernate连接数据库有关问题

    关于Hibernate连接数据库问题我在配置连接池时出错了,请大家给点办法:hibernate.cfg.xml<propertyname="connection.username">hbdzjgxt</property> <propertyname="connection.url">jdbc:sybase:Tds:10.1...

    32
    热度
  • hql 用了order by+rownum ORA-00918: 未明确定义列 指教!

    hql用了orderby+rownumORA-00918:未明确定义列在线等指教!!!2011-10-2708:41:52,625DEBUG[org.hibernate.hql.ast.QueryTranslatorImpl]-HQL:fromssh2.wq.fn.entity.Questionqorderbyq.answernumdesc2011-10-2708:41:52,625DEBUG[o...

    968
    热度
  • hibernate有关问题 error establishing socket

    hibernate问题errorestablishingsocket在网上找了好多资料也安装了sp4补丁与数据库连接正常就是hibernate连不上.求解答出错信息:Exceptioninthread"main"org.hibernate.exception.JDBCConnectionException:Cannotopenconnection atorg.hibernate...

    126
    热度
  • ,hibernate更新对象的属性时乱码,无法插入mysql,很简单的有关问题编码有关问题 小弟我的都设的UTF-8啊怎么处理

    在线等,hibernate更新对象的属性时乱码,无法插入mysql,很简单的问题编码问题我的都设的UTF-8啊怎么办?错误信息:Hibernate:selectmovie0_.idasid0_0_,movie0_.daoyanasdaoyan0_0_,movie0_.daymovieasdaymovie0_0_,movie0_.describeasdescribe0_0_,movie0_.diqu...

    48
    热度
  • 用hibernate连接my sql的有关问题

    用hibernate连接mysql的问题?编译可以通过,但运行时候出现超多的问题..盼高人指教!!!log4j:WARNNoappenderscouldbefoundforlogger(org.hibernate.cfg.Environment).log4j:WARNPleaseinitializethelog4jsystemproperly.Exceptioninthread"main...

    35
    热度
  • hibernate配置c3p0的有关问题

    hibernate配置c3p0的问题我在hibernate中配置c3p0的xml如下:<?xmlversion='1.0'encoding='utf-8'?><!DOCTYPEhibernate-configurationPUBLIC"-//Hibernate/HibernateConfigurationDTD//EN"&quo...

    17
    热度
  • 大侠们快来帮忙模糊查询小弟我的控制台报这样的异常是什么意思,如何改啊

    大侠们快来帮忙模糊查询我的控制台报这样的错误是什么意思,怎么改啊?fromBookinfotabasbi,Bookcatalogtabasbcwhere1=1andbc.bookId=bi.bookIdandbi.shopId=1fromBookinfotabasbi,Bookcatalogtabasbcwhere1=1andbc.bookId=bi.bookIdandbi.shopId=1and...

    65
    热度
  • hibernate3使用了一段时间以后,Connection reset 无法连接数据库,该如何解决

    hibernate3使用了一段时间以后,Connectionreset无法连接数据库APP:ORACLE10GapplicationServerDB:ORACLE10G表示层使用STRUTS,持久化层直接使用hibernate3,没有用spring进行管理连接使用APPserver的DATASOURCE进行连接每次调用数据连接时,都会用HibernateSessionFactory.getCurr...

    245
    热度
  • 关于hibernate加锁的有关问题?大家进来看一下

    关于hibernate加锁的问题?大家进来看一下。我使用hibernate访问ORACLE9i数据库,首先数据要分页然后要加悲观锁,语句如下:StringhqlStr="fromMessageEntitymeswheremes.messageChannel=:mcv";quMessage=session.createQuery(hqlStr);quMessage.setLock...

    50
    热度
  • hibernate 和sybase 有关问题,高手帮忙看看

    hibernate和sybase问题,高手帮忙看看错误信息:org.hibernate.exception.GenericJDBCException:couldnotexecutequery atorg.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103) ator...

    54
    热度
  • 呼救:Exception in thread "main" org.springframework.dao.InvalidDataAccessResourceUsageException: Could not execute JDBC batch u

    求救:Exceptioninthread"main"org.springframework.dao.InvalidDataAccessResourceUsageException:CouldnotexecuteJDBCbatchu我在做Spring+Hibernate时遇见了下面的问题,已经错了好几天了,数据库也从新建了,表关系也重新映射了。。。。。求救SOSlog4j:WAR...

    858
    热度
  • 下传文件并split后保存到表的有关问题

    上传文件并split后保存到表的问题本身不复杂的一件事,上传后按行读取文件,内容用逗号分隔,split后就存入表,也不需要更多的数据处理。但是保存时报错:[WARN]12120611:22:45,093JDBCException'>JDBCExceptionReporter:77-SQLError:0,SQLState:22001[ERROR]12120611:22:45,093JDBCExcep...

    7926
    热度
  • SpringMVC+Hibernate搭建的项目中出现连接池被占满整有关问题?

    SpringMVC+Hibernate搭建的项目中出现连接池被占满整问题??SpringMVC+Hibernate搭建的项目中出现连接池被占满整个程序死掉啦!我google了好久还是不知道具体怎么搞!!有那为知道啊?帮忙解决一下啊?下面是错误信息……[2012-09-17.20:52:57]WARN-[org.hibernate.util.JDBCException'>JDBCExceptionR...

    1201
    热度
  • hibernate奇怪的错误

    hibernate奇怪的异常插入100条每次都是奇数条成功偶数条抛这个异常每次只能插入50条求高手帮忙Hibernate:insertintoH_SAM_SAMPLE(SAMPLE_TYPE_ID,AREA_ID,SAMPLE_NUM,OLD_SAMPLE_NUM,ORDER_ID,SHOW_NAME,IS_MANY,MANY_ID,IS_GET,CHECK_SITE,INT_NO,INT_TOT...

    7044
    热度
  • SSH项目连接服务器下的MYSQL报错

    SSH项目连接服务器上的MYSQL报错org.springframework.dao.DataAccessResourceFailureException:Cannotopenconnection;nestedexceptionisorg.hibernate.exception.JDBCConnectionException:CannotopenconnectionCausedby:org.hib...

    8854
    热度