-
org.hibernate.exception.ConstraintViolationException: Could
这个东西怎么回事?一提交就这样typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.exceptionorg.hibernate.exception.ConstraintViolationException:Couldnot...
46
热度 -
org.springframework.jdbc.BadSqlGrammarException: Bad SQL
高手求助!!!!!!!!!!!!12007-01-2211:11:57,968[com.ascent.dao.hibernate.CustomerHibernateDAO]-[DEBUG]根据用户姓名得到用户信息!Hibernate:selectcustomer0_.customer_idascustomer1_,customer0_.cust_nameascust_name,customer0_...
551
热度 -
oracle hibernate eclipse报用户名密码错解决方法
oraclehibernateeclipse报用户名密码错本帖最后由Isildur2010于2014-05-2721:47:06编辑我的jdbc.properties文件(hibernate的配置。用postgresql测试过,没有问题。后来改成oracle,将配置改了。)改后的配置如下:jdbc.driverClassName=oracle.jdbc.driver.OracleDriverjdb...
65
热度 -
JTA 跨 数据库 错误
JTA跨数据库异常一个MySql,一个Oracle92,EJB布署上去正常,自动创建表结构,当同时向两个数据库插入数据时服务器异常如下:02:02:07,531WARN[loggerI18N][com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.disallow][com.arjuna.ats.internal.jta.t...
686
热度 -
ssh集成关于hibernate有关问题
ssh集成关于hibernate问题Hibernate:updateQMAX_GSM_EX_PLAN_GAGESsetEXAMINE_PLAN_ID=nullwhereEXAMINE_PLAN_ID=?[log4j][ERROR]org.hibernate.util.JDBCException'>JDBCExceptionReporter.logExceptions(JDBCExceptionRe...
24
热度 -
hibernate使用注解但不自动生成表,该如何处理
hibernate使用注解但不自动生成表rtExceptioninthread"main"org.hibernate.exception.SQLGrammarException:CouldnotexecuteJDBCbatchupdate atorg.hibernate.exception.SQLStateConverter.convert(SQLStateConverter....
35
热度 -
hibernate当地sql查询,相同列名的字段
hibernate本地sql查询,相同列名的字段selectu.name,p.namefromuseruleftjoinpassengerponp.user_id=u.id会出现前一列覆盖后一列的情况如果selectu.nameuname,p.namepnamefromuseruleftjoinpassengerponp.user_id=u.id在数据库中查询正确,hibernate查询会报WAR...
370
热度 -
请问一个关于Hibernate无法获取连接池连接的有关问题
请教一个关于Hibernate无法获取连接池连接的问题我们公司有一个系统,大约400个人同时在线,不知道为什么Tomcat运行不到2天就要挂,重启就好了,每次去看日志都报这个错:[org.hibernate.util.JDBCException'>JDBCExceptionReporter][ERROR]-SQLExceptioninStandardPoolDataSource:getConnec...
168
热度 -
context.xml配置,连接mysql的有关问题
context.xml配置,连接mysql的问题<Context> <Resourcename="jdbc/test" type="javax.sql.DataSource"driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://127.0.0...
6732
热度 -
java:72) - [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]
hibernate抛出couldnotfetchinitialvalueforincrementgenerator,如何解决我的struts+hibernate+servlet在save实体类时抛出例外,查询则可以正常查询出来。ERROR[http-8080-Processor24](JDBCException'>JDBCExceptionReporter.java:72)-[Microsoft]...
296
热度 -
jbpm4.4在支配流程时出错
jbpm4.4在部署流程时出错下面是出错代码,请问是什么原因怎么解决:信息:foreignkeys:[]2012-10-1611:51:57org.hibernate.tool.hbm2ddl.TableMetadata<init>信息:indexes:[primary]2012-10-1611:51:57org.hibernate.util.JDBCException'>JDBCEx...
89
热度 -
一个奇怪的有关问题,字段可为空为什么插入对象时报字段不能为空
一个奇怪的问题,字段可为空为什么插入对象时报字段不能为空s2shmysql数据库中将img字段(varchar)设置为允许为空。XXX.hbm.xml中也如下处理:<propertyname="img"column="img"type="string"not-null="false"></proper...
73
热度 -
帮见见JDBC
帮看看JDBCERRORorg.hibernate.util.JDBCException'>JDBCExceptionReporter-AnattemptbyaclienttocheckoutaConnectionhastimedout.我的JDBC连接超时MYSQL服务我是开的MySQL-Front也可以用的JDBC连接池也没有写错。。还有其他原因嘛?难道是容器的问题?09:54:31.125E...
24
热度 -
HQL group by ? 有关问题
HQLgroupby?问题一句HQL语句,"selectmodulefromLoggroupby?"然后设置?的值但是执行的时候报错15006[[ACTIVE]ExecuteThread:'2'forqueue:'weblogic.kernel.Default(self-tuning)']WARNorg.hibernate.util.JDBCException'>JDBCExceptionRepo...
530
热度 -
遇到一个奇怪的有关问题:The column name Attr
遇到一个奇怪的问题:ThecolumnnameAttr今天在用hibernate执行一个当表搜索的方法的时候报了个错。错误代码如下:Thecolumnnamecreation_date_by_systemisnotvalid.org.hibernate.exception.GenericJDBCException:couldnotexecutequery atorg.hibernate.excep...
391
热度 -
ORACLE联接失败
ORACLE连接失败使用环境:oracle10g,tomcat6.0。连接方式jdbc.driverClassName=oracle.jdbc.driver.OracleDriverjdbc.username=001jdbc.url=jdbc\:oracle\:thin\:@localhost\:1521\:ORCLjdbc.password=001pool.maxActive=20pool.ma...
7
热度 -
java hibernate sqlerver2000,该如何处理
javahibernatesqlerver2000publicvoidinsert(Memberm){ Sessionsession=null; Transactiontran=null; try{ System.out.println("start"); session=SessionFactoryHolder.getCurrentSession(); tr...
194
热度 -
table or view does not exist是如何回事啊
tableorviewdoesnotexist是怎么回事啊16:13:38,328WARN[JDBCException'>JDBCExceptionReporter]SQLError:942,SQLState:4200016:13:38,328ERROR[JDBCExceptionReporter]ORA-00942:tableorviewdoesnotexist16:13:38,328INFO[...
409
热度 -
经常报 SQLException: OALL8 处于不一致状态。TOMCAT重新启动后就好,但过一段时间又错。有知道如何解决的吗
经常报SQLException:OALL8处于不一致状态。TOMCAT重新启动后就好,但过一段时间又错。有知道怎么解决的吗本帖最后由lgmsyy于2014-08-1411:56:34编辑近期经常登录WEB程序经常报错如下,重新启动TOMCAT就好,但过一段时间还那样。Causedby:java.sql.SQLException:Io异常:Softwarecausedconnectionabort:...
185
热度 -
急求达人帮助!Hibernate插入的有关问题
急求达人帮助!Hibernate插入的问题org.hibernate.exception.GenericJDBCException:couldnotinsert:[struction.dao.Dispr00f] atorg.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java...
63
热度