Guest User

Untitled

a guest
Sep 1st, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Traceback (most recent call last):
  2. File "<event:actionPerformed>", line 124, in <module>
  3. at com.inductiveautomation.ignition.common.script.builtin.AbstractDBUtilities.error(AbstractDBUtilities.java:362)
  4. at com.inductiveautomation.ignition.common.script.builtin.AbstractDBUtilities.runPrepUpdate(AbstractDBUtilities.java:258)
  5. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  7. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  8. at java.base/java.lang.reflect.Method.invoke(Unknown Source)
  9. java.lang.Exception: java.lang.Exception: Error executing system.db.runPrepUpdate(INSERT INTO jobs (ok_to_start, job_type, user_id) VALUES (?, ?, ?);, [0, formula, 1], dbname, , true, false)
  10.  
  11. at org.python.core.Py.JavaError(Py.java:552)
  12. at com.inductiveautomation.ignition.common.script.builtin.AbstractDBUtilities.error(AbstractDBUtilities.java:362)
  13. at com.inductiveautomation.ignition.common.script.builtin.AbstractDBUtilities.runPrepUpdate(AbstractDBUtilities.java:258)
  14. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.base/java.lang.reflect.Method.invoke(Unknown Source)
  18. at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:188)
  19. at com.inductiveautomation.ignition.common.script.ScriptManager$ReflectedInstanceFunction.__call__(ScriptManager.java:524)
  20. at org.python.core.PyObject.__call__(PyObject.java:413)
  21. at org.python.pycode._pyx30.f$0(<event:actionPerformed>:142)
  22. at org.python.pycode._pyx30.call_function(<event:actionPerformed>)
  23. at org.python.core.PyTableCode.call(PyTableCode.java:171)
  24. at org.python.core.PyCode.call(PyCode.java:18)
  25. at org.python.core.Py.runCode(Py.java:1614)
  26. at com.inductiveautomation.ignition.common.script.ScriptManager.runCode(ScriptManager.java:782)
  27. at com.inductiveautomation.factorypmi.application.binding.action.ActionAdapter.runActions(ActionAdapter.java:206)
  28. at com.inductiveautomation.factorypmi.application.binding.action.ActionAdapter.invoke(ActionAdapter.java:297)
  29. at com.inductiveautomation.factorypmi.application.binding.action.RelayInvocationHandler.invoke(RelayInvocationHandler.java:57)
  30. at com.sun.proxy.$Proxy44.actionPerformed(Unknown Source)
  31. at java.desktop/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  32. at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  33. at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  34. at java.desktop/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  35. at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  36. at java.desktop/java.awt.Component.processMouseEvent(Unknown Source)
  37. at java.desktop/javax.swing.JComponent.processMouseEvent(Unknown Source)
  38. at java.desktop/java.awt.Component.processEvent(Unknown Source)
  39. at java.desktop/java.awt.Container.processEvent(Unknown Source)
  40. at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
  41. at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
  42. at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
  43. at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  44. at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  45. at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  46. at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
  47. at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
  48. at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
  49. at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  50. at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
  51. at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
  52. at java.base/java.security.AccessController.doPrivileged(Native Method)
  53. at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  54. at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  55. at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
  56. at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
  57. at java.base/java.security.AccessController.doPrivileged(Native Method)
  58. at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  59. at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
  60. at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  61. at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  62. at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  63. at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  64. at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  65. at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
  66. Caused by: java.lang.Exception: Error executing system.db.runPrepUpdate(INSERT INTO jobs (ok_to_start, job_type, user_id) VALUES (?, ?, ?);, [0, formula, 1], dbname, , true, false)
  67. ... 54 more
  68. Caused by: com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Unable to decode arguments
  69. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.newGatewayException(GatewayInterface.java:351)
  70. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.sendMessage(GatewayInterface.java:325)
  71. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.sendMessage(GatewayInterface.java:278)
  72. at com.inductiveautomation.ignition.client.script.ClientDBUtilities._runPrepStmt(ClientDBUtilities.java:282)
  73. at com.inductiveautomation.ignition.common.script.builtin.AbstractDBUtilities.runPrepUpdate(AbstractDBUtilities.java:256)
  74. ... 52 more
  75. Caused by: java.io.InvalidClassException: failed to read class descriptor
  76. at java.io.ObjectInputStream.readNonProxyDesc(null)
  77. at java.io.ObjectInputStream.readClassDesc(null)
  78. at java.io.ObjectInputStream.readOrdinaryObject(null)
  79. at java.io.ObjectInputStream.readObject0(null)
  80. at java.io.ObjectInputStream.readArray(null)
  81. at java.io.ObjectInputStream.readObject0(null)
  82. at java.io.ObjectInputStream.readObject(null)
  83. at java.io.ObjectInputStream.readObject(null)
  84. at com.inductiveautomation.ignition.common.Base64.decodeToObjectFragile(Base64.java:985)
  85. at com.inductiveautomation.ignition.gateway.servlets.gateway.functions.RunPrepStmt.runUpdateQuery(RunPrepStmt.java:43)
  86. at com.inductiveautomation.ignition.gateway.servlets.gateway.functions.AbstractUpdateQuery.run(AbstractUpdateQuery.java:25)
  87. at com.inductiveautomation.ignition.gateway.servlets.gateway.functions.AbstractDBAction.invoke(AbstractDBAction.java:68)
  88. at com.inductiveautomation.ignition.gateway.servlets.Gateway.doPost(Gateway.java:414)
  89. at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
  90. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  91. at com.inductiveautomation.ignition.gateway.bootstrap.MapServlet.service(MapServlet.java:86)
  92. at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(ServletHolder.java:1391)
  93. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:760)
  94. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:547)
  95. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  96. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590)
  97. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
  98. at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
  99. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
  100. at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
  101. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
  102. at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
  103. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
  104. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
  105. at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
  106. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
  107. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  108. at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:59)
  109. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
  110. at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
  111. at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:59)
  112. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
  113. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
  114. at org.eclipse.jetty.server.Server.handle(Server.java:500)
  115. at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
  116. at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
  117. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
  118. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
  119. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
  120. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
  121. at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
  122. at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
  123. at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
  124. at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
  125. at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
  126. at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:388)
  127. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
  128. at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
  129. at java.lang.Thread.run(null)
  130.  
  131. Ignition v8.0.16 (b2020082513)
  132. Java: Azul Systems, Inc. 11.0.7
  133.  
Add Comment
Please, Sign In to add comment