Advertisement
Guest User

Untitled

a guest
May 4th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'condition0_.status' in 'field list'
  2. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  4. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  6. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  7. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  8. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  9. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  10. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  11. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  12. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  13. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  14. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  15. at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1966)
  16. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:116)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement