My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 4: 无法添加信息
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  chendequ...@gmail.com
Closed:  Jan 2013


 
Project Member Reported by chendequ...@gmail.com, Jan 22, 2013
What steps will reproduce the problem?
1. 输入信息内容,纬度,经度等信息 
2. 点击保存按钮

系统后台报错 
DEBUG (SqlStatementLogger.java:104) - insert into easygou.message (create_date, end_date, content, seller_id, pics, modify_date, tags, latitude, longitude, idmessage) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
DEBUG (SqlExceptionHelper.java:139) - No operations allowed after statement closed. [n/a]
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after statement closed.
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.Util.getInstance(Util.java:386)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:988)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:974)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
	at com.mysql.jdbc.StatementImpl.checkClosed(StatementImpl.java:465)
	at com.mysql.jdbc.PreparedStatement.setTimestampInternal(PreparedStatement.java:4805)
	at com.mysql.jdbc.PreparedStatement.setTimestamp(PreparedStatement.java:4785)
	at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.hibernate.engine.jdbc.internal.proxy.AbstractStatementProxyHandler.continueInvocation(AbstractStatementProxyHandler.java:122)



What is the expected output? What do you see instead?
应能成功添加

Please use labels and text to provide additional information.


Jan 24, 2013
Project Member #1 chendequ...@gmail.com
It can't repro now.
Status: Invalid

Powered by Google Project Hosting