Skip to content

Instantly share code, notes, and snippets.

@kylechase
Created July 16, 2020 20:00
Show Gist options
  • Save kylechase/60a97867f2c135a13165a726ba16bb5e to your computer and use it in GitHub Desktop.
Save kylechase/60a97867f2c135a13165a726ba16bb5e to your computer and use it in GitHub Desktop.
INFO | jvm 1 | 2020/07/16 19:59:48 | java.lang.NullPointerException: null
INFO | jvm 1 | 2020/07/16 19:59:48 | at com.inductiveautomation.ignition.gateway.logging.SQLiteAppenderReader.getConnection(SQLiteAppenderReader.java:83)
INFO | jvm 1 | 2020/07/16 19:59:48 | at com.inductiveautomation.ignition.gateway.logging.SQLiteAppenderReader.query(SQLiteAppenderReader.java:150)
INFO | jvm 1 | 2020/07/16 19:59:48 | at com.inductiveautomation.ignition.gateway.logging.GatewayLoggingManagerImpl.queryLogEvents(GatewayLoggingManagerImpl.java:144)
INFO | jvm 1 | 2020/07/16 19:59:48 | at com.inductiveautomation.ignition.gateway.web.pages.status.routes.LoggingRoutes.getLogs(LoggingRoutes.java:561)
INFO | jvm 1 | 2020/07/16 19:59:48 | at com.inductiveautomation.ignition.gateway.dataroutes.Route.service(Route.java:252)
INFO | jvm 1 | 2020/07/16 19:59:48 | at com.inductiveautomation.ignition.gateway.dataroutes.RouteGroupImpl.service(RouteGroupImpl.java:61)
INFO | jvm 1 | 2020/07/16 19:59:48 | at com.inductiveautomation.ignition.gateway.dataroutes.RouteGroupCollectionServlet.serviceInternal(RouteGroupCollectionServlet.java:54)
INFO | jvm 1 | 2020/07/16 19:59:48 | at com.inductiveautomation.ignition.gateway.dataroutes.AbstractRouteGroupServlet.service(AbstractRouteGroupServlet.java:38)
INFO | jvm 1 | 2020/07/16 19:59:48 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(ServletHolder.java:1391)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:760)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:547)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:59)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:59)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.Server.handle(Server.java:500)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:388)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
INFO | jvm 1 | 2020/07/16 19:59:48 | at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
INFO | jvm 1 | 2020/07/16 19:59:48 | at java.base/java.lang.Thread.run(Unknown Source)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment