|
|
2021-03-19 10:44:56 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "alter table ""produto"" alter column ""preco"" type double(10) default[*] 0.0;"; SQL statement:
|
|
|
alter table "produto" alter column "preco" type double(10) default 0.0; [42000-198]
|
|
|
2021-03-19 10:45:08 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.categoria" not found; SQL statement:
|
|
|
select "produto".group_id as produto_group_id, "produto".user_id as produto_user_id, "produto".active as produto_active, "produto".lock as produto_lock, "produto".uid as produto_uid, "produto".id as produto_id, "produto".lastchange_time as produto_lastchange_time, "produto".lastchange_user_id as produto_lastchange_user_id, netuno_user."user" as produto_lastchange_user, "produto"."nome" as produto_nome, "produto"."categoria" as produto_categoria from "produto" left join netuno_user on "produto".lastchange_user_id = netuno_user.id where 1 = 1 and "produto".active = true order by "produto"."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.<init>(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:2089)
|
|
|
at org.netuno.tritao.db.CoreBusiness.selectSearch(SourceFile:1859)
|
|
|
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.<init>(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 10:45:17 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.categoria" not found; SQL statement:
|
|
|
select "produto".group_id as produto_group_id, "produto".user_id as produto_user_id, "produto".active as produto_active, "produto".lock as produto_lock, "produto".uid as produto_uid, "produto".id as produto_id, "produto".lastchange_time as produto_lastchange_time, "produto".lastchange_user_id as produto_lastchange_user_id, netuno_user."user" as produto_lastchange_user, "produto"."nome" as produto_nome, "produto"."categoria" as produto_categoria from "produto" left join netuno_user on "produto".lastchange_user_id = netuno_user.id where 1 = 1 and "produto".active = true order by "produto"."categoria" 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.<init>(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:2089)
|
|
|
at org.netuno.tritao.db.CoreBusiness.selectSearch(SourceFile:1859)
|
|
|
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.<init>(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 16:29:11 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "produtos" not found; SQL statement:
|
|
|
SELECT * from produtos [42102-198]
|
|
|
2021-03-22 14:53:54 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.categoria" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = cidade.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.JdbcPreparedStatement.<init>(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.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeAndSpecialize(WritePropertyNode.java:263)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeVoid(WritePropertyNode.java:235)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:148)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
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.<init>(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-22 14:54:28 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.categoria" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.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.JdbcPreparedStatement.<init>(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.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeAndSpecialize(WritePropertyNode.java:263)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeVoid(WritePropertyNode.java:235)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:148)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
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.<init>(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-22 14:55:03 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.categoria" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria as "Categoria", produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.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.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.<init>(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.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeAndSpecialize(WritePropertyNode.java:263)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeVoid(WritePropertyNode.java:235)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:148)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
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.<init>(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-22 15:00:35 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.categoria" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria as "Categoria", produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.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.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.<init>(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.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeAndSpecialize(WritePropertyNode.java:263)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeVoid(WritePropertyNode.java:235)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
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.<init>(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-22 15:00:55 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.categoria" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria as "Categoria", produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.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.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.<init>(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.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeAndSpecialize(WritePropertyNode.java:263)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeVoid(WritePropertyNode.java:235)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
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.<init>(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-22 15:01:50 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.categoria" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria as "Categoria", produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.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.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.<init>(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.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeAndSpecialize(WritePropertyNode.java:263)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeVoid(WritePropertyNode.java:235)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:148)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor93.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.<init>(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-22 15:03:32 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "tipo.id" not found; SQL statement:
|
|
|
select produto.nome, categoria.tipo as "Categoria", produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = tipo.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.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.JdbcPreparedStatement.<init>(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.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeAndSpecialize(WritePropertyNode.java:263)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeVoid(WritePropertyNode.java:235)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:148)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor93.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.<init>(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 14:46:38 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLDataException: Parameter "#1" is not set; SQL statement:
|
|
|
|
|
|
select farmacia.nome
|
|
|
from farmacia inner join produto
|
|
|
on farmacia.id = produto.farmacia_id
|
|
|
where produto.farmacia_id = ?
|
|
|
[90012-198]
|
|
|
at org.h2.message.DbException.getJdbcSQLException(DbException.java:587)
|
|
|
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.Parameter.checkSet(Parameter.java:94)
|
|
|
at org.h2.command.Prepared.checkParameters(Prepared.java:180)
|
|
|
at org.h2.command.CommandContainer.query(CommandContainer.java:144)
|
|
|
at org.h2.command.Command.executeQuery(Command.java:202)
|
|
|
at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:115)
|
|
|
at org.netuno.psamata.DB.executeQuery(SourceFile:460)
|
|
|
at org.netuno.psamata.DB.executeQuery(SourceFile:411)
|
|
|
at org.netuno.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute_generic4(JSWriteCurrentFrameSlotNodeGen.java:154)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute(JSWriteCurrentFrameSlotNodeGen.java:80)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.executeVoid(JSWriteCurrentFrameSlotNodeGen.java:302)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractRepeatingNode.executeBody(AbstractRepeatingNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode$WhileDoRepeatingNode.executeRepeating(WhileNode.java:231)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.nodes.RepeatingNode.executeRepeatingWithValue(RepeatingNode.java:107)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(OptimizedOSRLoopNode.java:165)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.execute(OptimizedOSRLoopNode.java:123)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode.execute(WhileNode.java:172)
|
|
|
at com.oracle.truffle.js.nodes.control.IteratorCloseWrapperNode.execute(IteratorCloseWrapperNode.java:81)
|
|
|
at com.oracle.truffle.js.nodes.JavaScriptNode.executeVoid(JavaScriptNode.java:189)
|
|
|
at com.oracle.truffle.js.nodes.control.TryFinallyNode.executeVoid(TryFinallyNode.java:111)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute_generic4(JSWriteScopeFrameSlotNodeGen.java:158)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute(JSWriteScopeFrameSlotNodeGen.java:84)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.executeVoid(JSWriteScopeFrameSlotNodeGen.java:312)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
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.<init>(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 14:54:40 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLDataException: Parameter "#1" is not set; SQL statement:
|
|
|
|
|
|
select farmacia.nome
|
|
|
from farmacia inner join produto
|
|
|
on farmacia.id = produto.farmacia_id
|
|
|
where produto.farmacia_id = ?
|
|
|
[90012-198]
|
|
|
at org.h2.message.DbException.getJdbcSQLException(DbException.java:587)
|
|
|
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.Parameter.checkSet(Parameter.java:94)
|
|
|
at org.h2.command.Prepared.checkParameters(Prepared.java:180)
|
|
|
at org.h2.command.CommandContainer.query(CommandContainer.java:144)
|
|
|
at org.h2.command.Command.executeQuery(Command.java:202)
|
|
|
at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:115)
|
|
|
at org.netuno.psamata.DB.executeQuery(SourceFile:460)
|
|
|
at org.netuno.psamata.DB.executeQuery(SourceFile:411)
|
|
|
at org.netuno.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute_generic4(JSWriteCurrentFrameSlotNodeGen.java:154)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute(JSWriteCurrentFrameSlotNodeGen.java:80)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.executeVoid(JSWriteCurrentFrameSlotNodeGen.java:302)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractRepeatingNode.executeBody(AbstractRepeatingNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode$WhileDoRepeatingNode.executeRepeating(WhileNode.java:231)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.nodes.RepeatingNode.executeRepeatingWithValue(RepeatingNode.java:107)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(OptimizedOSRLoopNode.java:165)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.execute(OptimizedOSRLoopNode.java:123)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode.execute(WhileNode.java:172)
|
|
|
at com.oracle.truffle.js.nodes.control.IteratorCloseWrapperNode.execute(IteratorCloseWrapperNode.java:81)
|
|
|
at com.oracle.truffle.js.nodes.JavaScriptNode.executeVoid(JavaScriptNode.java:189)
|
|
|
at com.oracle.truffle.js.nodes.control.TryFinallyNode.executeVoid(TryFinallyNode.java:111)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute_generic4(JSWriteScopeFrameSlotNodeGen.java:158)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute(JSWriteScopeFrameSlotNodeGen.java:84)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.executeVoid(JSWriteScopeFrameSlotNodeGen.java:312)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
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.<init>(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 14:54:48 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLDataException: Parameter "#1" is not set; SQL statement:
|
|
|
|
|
|
select farmacia.nome
|
|
|
from farmacia inner join produto
|
|
|
on farmacia.id = produto.farmacia_id
|
|
|
where produto.farmacia_id = ?
|
|
|
[90012-198]
|
|
|
at org.h2.message.DbException.getJdbcSQLException(DbException.java:587)
|
|
|
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.Parameter.checkSet(Parameter.java:94)
|
|
|
at org.h2.command.Prepared.checkParameters(Prepared.java:180)
|
|
|
at org.h2.command.CommandContainer.query(CommandContainer.java:144)
|
|
|
at org.h2.command.Command.executeQuery(Command.java:202)
|
|
|
at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:115)
|
|
|
at org.netuno.psamata.DB.executeQuery(SourceFile:460)
|
|
|
at org.netuno.psamata.DB.executeQuery(SourceFile:411)
|
|
|
at org.netuno.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute_generic4(JSWriteCurrentFrameSlotNodeGen.java:154)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute(JSWriteCurrentFrameSlotNodeGen.java:80)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.executeVoid(JSWriteCurrentFrameSlotNodeGen.java:302)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractRepeatingNode.executeBody(AbstractRepeatingNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode$WhileDoRepeatingNode.executeRepeating(WhileNode.java:231)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.nodes.RepeatingNode.executeRepeatingWithValue(RepeatingNode.java:107)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(OptimizedOSRLoopNode.java:165)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.execute(OptimizedOSRLoopNode.java:123)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode.execute(WhileNode.java:172)
|
|
|
at com.oracle.truffle.js.nodes.control.IteratorCloseWrapperNode.execute(IteratorCloseWrapperNode.java:81)
|
|
|
at com.oracle.truffle.js.nodes.JavaScriptNode.executeVoid(JavaScriptNode.java:189)
|
|
|
at com.oracle.truffle.js.nodes.control.TryFinallyNode.executeVoid(TryFinallyNode.java:111)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute_generic4(JSWriteScopeFrameSlotNodeGen.java:158)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute(JSWriteScopeFrameSlotNodeGen.java:84)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.executeVoid(JSWriteScopeFrameSlotNodeGen.java:312)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
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.<init>(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 15:10:12 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "farmacia.nome" not found; SQL statement:
|
|
|
|
|
|
select farmacia.nome
|
|
|
from farmacia inner join produto
|
|
|
on farmacia.id = produto.farmacia_id
|
|
|
where produto.farmacia_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.JdbcPreparedStatement.<init>(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.query(SourceFile:421)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:822)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute_generic4(JSWriteCurrentFrameSlotNodeGen.java:154)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute(JSWriteCurrentFrameSlotNodeGen.java:80)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.executeVoid(JSWriteCurrentFrameSlotNodeGen.java:302)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractRepeatingNode.executeBody(AbstractRepeatingNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode$WhileDoRepeatingNode.executeRepeating(WhileNode.java:231)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.nodes.RepeatingNode.executeRepeatingWithValue(RepeatingNode.java:107)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(OptimizedOSRLoopNode.java:165)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.execute(OptimizedOSRLoopNode.java:123)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode.execute(WhileNode.java:172)
|
|
|
at com.oracle.truffle.js.nodes.control.IteratorCloseWrapperNode.execute(IteratorCloseWrapperNode.java:81)
|
|
|
at com.oracle.truffle.js.nodes.JavaScriptNode.executeVoid(JavaScriptNode.java:189)
|
|
|
at com.oracle.truffle.js.nodes.control.TryFinallyNode.executeVoid(TryFinallyNode.java:111)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute_generic4(JSWriteScopeFrameSlotNodeGen.java:158)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute(JSWriteScopeFrameSlotNodeGen.java:84)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.executeVoid(JSWriteScopeFrameSlotNodeGen.java:312)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor75.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.<init>(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 15:10:50 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "farmacia.nome" not found; SQL statement:
|
|
|
|
|
|
select farmacia.nome
|
|
|
from farmacia inner join produto
|
|
|
on farmacia.id = produto.farmacia_id
|
|
|
where produto.farmacia_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.JdbcPreparedStatement.<init>(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.query(SourceFile:421)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:822)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute_generic4(JSWriteCurrentFrameSlotNodeGen.java:154)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute(JSWriteCurrentFrameSlotNodeGen.java:80)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.executeVoid(JSWriteCurrentFrameSlotNodeGen.java:302)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractRepeatingNode.executeBody(AbstractRepeatingNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode$WhileDoRepeatingNode.executeRepeating(WhileNode.java:231)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.nodes.RepeatingNode.executeRepeatingWithValue(RepeatingNode.java:107)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(OptimizedOSRLoopNode.java:165)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.execute(OptimizedOSRLoopNode.java:123)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode.execute(WhileNode.java:172)
|
|
|
at com.oracle.truffle.js.nodes.control.IteratorCloseWrapperNode.execute(IteratorCloseWrapperNode.java:81)
|
|
|
at com.oracle.truffle.js.nodes.JavaScriptNode.executeVoid(JavaScriptNode.java:189)
|
|
|
at com.oracle.truffle.js.nodes.control.TryFinallyNode.executeVoid(TryFinallyNode.java:111)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute_generic4(JSWriteScopeFrameSlotNodeGen.java:158)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute(JSWriteScopeFrameSlotNodeGen.java:84)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.executeVoid(JSWriteScopeFrameSlotNodeGen.java:312)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor75.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.<init>(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 15:11:11 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "farmacia.nome" not found; SQL statement:
|
|
|
|
|
|
select farmacia.nome
|
|
|
from farmacia inner join produto
|
|
|
on farmacia.id = produto.farmacia_id
|
|
|
where produto.farmacia_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.JdbcPreparedStatement.<init>(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.query(SourceFile:421)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:822)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute_generic4(JSWriteCurrentFrameSlotNodeGen.java:154)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute(JSWriteCurrentFrameSlotNodeGen.java:80)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.executeVoid(JSWriteCurrentFrameSlotNodeGen.java:302)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractRepeatingNode.executeBody(AbstractRepeatingNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode$WhileDoRepeatingNode.executeRepeating(WhileNode.java:231)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.nodes.RepeatingNode.executeRepeatingWithValue(RepeatingNode.java:107)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(OptimizedOSRLoopNode.java:165)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.execute(OptimizedOSRLoopNode.java:123)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode.execute(WhileNode.java:172)
|
|
|
at com.oracle.truffle.js.nodes.control.IteratorCloseWrapperNode.execute(IteratorCloseWrapperNode.java:81)
|
|
|
at com.oracle.truffle.js.nodes.JavaScriptNode.executeVoid(JavaScriptNode.java:189)
|
|
|
at com.oracle.truffle.js.nodes.control.TryFinallyNode.executeVoid(TryFinallyNode.java:111)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute_generic4(JSWriteScopeFrameSlotNodeGen.java:158)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute(JSWriteScopeFrameSlotNodeGen.java:84)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.executeVoid(JSWriteScopeFrameSlotNodeGen.java:312)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor75.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.<init>(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 15:12:31 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "farmacia.nome" not found; SQL statement:
|
|
|
|
|
|
select farmacia.nome
|
|
|
from farmacia inner join produto
|
|
|
on farmacia.id = produto.farmacia_id
|
|
|
where produto.farmacia_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.JdbcPreparedStatement.<init>(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.query(SourceFile:421)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:822)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute_generic4(JSWriteCurrentFrameSlotNodeGen.java:154)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute(JSWriteCurrentFrameSlotNodeGen.java:80)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.executeVoid(JSWriteCurrentFrameSlotNodeGen.java:302)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractRepeatingNode.executeBody(AbstractRepeatingNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode$WhileDoRepeatingNode.executeRepeating(WhileNode.java:231)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.nodes.RepeatingNode.executeRepeatingWithValue(RepeatingNode.java:107)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(OptimizedOSRLoopNode.java:165)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.execute(OptimizedOSRLoopNode.java:123)
|
|
|
at com.oracle.truffle.js.nodes.control.WhileNode.execute(WhileNode.java:172)
|
|
|
at com.oracle.truffle.js.nodes.control.IteratorCloseWrapperNode.execute(IteratorCloseWrapperNode.java:81)
|
|
|
at com.oracle.truffle.js.nodes.JavaScriptNode.executeVoid(JavaScriptNode.java:189)
|
|
|
at com.oracle.truffle.js.nodes.control.TryFinallyNode.executeVoid(TryFinallyNode.java:111)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute_generic4(JSWriteScopeFrameSlotNodeGen.java:158)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute(JSWriteScopeFrameSlotNodeGen.java:84)
|
|
|
at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.executeVoid(JSWriteScopeFrameSlotNodeGen.java:312)
|
|
|
at com.oracle.truffle.js.nodes.binary.DualNode.executeVoid(DualNode.java:149)
|
|
|
at com.oracle.truffle.js.nodes.function.BlockScopeNode$FrameBlockScopeNode.executeVoid(BlockScopeNode.java:155)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor75.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.<init>(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 15:18:02 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.loja_id" not found; SQL statement:
|
|
|
select produto.nome, categoria.tipo as "Categoria", produto.stock, produto.preco as "Preço", farmacia.lab as "Farmácia"
|
|
|
from produto, categoria, farmacia
|
|
|
where produto.categoria_id = categoria.id
|
|
|
and produto.loja_id=loja.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.expression.condition.Comparison.optimize(Comparison.java:205)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.JdbcPreparedStatement.<init>(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.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeAndSpecialize(WritePropertyNode.java:263)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeVoid(WritePropertyNode.java:235)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor75.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.<init>(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 15:24:20 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "categoria.nome" not found; SQL statement:
|
|
|
select produto.nome as "Nome", categoria.nome as "Categoria", produto.quantidade as "Quantidade", produto.preco, farmacia.lab as "Loja"
|
|
|
from produto, categoria, farmacia
|
|
|
where produto.categoria_id = categoria.id
|
|
|
and produto.farmacia_id = farmacia.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.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.<init>(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 15:24:33 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.quantidade" not found; SQL statement:
|
|
|
select produto.nome as "Nome", categoria.tipo as "Categoria", produto.quantidade as "Quantidade", produto.preco, farmacia.lab as "Loja"
|
|
|
from produto, categoria, farmacia
|
|
|
where produto.categoria_id = categoria.id
|
|
|
and produto.farmacia_id = farmacia.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.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.<init>(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-24 14:44:50 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_id" not found; SQL statement:
|
|
|
select produto.nome, categoria.tipo as "Categoria", produto.stock, produto.preco, farmacia.lab as "Farmacia"
|
|
|
from produto, categoria, farmacia
|
|
|
where produto.categoria_id = categoria.id
|
|
|
and produto.farmacia_id = farmacia.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.expression.condition.Comparison.optimize(Comparison.java:205)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.JdbcPreparedStatement.<init>(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.psamata.DB.query(SourceFile:381)
|
|
|
at org.netuno.tritao.resource.DB.query(SourceFile:761)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle(HostMethodDesc.java:292)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostToGuestCodeCache$1.executeImpl(HostToGuestCodeCache.java:86)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.execute(GuestToHostRootNode.java:82)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(OptimizedCallTarget.java:485)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.GraalRuntimeSupport.callInlined(GraalRuntimeSupport.java:120)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall(GuestToHostRootNode.java:108)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost(HostMethodDesc.java:319)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doInvoke(HostExecuteNode.java:809)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNode.doOverloadedCached(HostExecuteNode.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize(HostExecuteNodeGen.java:241)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostExecuteNodeGen.execute(HostExecuteNodeGen.java:94)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObject.invokeMember(HostObject.java:412)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize(HostObjectGen.java:1393)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember(HostObjectGen.java:1365)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember(InteropLibraryGen.java:6078)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall(JSFunctionCallNode.java:1482)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize(JSFunctionCallNode.java:294)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall(JSFunctionCallNode.java:240)
|
|
|
at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute(JSFunctionCallNode.java:711)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeAndSpecialize(WritePropertyNode.java:263)
|
|
|
at com.oracle.truffle.js.nodes.access.WritePropertyNode.executeVoid(WritePropertyNode.java:235)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeVoid(OptimizedBlockNode.java:120)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:70)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:80)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid(AbstractBlockNode.java:55)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedBlockNode.executeGeneric(OptimizedBlockNode.java:79)
|
|
|
at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute(AbstractBlockNode.java:75)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute(FunctionBodyNode.java:73)
|
|
|
at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm(FunctionRootNode.java:147)
|
|
|
at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute(JavaScriptRealmBoundaryRootNode.java:93)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(OptimizedCallTarget.java:459)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(OptimizedDirectCallNode.java:71)
|
|
|
at com.oracle.truffle.js.lang.JavaScriptLanguage$1.execute(JavaScriptLanguage.java:214)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:591)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.profiledPERoot(OptimizedCallTarget.java:562)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(OptimizedCallTarget.java:512)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(OptimizedCallTarget.java:496)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callIndirect(OptimizedCallTarget.java:446)
|
|
|
at jdk.internal.vm.compiler/org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(OptimizedCallTarget.java:434)
|
|
|
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.eval(PolyglotContextImpl.java:941)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:347)
|
|
|
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:373)
|
|
|
at org.netuno.psamata.script.GraalRunner.eval(SourceFile:169)
|
|
|
at org.netuno.tritao.config.Hili.runGraalScript(SourceFile:550)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:393)
|
|
|
at org.netuno.tritao.config.Hili.runScriptSandbox(SourceFile:310)
|
|
|
at org.netuno.tritao.Service.execute(SourceFile:630)
|
|
|
at org.netuno.tritao.Service._main(SourceFile:571)
|
|
|
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.<init>(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-24 15:37:00 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "loja" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.quantidade, produto.preco from produto inner join categoria on produto.categoria_id = categoria.id inner join loja on produto.loja_id = loja.id
|
|
|
where loja.id = ? [42102-198]
|
|
|
2021-03-24 15:37:32 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.quantidade" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.quantidade, produto.preco from produto inner join categoria on produto.categoria_id = categoria.id inner join farmacia on produto.farmacia_id = farmacia.id
|
|
|
where farmacia.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.<init>(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-24 15:37:40 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_id" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco from produto inner join categoria on produto.categoria_id = categoria.id inner join farmacia on produto.farmacia_id = farmacia.id
|
|
|
where farmacia.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.expression.condition.Comparison.optimize(Comparison.java:205)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.<init>(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-24 16:35:45 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_id" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.id
|
|
|
inner join farmacia
|
|
|
on produto.farmacia_id = farmacia.id
|
|
|
where farmacia.id = 1 [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.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.<init>(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-24 16:36:17 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.id
|
|
|
inner join farmacia
|
|
|
on produto.farmacia = farmacia.id
|
|
|
where farmacia.id = 1 [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.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.<init>(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-24 16:37:00 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacias" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.id
|
|
|
inner join farmacia
|
|
|
on produto.farmacias = farmacia.id
|
|
|
where farmacia.id = 1 [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.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.<init>(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-24 16:38:11 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLDataException: Parameter "#1" is not set; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.id
|
|
|
inner join farmacia
|
|
|
on produto.farmacia_id_20210324_162828 = farmacia.id
|
|
|
where farmacia.id = ? [90012-198]
|
|
|
at org.h2.message.DbException.getJdbcSQLException(DbException.java:587)
|
|
|
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.Parameter.checkSet(Parameter.java:94)
|
|
|
at org.h2.command.Prepared.checkParameters(Prepared.java:180)
|
|
|
at org.h2.command.CommandContainer.query(CommandContainer.java:144)
|
|
|
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.<init>(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-24 18:03:16 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_id" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.id
|
|
|
inner join farmacia
|
|
|
on produto.farmacia_id = farmacia.id
|
|
|
where farmacia.id = 1 [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.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.<init>(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-24 18:03:21 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacias" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.id
|
|
|
inner join farmacia
|
|
|
on produto.farmacias = farmacia.id
|
|
|
where farmacia.id = 1 [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.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.<init>(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-24 18:04:11 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "farmacias" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.id
|
|
|
inner join farmacia
|
|
|
on produto.farmacias = farmacia.id
|
|
|
where farmacias = 1 [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.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.<init>(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-24 18:04:24 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacias" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.id
|
|
|
inner join farmacia
|
|
|
on produto.farmacias = farmacia.id
|
|
|
where farmacia.id = 1 [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.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.<init>(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-24 18:05:34 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_id" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.id
|
|
|
inner join farmacia
|
|
|
on produto.farmacia_id = farmacia.id
|
|
|
where farmacia.id = 1 [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.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.<init>(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-24 18:05:44 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_id" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.id
|
|
|
inner join farmacia
|
|
|
on produto.farmacia_id = farmacia.id
|
|
|
where farmacia.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.expression.condition.Comparison.optimize(Comparison.java:205)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.<init>(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-24 18:05:45 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_id" not found; SQL statement:
|
|
|
select produto.nome, produto.categoria_id, produto.stock, produto.preco
|
|
|
from produto
|
|
|
inner join categoria
|
|
|
on produto.categoria_id = categoria.id
|
|
|
inner join farmacia
|
|
|
on produto.farmacia_id = farmacia.id
|
|
|
where farmacia.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.expression.condition.Comparison.optimize(Comparison.java:205)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:133)
|
|
|
at org.h2.expression.condition.ConditionAndOr.optimize(ConditionAndOr.java:134)
|
|
|
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.<init>(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-24 18:11:12 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacias_id" not found; SQL statement:
|
|
|
select produto.farmacias_id from produto [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.<init>(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-24 18:11:29 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacias_id" not found; SQL statement:
|
|
|
select produto.farmacias_id from produto [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.<init>(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-24 18:12:46 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_multi" not found; SQL statement:
|
|
|
select produto.farmacia_multi from produto [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.<init>(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-24 18:13:26 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_multi" not found; SQL statement:
|
|
|
select produto.farmacia_multi from produto [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.<init>(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-24 18:13:27 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_multi" not found; SQL statement:
|
|
|
select produto.farmacia_multi from produto [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.<init>(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-24 18:13:27 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_multi" not found; SQL statement:
|
|
|
select produto.farmacia_multi from produto [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.<init>(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-24 18:13:27 jdbc[3]: exception
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "produto.farmacia_multi" not found; SQL statement:
|
|
|
select produto.farmacia_multi from produto [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.<init>(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)
|