java.sql.SQLException: Invalid State
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 807581, 1 year ago
java.sql.SQLException: Invalid State
at sun.jdbc.rowset.JdbcRowSet.checkState(JdbcRowSet.java:183)
at sun.jdbc.rowset.JdbcRowSet.isBeforeFirst(JdbcRowSet.java:1405)
at org.netbeans.lib.sql.NBJdbcRowSet.rememberRow(NBJdbcRowSet.java:157)
at org.netbeans.lib.sql.NBJdbcRowSet.size(NBJdbcRowSet.java:187)
at org.netbeans.lib.sql.models.TextDocument.init(TextDocument.java:127)
at org.netbeans.lib.sql.models.TextDocument.
(TextDocument.java:78) at jdbc1.initComponents(jdbc1.java:151)
at jdbc1.
(jdbc1.java:21) at jdbc1.main(jdbc1.java:214)