|
|
|
@ -3194,3 +3194,68 @@ select * from netuno_app where uid = 'social-netuno' [22018-198] |
|
|
|
2021-04-17 13:16:05 jdbc[3]: exception |
|
|
|
org.h2.jdbc.JdbcSQLDataException: Data conversion error converting "social-netuno"; SQL statement: |
|
|
|
select * from netuno_app where uid = 'social-netuno' [22018-198] |
|
|
|
2021-04-17 21:50:38 jdbc[3]: exception |
|
|
|
org.h2.jdbc.JdbcSQLDataException: Data conversion error converting "social-netuno"; SQL statement: |
|
|
|
select * from netuno_app where uid = 'social-netuno' [22018-198] |
|
|
|
2021-04-18 13:29:55 jdbc[3]: exception |
|
|
|
org.h2.jdbc.JdbcSQLDataException: Data conversion error converting "social-netuno"; SQL statement: |
|
|
|
select * from netuno_app where uid = 'social-netuno' [22018-198] |
|
|
|
2021-04-18 13:56:01 jdbc[3]: exception |
|
|
|
org.h2.jdbc.JdbcSQLDataException: Parameter "#1" is not set; SQL statement: |
|
|
|
SELECT pessoa.*, cidade.nome AS cidade |
|
|
|
FROM pessoa INNER JOIN cidade ON pessoa.cidade_id = cidade.id |
|
|
|
WHERE pessoa.usuario_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) |