activejdbc.DBException: java.sql.SQLException: user lacks privilege or object not found: id, Query: INSERT INTO roles (name) VALUES (?), params: USER
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 hsqldb by evanleonard
, 1 year agoactivejdbc.DBException: java.sql.SQLException: user lacks privilege or object not found: id, Query: INSERT INTO roles (name) VALUES (?), params: USER
at org.hsqldb.jdbc.Util.sqlException(Util.java:215)
at org.hsqldb.jdbc.JDBCPreparedStatement.
(JDBCPreparedStatement.java:3945) at org.hsqldb.jdbc.JDBCConnection.prepareStatement(JDBCConnection.java:2680)