2021-03-18 16:37:41 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "alter table ""schedule"" alter column ""date"" type date default[*] current_date;"; SQL statement: alter table "schedule" alter column "date" type date default current_date; [42000-198] 2021-03-18 17:06:00 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "alter table ""events"" alter column ""color"" type varchar_ignorecase(25) default[*] '';"; SQL statement: alter table "events" alter column "color" type varchar_ignorecase(25) default ''; [42000-198] 2021-03-18 17:29:31 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "events.description" not found; SQL statement: select "events".group_id as events_group_id, "events".active as events_active, "events".lock as events_lock, "events".uid as events_uid, "events".id as events_id, "events".lastchange_time as events_lastchange_time, "events".lastchange_user_id as events_lastchange_user_id, netuno_user."user" as events_lastchange_user, "events"."date" as events_date, "events"."name" as events_name, "events"."description" as events_description, "events"."color" as events_color, "events"."start_time" as events_start_time, "events"."end_time" as events_end_time, "events"."user_id" as events_user_id from "events" left join netuno_user on "events".lastchange_user_id = netuno_user.id where 1 = 1 and "events".active = true order by "events"."id" ASC limit 25 [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:77) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:304) at org.netuno.psamata.DB.executeQuery(SourceFile:456) at org.netuno.psamata.DB.executeQuery(SourceFile:411) at org.netuno.tritao.db.Manager.query(SourceFile:89) at org.netuno.tritao.db.Manager.query(SourceFile:99) at org.netuno.tritao.db.CoreBusiness.selectSearch(SourceFile:2087) at org.netuno.tritao.db.CoreBusiness.selectSearch(SourceFile:1857) at org.netuno.tritao.db.H2.selectSearch(SourceFile:435) at org.netuno.tritao.Search._main(SourceFile:229) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-18 17:29:42 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "events.description" not found; SQL statement: select "events".group_id as events_group_id, "events".active as events_active, "events".lock as events_lock, "events".uid as events_uid, "events".id as events_id, "events".lastchange_time as events_lastchange_time, "events".lastchange_user_id as events_lastchange_user_id, netuno_user."user" as events_lastchange_user, "events"."date" as events_date, "events"."name" as events_name, "events"."description" as events_description, "events"."color" as events_color, "events"."start_time" as events_start_time, "events"."end_time" as events_end_time, "events"."user_id" as events_user_id from "events" left join netuno_user on "events".lastchange_user_id = netuno_user.id limit 10 [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:77) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:304) at org.netuno.psamata.DB.executeQuery(SourceFile:456) at org.netuno.psamata.DB.executeQuery(SourceFile:411) at org.netuno.tritao.db.Manager.query(SourceFile:89) at org.netuno.tritao.db.Manager.query(SourceFile:99) at org.netuno.tritao.db.CoreBusiness.selectSearch(SourceFile:2087) at org.netuno.tritao.db.CoreBusiness.selectSearch(SourceFile:1853) at org.netuno.tritao.db.H2.selectSearch(SourceFile:431) at org.netuno.tritao.Edit._main(SourceFile:104) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-18 17:29:51 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "events.description" not found; SQL statement: select "events".group_id as events_group_id, "events".active as events_active, "events".lock as events_lock, "events".uid as events_uid, "events".id as events_id, "events".lastchange_time as events_lastchange_time, "events".lastchange_user_id as events_lastchange_user_id, netuno_user."user" as events_lastchange_user, "events"."date" as events_date, "events"."name" as events_name, "events"."description" as events_description, "events"."color" as events_color, "events"."start_time" as events_start_time, "events"."end_time" as events_end_time, "events"."user_id" as events_user_id from "events" left join netuno_user on "events".lastchange_user_id = netuno_user.id where 1 = 1 and "events".active = true order by "events"."id" ASC limit 25 [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:77) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:304) at org.netuno.psamata.DB.executeQuery(SourceFile:456) at org.netuno.psamata.DB.executeQuery(SourceFile:411) at org.netuno.tritao.db.Manager.query(SourceFile:89) at org.netuno.tritao.db.Manager.query(SourceFile:99) at org.netuno.tritao.db.CoreBusiness.selectSearch(SourceFile:2087) at org.netuno.tritao.db.CoreBusiness.selectSearch(SourceFile:1857) at org.netuno.tritao.db.H2.selectSearch(SourceFile:435) at org.netuno.tritao.Search._main(SourceFile:229) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-18 17:31:44 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "events.description" not found; SQL statement: select "events".group_id as events_group_id, "events".active as events_active, "events".lock as events_lock, "events".uid as events_uid, "events".id as events_id, "events".lastchange_time as events_lastchange_time, "events".lastchange_user_id as events_lastchange_user_id, netuno_user."user" as events_lastchange_user, "events"."date" as events_date, "events"."name" as events_name, "events"."description" as events_description, "events"."start_time" as events_start_time, "events"."end_time" as events_end_time, "events"."user_id" as events_user_id from "events" left join netuno_user on "events".lastchange_user_id = netuno_user.id where 1 = 1 and "events".active = true order by "events"."id" ASC limit 25 [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:77) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:304) at org.netuno.psamata.DB.executeQuery(SourceFile:456) at org.netuno.psamata.DB.executeQuery(SourceFile:411) at org.netuno.tritao.db.Manager.query(SourceFile:89) at org.netuno.tritao.db.Manager.query(SourceFile:99) at org.netuno.tritao.db.CoreBusiness.selectSearch(SourceFile:2087) at org.netuno.tritao.db.CoreBusiness.selectSearch(SourceFile:1857) at org.netuno.tritao.db.H2.selectSearch(SourceFile:435) at org.netuno.tritao.Search._main(SourceFile:229) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-18 17:32:17 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "events" not found; SQL statement: select "events_0_0".active as "events$active", "events_0_0".id as "id", "events_0_0".uid as "uid", "events_0_0".active as "active" from "events" as "events_0_0" where 1 = 1 order by 1 limit 100 [42102-198] 2021-03-19 17:46:03 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user.role" not found; SQL statement: SELECT user.username, user.email FROM user WHERE user.role = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:205) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 17:46:30 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user WHERE user.role_id = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 17:53:21 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user INNER JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 17:55:03 jdbc[4]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user INNER JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 17:55:03 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user INNER JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 17:55:54 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "SELECT user.username, user.email FROM user FULL JOIN[*] role ON user.role_id = role.id WHERE role.name = ""user"""; SQL statement: SELECT user.username, user.email FROM user FULL JOIN role ON user.role_id = role.id WHERE role.name = "user" [42000-198] 2021-03-19 17:57:18 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "SELECT user.username, user.email FROM user FULL OUTER[*] JOIN role ON user.role_id = role.id WHERE role.name = ""user"""; SQL statement: SELECT user.username, user.email FROM user FULL OUTER JOIN role ON user.role_id = role.id WHERE role.name = "user" [42000-198] 2021-03-19 17:59:42 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:00:56 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id AND role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134) at org.h2.command.dml.Select.setEvaluatableRecursive(Select.java:1437) at org.h2.command.dml.Select.preparePlan(Select.java:1415) at org.h2.command.dml.Select.prepare(Select.java:1277) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:01:37 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: select name from role where name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:02:00 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "dev" not found; SQL statement: select name from role where name = "dev" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:02:49 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id AND role.name as[*] ""role"" = ""user"""; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id AND role.name as "role" = "user" [42000-198] 2021-03-19 18:03:28 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email, role.name FROM user RIGHT JOIN role ON user.role_id = role.id AND role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134) at org.h2.command.dml.Select.setEvaluatableRecursive(Select.java:1437) at org.h2.command.dml.Select.preparePlan(Select.java:1415) at org.h2.command.dml.Select.prepare(Select.java:1277) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:03:50 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id AND role.name as[*] a= ""user"""; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id AND role.name as a= "user" [42000-198] 2021-03-19 18:05:16 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id AND role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134) at org.h2.command.dml.Select.setEvaluatableRecursive(Select.java:1437) at org.h2.command.dml.Select.preparePlan(Select.java:1415) at org.h2.command.dml.Select.prepare(Select.java:1277) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:10:43 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id HAVING role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:10:50 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id HAVING name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:24:16 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[5]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[6]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[8]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[7]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[4]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[6]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[7]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[4]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[5]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:45 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:46 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:25:46 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:26:05 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user RIGHT JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:26:53 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user INNER JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:40:26 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT user.username, user.email FROM user INNER JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-19 18:41:52 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user" not found; SQL statement: SELECT username, email FROM user INNER JOIN role ON user.role_id = role.id WHERE role.name = "user" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-23 16:35:25 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Ambiguous column name "user_id"; SQL statement: select * from event inner join user_event on event.id = user_event.event_id inner join user_event on user.id = user_event.user_id [90059-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:573) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.mapColumn(ExpressionColumn.java:142) at org.h2.expression.ExpressionColumn.mapColumns(ExpressionColumn.java:116) at org.h2.expression.condition.Comparison.mapColumns(Comparison.java:569) at org.h2.table.TableFilter$MapColumnsVisitor.accept(TableFilter.java:1247) at org.h2.table.TableFilter.visit(TableFilter.java:1201) at org.h2.table.TableFilter.addJoin(TableFilter.java:683) at org.h2.command.Parser.addJoin(Parser.java:2373) at org.h2.command.Parser.readJoin(Parser.java:2301) at org.h2.command.Parser.parseJoinTableFilter(Parser.java:2655) at org.h2.command.Parser.parseSelectSimpleFromPart(Parser.java:2644) at org.h2.command.Parser.parseSelectSimple(Parser.java:2790) at org.h2.command.Parser.parseSelectSub(Parser.java:2638) at org.h2.command.Parser.parseSelectUnion(Parser.java:2471) at org.h2.command.Parser.parseSelect(Parser.java:2442) at org.h2.command.Parser.parsePrepared(Parser.java:815) at org.h2.command.Parser.parse(Parser.java:789) at org.h2.command.Parser.parse(Parser.java:761) at org.h2.command.Parser.prepareCommand(Parser.java:684) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-23 16:42:55 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user.uid" not found; SQL statement: select title, user.uid from event inner join user_event on event.id = user_event.event_id [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-23 16:43:43 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Ambiguous column name "uid"; SQL statement: select username, uid from user inner join user_event on user.id = user_event.user_id [90059-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:573) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.mapColumn(ExpressionColumn.java:142) at org.h2.expression.ExpressionColumn.mapColumns(ExpressionColumn.java:116) at org.h2.command.dml.Select.mapColumns(Select.java:1636) at org.h2.command.dml.Select.init(Select.java:1175) at org.h2.command.Parser.parseSelect(Parser.java:2449) at org.h2.command.Parser.parsePrepared(Parser.java:815) at org.h2.command.Parser.parse(Parser.java:789) at org.h2.command.Parser.parse(Parser.java:761) at org.h2.command.Parser.prepareCommand(Parser.java:684) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-23 16:44:24 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Ambiguous column name "uid"; SQL statement: select uid from user inner join user_event on user.id = user_event.user_id [90059-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:573) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.mapColumn(ExpressionColumn.java:142) at org.h2.expression.ExpressionColumn.mapColumns(ExpressionColumn.java:116) at org.h2.command.dml.Select.mapColumns(Select.java:1636) at org.h2.command.dml.Select.init(Select.java:1175) at org.h2.command.Parser.parseSelect(Parser.java:2449) at org.h2.command.Parser.parsePrepared(Parser.java:815) at org.h2.command.Parser.parse(Parser.java:789) at org.h2.command.Parser.parse(Parser.java:761) at org.h2.command.Parser.prepareCommand(Parser.java:684) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-23 16:44:39 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Ambiguous column name "uid"; SQL statement: select uid "asd" from user inner join user_event on user.id = user_event.user_id [90059-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:573) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.mapColumn(ExpressionColumn.java:142) at org.h2.expression.ExpressionColumn.mapColumns(ExpressionColumn.java:116) at org.h2.expression.Alias.mapColumns(Alias.java:47) at org.h2.command.dml.Select.mapColumns(Select.java:1636) at org.h2.command.dml.Select.init(Select.java:1175) at org.h2.command.Parser.parseSelect(Parser.java:2449) at org.h2.command.Parser.parsePrepared(Parser.java:815) at org.h2.command.Parser.parse(Parser.java:789) at org.h2.command.Parser.parse(Parser.java:761) at org.h2.command.Parser.prepareCommand(Parser.java:684) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-23 16:53:15 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "user.uid" not found; SQL statement: select event.uid, user.uid from event inner join user_event on event.id = user_event.event_id [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at jdk.internal.reflect.GeneratedMethodAccessor32.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:22 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.nome" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.nome AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:41 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:42 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:42 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:43 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:43 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:43 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:44 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:44 jdbc[4]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:44 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:45 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:45 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:45 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "event.name" not found; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.name AS "evento", COUNT(event.id) AS "total" FROM event [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.Alias.optimize(Alias.java:52) at org.h2.command.dml.Select.prepare(Select.java:1256) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 15:18:52 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column """event"".""date_start""" must be in the GROUP BY list; SQL statement: SELECT SUBSTRING(event.date_start FROM 1 FOR 10) AS "mes", event.title AS "evento", COUNT(event.id) AS "total" FROM event [90016-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:573) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.updateAggregate(ExpressionColumn.java:195) at org.h2.expression.function.Function.updateAggregate(Function.java:2637) at org.h2.expression.Alias.updateAggregate(Alias.java:74) at org.h2.command.dml.Select.updateAgg(Select.java:529) at org.h2.command.dml.Select.gatherGroup(Select.java:508) at org.h2.command.dml.Select.queryGroup(Select.java:468) at org.h2.command.dml.Select.queryWithoutCache(Select.java:890) at org.h2.command.dml.Query.queryWithoutCacheLazyCheck(Query.java:151) at org.h2.command.dml.Query.query(Query.java:435) at org.h2.command.dml.Query.query(Query.java:397) at org.h2.command.CommandContainer.query(CommandContainer.java:145) at org.h2.command.Command.executeQuery(Command.java:202) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:85) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-26 16:00:34 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "8499c004-82ac-470e-b63c-3720de9a8253" not found; SQL statement: SELECT task_list.id, task_list.title, user.id, user.uid, user.username FROM task_list INNER JOIN user ON task_list.user_id = user.id WHERE user.uid = "8499c004-82ac-470e-b63c-3720de9a8253" [42122-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:176) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:158) at org.h2.expression.condition.Comparison.optimize(Comparison.java:207) at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133) at org.h2.command.dml.Select.prepare(Select.java:1259) at org.h2.command.Parser.prepareCommand(Parser.java:690) at org.h2.engine.Session.prepareLocal(Session.java:629) at org.h2.engine.Session.prepareCommand(Session.java:567) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1247) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:78) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-28 21:45:43 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column """event"".""title""" must be in the GROUP BY list; SQL statement: SELECT event.title, MONTH(event.date_start), COUNT(event.id) FROM event [90016-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:573) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.updateAggregate(ExpressionColumn.java:195) at org.h2.command.dml.Select.updateAgg(Select.java:529) at org.h2.command.dml.Select.gatherGroup(Select.java:508) at org.h2.command.dml.Select.queryGroup(Select.java:468) at org.h2.command.dml.Select.queryWithoutCache(Select.java:890) at org.h2.command.dml.Query.queryWithoutCacheLazyCheck(Query.java:151) at org.h2.command.dml.Query.query(Query.java:435) at org.h2.command.dml.Query.query(Query.java:397) at org.h2.command.CommandContainer.query(CommandContainer.java:145) at org.h2.command.Command.executeQuery(Command.java:202) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:85) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-28 21:46:01 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column """event"".""title""" must be in the GROUP BY list; SQL statement: SELECT event.title, MONTH(event.date_start), COUNT(event.id) FROM event GROUP BY MONTH(event.date_start) [90016-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:573) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.updateAggregate(ExpressionColumn.java:195) at org.h2.command.dml.Select.updateAgg(Select.java:529) at org.h2.command.dml.Select.gatherGroup(Select.java:508) at org.h2.command.dml.Select.queryGroup(Select.java:468) at org.h2.command.dml.Select.queryWithoutCache(Select.java:890) at org.h2.command.dml.Query.queryWithoutCacheLazyCheck(Query.java:151) at org.h2.command.dml.Query.query(Query.java:435) at org.h2.command.dml.Query.query(Query.java:397) at org.h2.command.CommandContainer.query(CommandContainer.java:145) at org.h2.command.Command.executeQuery(Command.java:202) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:85) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834) 2021-03-28 21:46:31 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "SELECT event.title, MONTH(event.date_start), COUNT(event.id) FROM event GROUP BY MONTH(event.date_start), event.title, COUNT(event[*].id)"; SQL statement: SELECT event.title, MONTH(event.date_start), COUNT(event.id) FROM event GROUP BY MONTH(event.date_start), event.title, COUNT(event.id) [42000-198] 2021-03-28 21:47:48 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "SELECT event.title, MONTH(event.date_start), COUNT(event.id) FROM event GROUP BY MONTH(event.date_start), event.title, COUNT(event[*].id)"; SQL statement: SELECT event.title, MONTH(event.date_start), COUNT(event.id) FROM event GROUP BY MONTH(event.date_start), event.title, COUNT(event.id) [42000-198] 2021-03-28 21:48:16 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "SELECT event.title, MONTH(event.date_start) as 'month'[*] FROM event"; expected "identifier"; SQL statement: SELECT event.title, MONTH(event.date_start) as 'month' FROM event [42001-198] 2021-03-28 21:50:19 jdbc[3]: exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Column """event"".""date_start""" must be in the GROUP BY list; SQL statement: SELECT MONTH(event.date_start) as month, COUNT(event.id) as num FROM event [90016-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:573) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.expression.ExpressionColumn.updateAggregate(ExpressionColumn.java:195) at org.h2.expression.function.Function.updateAggregate(Function.java:2637) at org.h2.expression.Alias.updateAggregate(Alias.java:74) at org.h2.command.dml.Select.updateAgg(Select.java:529) at org.h2.command.dml.Select.gatherGroup(Select.java:508) at org.h2.command.dml.Select.queryGroup(Select.java:468) at org.h2.command.dml.Select.queryWithoutCache(Select.java:890) at org.h2.command.dml.Query.queryWithoutCacheLazyCheck(Query.java:151) at org.h2.command.dml.Query.query(Query.java:435) at org.h2.command.dml.Query.query(Query.java:397) at org.h2.command.CommandContainer.query(CommandContainer.java:145) at org.h2.command.Command.executeQuery(Command.java:202) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:85) at org.netuno.tritao.dev.Query._main(SourceFile:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.netuno.proteu.Run.run(SourceFile:103) at org.netuno.proteu.Run.(SourceFile:33) at org.netuno.proteu.DynamicURL.build(SourceFile:153) at org.netuno.proteu.Enterprise.processRequest(SourceFile:452) at org.netuno.proteu.Enterprise.service(SourceFile:525) at javax.servlet.http.HttpServlet.service(SourceFile:791) at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(SourceFile:1402) at org.eclipse.jetty.servlet.ServletHolder.handle(SourceFile:763) at org.eclipse.jetty.servlet.ServletHandler.doHandle(SourceFile:551) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:143) at org.eclipse.jetty.security.SecurityHandler.handle(SourceFile:602) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SourceFile:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(SourceFile:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(SourceFile:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(SourceFile:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SourceFile:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(SourceFile:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(SourceFile:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(SourceFile:141) at org.eclipse.jetty.server.handler.HandlerList.handle(SourceFile:59) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(SourceFile:127) at org.eclipse.jetty.server.Server.handle(SourceFile:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(SourceFile:383) at org.eclipse.jetty.server.HttpChannel.dispatch(SourceFile:556) at org.eclipse.jetty.server.HttpChannel.handle(SourceFile:375) at org.eclipse.jetty.server.HttpConnection.onFillable(SourceFile:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(SourceFile:311) at org.eclipse.jetty.io.FillInterest.fillable(SourceFile:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(SourceFile:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(SourceFile:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(SourceFile:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(SourceFile:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(SourceFile:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(SourceFile:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(SourceFile:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(SourceFile:938) at java.base/java.lang.Thread.run(Thread.java:834)