Advertisement
yayachadazt

eror resulset closed

Sep 16th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. java.sql.SQLException: Operation not allowed after ResultSet closed
  2. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1075)
  3. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:989)
  4. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:984)
  5. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:929)
  6. at com.mysql.jdbc.ResultSetImpl.checkClosed(ResultSetImpl.java:794)
  7. at com.mysql.jdbc.ResultSetImpl.next(ResultSetImpl.java:7145)
  8. at aplikasi.yaya.frame.NewJFrame2.jButton1ActionPerformed(NewJFrame2.java:74)
  9. at aplikasi.yaya.frame.NewJFrame2.access$000(NewJFrame2.java:21)
  10. at aplikasi.yaya.frame.NewJFrame2$1.actionPerformed(NewJFrame2.java:45)
  11. at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
  12. at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
  13. at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
  14. at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
  15. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
  16. at java.awt.Component.processMouseEvent(Component.java:6504)
  17. at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
  18. at java.awt.Component.processEvent(Component.java:6269)
  19. at java.awt.Container.processEvent(Container.java:2229)
  20. at java.awt.Component.dispatchEventImpl(Component.java:4860)
  21. at java.awt.Container.dispatchEventImpl(Container.java:2287)
  22. at java.awt.Component.dispatchEvent(Component.java:4686)
  23. at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
  24. at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
  25. at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
  26. at java.awt.Container.dispatchEventImpl(Container.java:2273)
  27. at java.awt.Window.dispatchEventImpl(Window.java:2713)
  28. at java.awt.Component.dispatchEvent(Component.java:4686)
  29. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:707)
  30. at java.awt.EventQueue.access$000(EventQueue.java:101)
  31. at java.awt.EventQueue$3.run(EventQueue.java:666)
  32. at java.awt.EventQueue$3.run(EventQueue.java:664)
  33. at java.security.AccessController.doPrivileged(Native Method)
  34. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  35. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
  36. at java.awt.EventQueue$4.run(EventQueue.java:680)
  37. at java.awt.EventQueue$4.run(EventQueue.java:678)
  38. at java.security.AccessController.doPrivileged(Native Method)
  39. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  40. at java.awt.EventQueue.dispatchEvent(EventQueue.java:677)
  41. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
  42. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
  43. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
  44. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
  45. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
  46. at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement