当前位置: 代码迷 >> JDBCException的解决方案
 
  • SQL Error: 933, SQLState: 42000,ORA-00933: SQL 下令未正确结束

    SQLError:933,SQLState:42000,ORA-00933:SQL命令未正确结束2013-05-1710:31:29SQLError:933,SQLState:420002013-05-1710:31:29ORA-00933:SQL命令未正确结束org.hibernate.exception.SQLGrammarException:couldnotexecutequery ator...

    562
    热度
  • Hibernate有关问题(org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch update)

    请教高手Hibernate问题(org.hibernate.exception.SQLGrammarException:CouldnotexecuteJDBCbatchupdate)提示的错误内容如下:Hibernate:selectmax(ID)fromTGS_ENTERPRISE_COUNTINFOHibernate:insertintoTGS_ENTERPRISE_COUNTINFO(QYZ...

    350
    热度
  • 提示:You have an error in your SQL syntax,该怎么处理

    提示:YouhaveanerrorinyourSQLsyntaxJavacode/***添加操作记录*/publicStatisticssaveStatistics(Integerstatus,List<BlogStatus>batchProcess){Statisticsstat=newStatistics();Articlearticle=getArticle();Useruser...

    404
    热度
  • ,小弟我重装了mysql后,系统报Connections could not be acquired from the underlying database

    求救,我重装了mysql后,系统报Connectionscouldnotbeacquiredfromtheunderlyingdatabase2011-8-2613:58:07org.hibernate.util.JDBCException'>JDBCExceptionReporterlogExceptions严重:Connectionscouldnotbeacquiredfromtheunder...

    30
    热度
  • 请高手解决一个启动Tomcat服务器出现的异常

    请高手解决一个启动Tomcat服务器出现的错误!TSAIP][ERROR]2012-03-2812:58:31,328org.hibernate.util.JDBCException'>JDBCExceptionReporter(JDBCExceptionReporter.java:78)-5860[main]-Listenerrefusedtheconnectionwiththefollowin...

    31
    热度
  • org.hibernate.exception.GenericJDBCException: could not insert: [org.cn.com.wceb,该如何解决

    org.hibernate.exception.GenericJDBCException:couldnotinsert:[org.cn.com.wceblog4j:WARNNoappenderscouldbefoundforlogger(org.hibernate.cfg.Environment).log4j:WARNPleaseinitializethelog4jsystemproperly.H...

    368
    热度
  • hibernate 怎么查询带有外键的表

    hibernate如何查询带有外键的表如题,我有两个表,结构如下createtableuser(intidprimarykey,namevarchar(20),passwordvarchar(20));createtableconsume(intidprimarykey,uservarchar(20),.......foreignkey(user)referencsuser(name)ondele...

    81
    热度
  • Could not execute JDBC batch update 

    大侠们帮忙看看这个是什么问题关于外键约束的Cannotaddorupdateachildrow:aforeignkeyconstraintStrutsProblemReportStrutshasdetectedanunhandledexception:Messages:Cannotaddorupdateachildrow:aforeignkeyconstraintfails(`myshop`.`t...

    439
    热度
  • 急hibernate发出sql语句出错 列名出错'trade0_accountID_accountID',该怎么解决

    急急急!!hibernate发出sql语句出错列名出错'trade0_.accountID_accountID'数据库中两个表关联AccountTradeTrade表中的AccountID是外键是Account表的主键实体类设置的是多对一hibernate的sql语句发出出错了'trade0_.accountID_accountID'应为'trade0_.accountID现在多了个ccountI...

    59
    热度
  • oracle10g和hibernate有关问题

    oracle10g和hibernate问题开始配置如下 <propertyname="myeclipse.connection.profile">oracle9</property> <propertyname="connection.url">jdbc:oracle:thin:@localhost:1521:tourIN...

    29
    热度
  • hibernate中怎么执行show tables

    hibernate中如何执行showtables如题:Sessionsession=HibernateSessionFactory.getSession();List<?>list=session.createSQLQuery("showtables").list();System.out.println(list);报错:Exceptioninthread&quo...

    594
    热度
  • 使用atomikos 配置的数据源,

    使用atomikos配置的数据源,急在线等控制台报错信息:ERROR[JDBCException'>JDBCExceptionReporter]Connectionpoolexhausted-tryincreasing'maxSize'and/or'borrowConnectionTimeout'ontheDataSourceBean.配置代码:<beanid="phrDS&quo...

    18
    热度
  • 链接出有关问题了,hibernate,mysql的配置有关问题?报错信息

    链接出问题了,hibernate,mysql的配置问题?报错信息下面是我的报错信息,我找不出来那里错了,青帮帮忙。17:40:39,359ERRORJDBCException'>JDBCExceptionReporter:58-Accessdeniedforuser:'root@localhost'(Usingpassword:YES)net.sf.hibernate.except...

    71
    热度
  • hibernate连接mysql中的有关问题

    hibernate连接mysql中的问题程序是一个实现向建好的MySQL数据库里加入一条记录,但是出现下面的错误信息,请高手指教一下,谢谢log4j:WARNNoappenderscouldbefoundforlogger(org.hibernate.cfg.Environment).log4j:WARNPleaseinitializethelog4jsystemproperly.Hibernat...

    32
    热度
  • 刚学用annotation写hibernate,出有关问题啦。

    刚学用annotation写hibernate,出问题啦。。。我已经在数据库中建好了一个TBUSER表,这表里就一个主键字段。。没别的了,就是为了测试然后用annotation写了一个User类Javacode@Entity@Table(name="TBUSER")@GenericGenerator(name="user_increment",strateg...

    145
    热度
  • 警告: SQL Error: 0, SQLState: null,严重: Cannot create PoolableConnectionFactory,该怎么解决

    警告:SQLError:0,SQLState:null,严重:CannotcreatePoolableConnectionFactoryJavacode警告:SQLError:0,SQLState:null2010-4-2013:34:50org.hibernate.util.JDBCException'>JDBCExceptionReporterlogExceptions严重:Cannotcre...

    1579
    热度
  • java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver解决思路

    java.lang.ClassNotFoundException:com.microsoft.jdbc.sqlserver.SQLServerDriver警告:SQLError:0,SQLState:null2012-1-1410:24:54org.hibernate.util.JDBCException'>JDBCExceptionReporterlogExceptions严重:Cannotlo...

    185
    热度
  • hibernate报错,该如何解决

    hibernate报错错误如下:org.hibernate.exception.ConstraintViolationException:couldnotinsert:[orm.Userinfo] org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71) org.hibernate.exception....

    111
    热度
  • hibernate annotation多对一存储有关问题

    hibernateannotation多对一存储问题我有两个类问题和问题类型。Question和QuestionType,一对多。Question表里有QuestionType的外键,并且我想Questiontype是不能重复的,比如问卷类型就那几个,课堂反馈、网上调查等。所以在QuestionType的qt_des字段设置unique,我在savaquestion时就不能插入questionTy...

    141
    热度
  • 技术大拿们帮小弟我瞧瞧啊···这是为什么

    技术大拿们帮我瞧瞧啊···这是为什么?62156[http-8090-11]ERRORdef.AbstractFlushingEventListener-Couldnotsynchronizedatabasestatewithsessionorg.hibernate.exception.ConstraintViolationException:Couldnotexec...

    501
    热度