Guest User

Untitled

a guest
Jan 29th, 2025
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 KB | None | 0 0
  1. Java Traceback:
  2. Traceback (most recent call last):
  3. File "<input>", line 28, in <module>
  4. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.newGatewayException(GatewayInterface.java:360)
  5.  
  6. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.sendMessage(GatewayInterface.java:334)
  7.  
  8. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.runTagHistoryQuery(GatewayInterface.java:802)
  9.  
  10. at com.inductiveautomation.ignition.client.script.ClientTagUtilities.queryTagHistoryImpl(ClientTagUtilities.java:342)
  11.  
  12. at com.inductiveautomation.ignition.common.script.builtin.AbstractTagUtilities.queryTagHistory(AbstractTagUtilities.java:731)
  13.  
  14. at jdk.internal.reflect.GeneratedMethodAccessor108.invoke(Unknown Source)
  15.  
  16. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17.  
  18. at java.base/java.lang.reflect.Method.invoke(Unknown Source)
  19.  
  20. com.inductiveautomation.ignition.client.gateway_interface.GatewayException: com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Bounds of result set does not match that of value set. (0 in vs 1 expected)
  21.  
  22.  
  23. at org.python.core.Py.JavaError(Py.java:547)
  24.  
  25. at org.python.core.Py.JavaError(Py.java:538)
  26.  
  27. at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:192)
  28.  
  29. at com.inductiveautomation.ignition.common.script.ScriptManager$ReflectedInstanceFunction.__call__(ScriptManager.java:552)
  30.  
  31. at org.python.core.PyObject.__call__(PyObject.java:400)
  32.  
  33. at org.python.pycode._pyx237.f$0(<input>:30)
  34.  
  35. at org.python.pycode._pyx237.call_function(<input>)
  36.  
  37. at org.python.core.PyTableCode.call(PyTableCode.java:173)
  38.  
  39. at org.python.core.PyCode.call(PyCode.java:18)
  40.  
  41. at org.python.core.Py.runCode(Py.java:1687)
  42.  
  43. at org.python.core.Py.exec(Py.java:1731)
  44.  
  45. at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:277)
  46.  
  47. at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java:130)
  48.  
  49. at com.inductiveautomation.ignition.designer.gui.tools.jythonconsole.JythonConsole$ConsoleWorker.doInBackground(JythonConsole.java:626)
  50.  
  51. at com.inductiveautomation.ignition.designer.gui.tools.jythonconsole.JythonConsole$ConsoleWorker.doInBackground(JythonConsole.java:614)
  52.  
  53. at java.desktop/javax.swing.SwingWorker$1.call(Unknown Source)
  54.  
  55. at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
  56.  
  57. at java.desktop/javax.swing.SwingWorker.run(Unknown Source)
  58.  
  59. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  60.  
  61. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  62.  
  63. at java.base/java.lang.Thread.run(Unknown Source)
  64.  
  65. Caused by: com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Bounds of result set does not match that of value set. (0 in vs 1 expected)
  66.  
  67. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.newGatewayException(GatewayInterface.java:360)
  68.  
  69. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.sendMessage(GatewayInterface.java:334)
  70.  
  71. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.runTagHistoryQuery(GatewayInterface.java:802)
  72.  
  73. at com.inductiveautomation.ignition.client.script.ClientTagUtilities.queryTagHistoryImpl(ClientTagUtilities.java:342)
  74.  
  75. at com.inductiveautomation.ignition.common.script.builtin.AbstractTagUtilities.queryTagHistory(AbstractTagUtilities.java:731)
  76.  
  77. at jdk.internal.reflect.GeneratedMethodAccessor108.invoke(Unknown Source)
  78.  
  79. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  80.  
  81. at java.base/java.lang.reflect.Method.invoke(Unknown Source)
  82.  
  83. at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:190)
  84.  
  85. ... 18 more
  86.  
  87. Caused by: java.lang.IllegalArgumentException: Bounds of result set does not match that of value set. (0 in vs 1 expected)
  88.  
  89. at com.inductiveautomation.ignition.common.util.OperationAggregator$AggregationEntry.setResults(OperationAggregator.java:173)
  90.  
  91. at com.inductiveautomation.ignition.gateway.sqltags.history.TagHistoryManagerImpl.queryHistory(TagHistoryManagerImpl.java:568)
  92.  
  93. at com.inductiveautomation.ignition.gateway.tags.model.ProjectDefaultTagManagerFacade.queryHistory(ProjectDefaultTagManagerFacade.java:440)
  94.  
  95. at com.inductiveautomation.ignition.gateway.servlets.gateway.functions.QueryTagHistory.invoke(QueryTagHistory.java:102)
  96.  
  97. at com.inductiveautomation.ignition.gateway.servlets.Gateway.doPost(Gateway.java:435)
  98.  
  99. at javax.servlet.http.HttpServlet.service(HttpServlet.java:523)
  100.  
  101. at javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
  102.  
  103. at com.inductiveautomation.ignition.gateway.bootstrap.MapServlet.service(MapServlet.java:86)
  104.  
  105. at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1410)
  106.  
  107. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)
  108.  
  109. at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665)
  110.  
  111. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527)
  112.  
  113. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:131)
  114.  
  115. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:578)
  116.  
  117. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
  118.  
  119. at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:223)
  120.  
  121. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1570)
  122.  
  123. at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)
  124.  
  125. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1384)
  126.  
  127. at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176)
  128.  
  129. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484)
  130.  
  131. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1543)
  132.  
  133. at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174)
  134.  
  135. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1306)
  136.  
  137. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129)
  138.  
  139. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
  140.  
  141. at com.inductiveautomation.catapult.handlers.RemoteHostNameLookupHandler.handle(RemoteHostNameLookupHandler.java:121)
  142.  
  143. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
  144.  
  145. at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:301)
  146.  
  147. at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:51)
  148.  
  149. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:141)
  150.  
  151. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
  152.  
  153. at org.eclipse.jetty.server.Server.handle(Server.java:563)
  154.  
  155. at org.eclipse.jetty.server.HttpChannel.lambda$handle$0(HttpChannel.java:505)
  156.  
  157. at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:762)
  158.  
  159. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:497)
  160.  
  161. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:282)
  162.  
  163. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314)
  164.  
  165. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)
  166.  
  167. at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
  168.  
  169. at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:416)
  170.  
  171. at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:385)
  172.  
  173. at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:272)
  174.  
  175. at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.lambda$new$0(AdaptiveExecutionStrategy.java:140)
  176.  
  177. at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411)
  178.  
  179. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969)
  180.  
  181. at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194)
  182.  
  183. at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149)
  184.  
  185. at java.lang.Thread.run(null)
  186.  
  187. Traceback (most recent call last):
  188. File "<input>", line 28, in <module>
  189. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.newGatewayException(GatewayInterface.java:360)
  190.  
  191. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.sendMessage(GatewayInterface.java:334)
  192.  
  193. at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.runTagHistoryQuery(GatewayInterface.java:802)
  194.  
  195. at com.inductiveautomation.ignition.client.script.ClientTagUtilities.queryTagHistoryImpl(ClientTagUtilities.java:342)
  196.  
  197. at com.inductiveautomation.ignition.common.script.builtin.AbstractTagUtilities.queryTagHistory(AbstractTagUtilities.java:731)
  198.  
  199. at jdk.internal.reflect.GeneratedMethodAccessor108.invoke(Unknown Source)
  200.  
  201. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  202.  
  203. at java.base/java.lang.reflect.Method.invoke(Unknown Source)
  204.  
  205. com.inductiveautomation.ignition.client.gateway_interface.GatewayException: com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Bounds of result set does not match that of value set. (0 in vs 1 expected)
  206.  
Advertisement
Add Comment
Please, Sign In to add comment