Page 1 of 1

GoTo Javascript Error in Console

PostPosted: Thu Sep 03, 2020 7:40 am
by joe26
Hello,

Where is this configured? The old 7.4.8 gave me a clean hyperlink that took me to my offensive code... :/

I'm just seeing the Java stuff. In the case of accessing the array, the response was a java error. It doesn't translate to a javascript error. Eclipse seems to show other errors that I'm used to seeing. (that just sound bad, right?)

2020.6 gives me java links, but not to the concerning javascript line. Do I have an incorrect debugger software installed. This is essentially a vanilla install as far as software add-ons.

Thanks,
--Joe.

ERROR com.servoy.j2db.util.Debug - Array index out of range: 1 java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1
at com.servoy.j2db.dataprocessing.JSDataSet.getColumnNamesSorted(JSDataSet.java:1651) ~[?:?]
at com.servoy.j2db.dataprocessing.JSDataSet.get(JSDataSet.java:1477) ~[?:?]
at org.mozilla.javascript.ScriptableObject.getProperty(ScriptableObject.java:2428) ~[org.eclipse.dltk.javascript.rhino_2020.6.1.3583.jar:?]
at org.mozilla.javascript.ScriptRuntime.getObjectIndex(ScriptRuntime.java:1630) ~[org.eclipse.dltk.javascript.rhino_2020.6.1.3583.jar:?]
at org.mozilla.javascript.ScriptRuntime.getObjectIndex(ScriptRuntime.java:1620) ~[org.eclipse.dltk.javascript.rhino_2020.6.1.3583.jar:?]
at org.mozilla.javascript.Interpreter.doGetElem(Interpreter.java:2233) ~[org.eclipse.dltk.javascript.rhino_2020.6.1.3583.jar:?]
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1272) ~[org.eclipse.dltk.javascript.rhino_2020.6.1.3583.jar:?]
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815) ~[org.eclipse.dltk.javascript.rhino_2020.6.1.3583.jar:?]
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) ~[org.eclipse.dltk.javascript.rhino_2020.6.1.3583.jar:?]
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:399) ~[org.eclipse.dltk.javascript.rhino_2020.6.1.3583.jar:?]
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3534) ~[org.eclipse.dltk.javascript.rhino_2020.6.1.3583.jar:?]
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:107) ~[org.eclipse.dltk.javascript.rhino_2020.6.1.3583.jar:?]
at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:672) [servoy_shared_2020.6.1.3583.jar:?]
at com.servoy.j2db.debug.RemoteDebugScriptEngine.executeFunction(RemoteDebugScriptEngine.java:393) [servoy_debug_2020.6.1.3583.jar:?]
at com.servoy.j2db.BasicFormController.executeFunction(BasicFormController.java:1074) [servoy_shared_2020.6.1.3583.jar:?]
at com.servoy.j2db.BasicFormController.executeFunction(BasicFormController.java:956) [servoy_shared_2020.6.1.3583.jar:?]
at com.servoy.j2db.BasicFormController.executeFunction(BasicFormController.java:827) [servoy_shared_2020.6.1.3583.jar:?]
at com.servoy.j2db.FormController$ScriptExecuter.executeFunction(FormController.java:1043) [servoy_shared_2020.6.1.3583.jar:?]
at com.servoy.j2db.ui.BaseEventExecutor.fireEventCommand(BaseEventExecutor.java:299) [servoy_shared_2020.6.1.3583.jar:?]
at com.servoy.j2db.ui.BaseEventExecutor.fireEventCommand(BaseEventExecutor.java:265) [servoy_shared_2020.6.1.3583.jar:?]

and it goes on for a few more lines.