I'm receiving the following error message when trying to do a simple select on
the DB after an insert, but I have no idea why the following exception is
getting thrown. Any help would be much appreciated.
Error creating new user, sql: select admin_email from site_groups where
site_group_id=(select site_group_id from sites where site_type='???')
Exception: org.continuent.sequoia.common.exceptions.driver.DriverSQLException:
Message of cause: Query 1688849860282063 is not in the list of currently
scheduled
queriesorg.continuent.sequoia.common.exceptions.driver.DriverSQLException:
Message of cause: Query 1688849860282063 is not in the list of currently
scheduled queries
at
org.continuent.sequoia.driver.Connection.statementExecuteQuery(Connection.java:2868)
at org.continuent.sequoia.driver.Statement.executeQuery(Statement.java:467)
at org.continuent.sequoia.driver.Statement.executeQuery(Statement.java:440)
at com.caucho.sql.UserStatement.executeQuery(UserStatement.java:130)
at com.feedroom.DMAccess.UserManager.createUser(Unknown Source)
at _jsp._broadcast._account__jsp._jspService(_account__jsp.java:509)
at com.caucho.jsp.JavaPage.service(JavaPage.java:60)
at com.caucho.jsp.Page.pageservice(Page.java:570)
at
com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:159)
at
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:178)
at
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:268)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:389)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:492)
at com.caucho.util.ThreadPool.run(ThreadPool.java:425)
at java.lang.Thread.run(Thread.java:595)
Caused by:
org.continuent.sequoia.common.exceptions.driver.protocol.BackendDriverException:
Query 1688849860282063 is not in the list of currently scheduled queries
SerializableStackTrace of each cause:
org.continuent.sequoia.common.exceptions.driver.protocol.BackendDriverException:
Query 1688849860282063 is not in the list of currently scheduled queries
At:
org.continuent.sequoia.controller.scheduler.AbstractScheduler.readCompleted(AbstractScheduler.java:457)
At:
org.continuent.sequoia.controller.requestmanager.RequestManager.statementExecuteQuery(RequestManager.java:637)
At:
org.continuent.sequoia.controller.requestmanager.distributed.DistributedRequestManager.execLocalStatementExecuteQuery(DistributedRequestManager.java:1347)
At:
org.continuent.sequoia.controller.requestmanager.distributed.DistributedRequestManager.statementExecuteQuery(DistributedRequestManager.java:1371)
At:
org.continuent.sequoia.controller.virtualdatabase.VirtualDatabase.statementExecuteQuery(VirtualDatabase.java:544)
At:
org.continuent.sequoia.controller.virtualdatabase.VirtualDatabaseWorkerThread.statementExecuteQuery(VirtualDatabaseWorkerThread.java:2104)
At:
org.continuent.sequoia.controller.virtualdatabase.VirtualDatabaseWorkerThread.run(VirtualDatabaseWorkerThread.java:418)
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com _______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia