Advertisement
GOODPower

Untitled

Apr 11th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. java.sql.SQLException: Column 'name' not found.
  2. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  3. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  4. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  5. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  6. at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1146)
  7. at com.mysql.jdbc.ResultSetImpl.getString(ResultSetImpl.java:5609)
  8. at org.apache.commons.dbcp.DelegatingResultSet.getString(DelegatingResultSet.java:263)
  9. at org.apache.commons.dbcp.DelegatingResultSet.getString(DelegatingResultSet.java:263)
  10. at services.community.custom.mGeneratePage.addStatisticClan(mGeneratePage.java:459)
  11. at services.community.custom.mGeneratePage.access$4(mGeneratePage.java:422)
  12. at services.community.custom.mGeneratePage$generateStatistic.run(mGeneratePage.java:119)
  13. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  14. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
  15. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
  16. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  17. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  18. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  19. at java.lang.Thread.run(Thread.java:744)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement