Hello,
I try to test using the developer a RESTful web service API we have made in servoy. When I make the requests to the localhost I see in servoy this kind of errors:
2011-09-02 23:34:22,047 ERROR [http-8080-1] com.servoy.extensions.plugins.rest_ws.RestWSPlugin - /servoy-service/rest_ws/AeroPlusAPI/logbookEntries/
org.mozilla.javascript.EcmaError: ReferenceError: "globals" is not defined. (/Users/bogdan/work/workspace_servoy/AeroPlusAPI/forms/logbookEntries.js#15)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3663)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3657)
at org.mozilla.javascript.ScriptRuntime.notFoundError(ScriptRuntime.java:3719)
at org.mozilla.javascript.ScriptRuntime.nameOrFunction(ScriptRuntime.java:1754)
at org.mozilla.javascript.ScriptRuntime.name(ScriptRuntime.java:1679)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3752)
at script.ws_read_x(/Users/bogdan/work/workspace_servoy/AeroPlusAPI/forms/logbookEntries.js:15)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2680)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:166)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:387)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3135)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:165)
at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:476)
at com.servoy.j2db.debug.RemoteDebugScriptEngine.executeFunction(RemoteDebugScriptEngine.java:382)
at com.servoy.j2db.FormController.executeFunction(FormController.java:3977)
at com.servoy.j2db.FormController.executeFunction(FormController.java:3858)
at com.servoy.j2db.plugins.ClientPluginAccessProvider$MethodExecutor.run(ClientPluginAccessProvider.java:548)
at com.servoy.j2db.server.headlessclient.SessionClient.invokeAndWait(SessionClient.java:1170)
at com.servoy.j2db.plugins.ClientPluginAccessProvider$1.run(ClientPluginAccessProvider.java:443)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
I’m just calling a method defined in globals. In the online server I don’t receive this kind of errors. What could be the problem?
Thanks,
Bogdan.
Bogdan,
What version of Servoy are you using?
I could call a global method without problems from my ws_read method in the called form.
What does it say on line 15 in AeroPlusAPI/forms/logbookEntries.js?
Rob
Hi Rob,
This is my Servoy version: 5.2.9.
This happened only on the developer, on my local computer, and not always. On the public server used by our clients this don’t happened. But I just can’t test it properly, because I have to test it on my computer first.
I also get errors about my functions that can not be found although they are there.
Thanks,
Bogdan.
Another error like the one above, in SmartClient on developer:
ReferenceError: "elements" is not defined. (/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js#41)
at /Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js:41 (setFoundSetForAdvancedView)
at /Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:49 (onRecordSelection)
at /Users/bogdan/work/workspace_servoy/AeroPlus/globals.js:746 (recordAddImpl)
at /Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:77 (onShow)
The line is this:
if (elements.tabs_edit.tabIndex == 2) {
these errors really look that the client is already gone or partly gone.
Do you have for the last one a full stack in the error log?
Hello Johan,
These are the errors I found in the log. The first three I think are the same.
Each time, after restarting the SmartClient I was not receiving it for a while, until making more changes in the code while testing, then suddenly this error appeared.
Thanks!
2011-10-05 00:14:02,713 ERROR [AWT-EventQueue-0] com.servoy.j2db.util.Debug - Throwable
org.mozilla.javascript.EcmaError: ReferenceError: "elements" is not defined. (/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js#41)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3663)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3657)
at org.mozilla.javascript.ScriptRuntime.notFoundError(ScriptRuntime.java:3719)
at org.mozilla.javascript.ScriptRuntime.nameOrFunction(ScriptRuntime.java:1754)
at org.mozilla.javascript.ScriptRuntime.name(ScriptRuntime.java:1679)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3752)
at script.setFoundSetForAdvancedView(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js:41)
at script.onRecordSelection(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:49)
at script.onShow(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:79)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2680)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:166)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:387)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3135)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:165)
at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:476)
at com.servoy.j2db.debug.RemoteDebugScriptEngine.executeFunction(RemoteDebugScriptEngine.java:382)
at com.servoy.j2db.FormController.executeFunction(FormController.java:3977)
at com.servoy.j2db.FormController.executeFormMethod(FormController.java:4291)
at com.servoy.j2db.FormController.executeOnShowMethod(FormController.java:4170)
at com.servoy.j2db.FormController.access$15(FormController.java:4161)
at com.servoy.j2db.FormController$3.run(FormController.java:3040)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:677)
at java.awt.EventQueue.access$000(EventQueue.java:85)
at java.awt.EventQueue$1.run(EventQueue.java:638)
at java.awt.EventQueue$1.run(EventQueue.java:636)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:647)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2011-10-05 00:14:12,575 ERROR [AWT-EventQueue-0] com.servoy.j2db.util.Debug - Throwable
org.mozilla.javascript.EcmaError: ReferenceError: "elements" is not defined. (/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js#41)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3663)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3657)
at org.mozilla.javascript.ScriptRuntime.notFoundError(ScriptRuntime.java:3719)
at org.mozilla.javascript.ScriptRuntime.nameOrFunction(ScriptRuntime.java:1754)
at org.mozilla.javascript.ScriptRuntime.name(ScriptRuntime.java:1679)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3752)
at script.setFoundSetForAdvancedView(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js:41)
at script.onRecordSelection(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:49)
at script.onShow(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:79)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2680)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:166)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:387)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3135)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:165)
at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:476)
at com.servoy.j2db.debug.RemoteDebugScriptEngine.executeFunction(RemoteDebugScriptEngine.java:382)
at com.servoy.j2db.FormController.executeFunction(FormController.java:3977)
at com.servoy.j2db.FormController.executeFormMethod(FormController.java:4291)
at com.servoy.j2db.FormController.executeOnShowMethod(FormController.java:4170)
at com.servoy.j2db.FormController.access$15(FormController.java:4161)
at com.servoy.j2db.FormController$3.run(FormController.java:3040)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:677)
at java.awt.EventQueue.access$000(EventQueue.java:85)
at java.awt.EventQueue$1.run(EventQueue.java:638)
at java.awt.EventQueue$1.run(EventQueue.java:636)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:647)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2011-10-05 00:14:20,009 ERROR [AWT-EventQueue-0] com.servoy.j2db.util.Debug - Throwable
org.mozilla.javascript.EcmaError: ReferenceError: "elements" is not defined. (/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js#41)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3663)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3657)
at org.mozilla.javascript.ScriptRuntime.notFoundError(ScriptRuntime.java:3719)
at org.mozilla.javascript.ScriptRuntime.nameOrFunction(ScriptRuntime.java:1754)
at org.mozilla.javascript.ScriptRuntime.name(ScriptRuntime.java:1679)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3752)
at script.setFoundSetForAdvancedView(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js:41)
at script.onRecordSelection(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:49)
at script.onShow(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:79)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2680)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:166)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:387)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3135)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:165)
at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:476)
at com.servoy.j2db.debug.RemoteDebugScriptEngine.executeFunction(RemoteDebugScriptEngine.java:382)
at com.servoy.j2db.FormController.executeFunction(FormController.java:3977)
at com.servoy.j2db.FormController.executeFormMethod(FormController.java:4291)
at com.servoy.j2db.FormController.executeOnShowMethod(FormController.java:4170)
at com.servoy.j2db.FormController.access$15(FormController.java:4161)
at com.servoy.j2db.FormController$3.run(FormController.java:3040)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:677)
at java.awt.EventQueue.access$000(EventQueue.java:85)
at java.awt.EventQueue$1.run(EventQueue.java:638)
at java.awt.EventQueue$1.run(EventQueue.java:636)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:647)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2011-10-05 00:14:30,086 ERROR [AWT-EventQueue-0] com.servoy.j2db.util.Debug - Throwable
org.mozilla.javascript.EcmaError: ReferenceError: "elements" is not defined. (/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js#41)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3663)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3657)
at org.mozilla.javascript.ScriptRuntime.notFoundError(ScriptRuntime.java:3719)
at org.mozilla.javascript.ScriptRuntime.nameOrFunction(ScriptRuntime.java:1754)
at org.mozilla.javascript.ScriptRuntime.name(ScriptRuntime.java:1679)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3752)
at script.setFoundSetForAdvancedView(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js:41)
at script.onRecordSelection(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:49)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2680)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:166)
at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:476)
at com.servoy.j2db.debug.RemoteDebugScriptEngine.executeFunction(RemoteDebugScriptEngine.java:382)
at com.servoy.j2db.FormController.executeFunction(FormController.java:3977)
at com.servoy.j2db.FormController.executeFormMethod(FormController.java:4291)
at com.servoy.j2db.FormController.executeOnRecordSelect(FormController.java:4229)
at com.servoy.j2db.FormController.refreshAllPartRenderers(FormController.java:2185)
at com.servoy.j2db.FormController.valueChanged(FormController.java:2252)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:137)
at com.servoy.j2db.util.gui.AlwaysRowSelectedSelectionModel.setSelectedRows(AlwaysRowSelectedSelectionModel.java:198)
at com.servoy.j2db.util.gui.AlwaysRowSelectedSelectionModel.setSelectedRow(AlwaysRowSelectedSelectionModel.java:163)
at com.servoy.j2db.util.gui.AlwaysRowSelectedSelectionModel.setSelectedRow(AlwaysRowSelectedSelectionModel.java:128)
at com.servoy.j2db.smart.RecordView.stateChanged(RecordView.java:171)
at javax.swing.JSlider.fireStateChanged(JSlider.java:420)
at javax.swing.JSlider$ModelListener.stateChanged(JSlider.java:337)
at javax.swing.DefaultBoundedRangeModel.fireStateChanged(DefaultBoundedRangeModel.java:348)
at javax.swing.DefaultBoundedRangeModel.setRangeProperties(DefaultBoundedRangeModel.java:285)
at javax.swing.DefaultBoundedRangeModel.setMinimum(DefaultBoundedRangeModel.java:186)
at javax.swing.JSlider.setMinimum(JSlider.java:566)
at com.servoy.j2db.smart.Slider.setMax(Slider.java:148)
at com.servoy.j2db.smart.RecordView.intervalAdded(RecordView.java:251)
at com.servoy.j2db.dataprocessing.TableAndListEventDelegate.fireIntervalAdded(TableAndListEventDelegate.java:120)
at com.servoy.j2db.dataprocessing.TableAndListEventDelegate$1.run(TableAndListEventDelegate.java:147)
at com.servoy.j2db.dataprocessing.TableAndListEventDelegate.fireTableAndListEvent(TableAndListEventDelegate.java:175)
at com.servoy.j2db.dataprocessing.SwingRelatedFoundSet.fireFoundSetEvent(SwingRelatedFoundSet.java:150)
at com.servoy.j2db.dataprocessing.FoundSet.addRecord(FoundSet.java:3574)
at com.servoy.j2db.dataprocessing.FoundSet.newRecord(FoundSet.java:3524)
at com.servoy.j2db.dataprocessing.RelatedFoundSet.newRecord(RelatedFoundSet.java:389)
at com.servoy.j2db.dataprocessing.FoundSet.js_newRecord(FoundSet.java:2161)
at sun.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:179)
at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:353)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3666)
at script.recordAddImpl(/Users/bogdan/work/workspace_servoy/AeroPlus/globals.js:746)
at script.onShow(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:77)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2680)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:166)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:387)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3135)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:165)
at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:476)
at com.servoy.j2db.debug.RemoteDebugScriptEngine.executeFunction(RemoteDebugScriptEngine.java:382)
at com.servoy.j2db.FormController.executeFunction(FormController.java:3977)
at com.servoy.j2db.FormController.executeFormMethod(FormController.java:4291)
at com.servoy.j2db.FormController.executeOnShowMethod(FormController.java:4170)
at com.servoy.j2db.FormController.access$15(FormController.java:4161)
at com.servoy.j2db.FormController$3.run(FormController.java:3040)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:677)
at java.awt.EventQueue.access$000(EventQueue.java:85)
at java.awt.EventQueue$1.run(EventQueue.java:638)
at java.awt.EventQueue$1.run(EventQueue.java:636)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:647)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2011-10-05 01:11:54,946 ERROR [AWT-EventQueue-0] com.servoy.j2db.util.Debug - Throwable
org.mozilla.javascript.EcmaError: ReferenceError: "elements" is not defined. (/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js#41)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3663)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3657)
at org.mozilla.javascript.ScriptRuntime.notFoundError(ScriptRuntime.java:3719)
at org.mozilla.javascript.ScriptRuntime.nameOrFunction(ScriptRuntime.java:1754)
at org.mozilla.javascript.ScriptRuntime.name(ScriptRuntime.java:1679)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3752)
at script.setFoundSetForAdvancedView(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_prices.js:41)
at script.onRecordSelection(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:49)
at script.onShow(/Users/bogdan/work/workspace_servoy/AeroPlus/forms/fleet_edit_detail_product_groups_list.js:79)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2680)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:166)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:387)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3135)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:165)
at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:476)
at com.servoy.j2db.debug.RemoteDebugScriptEngine.executeFunction(RemoteDebugScriptEngine.java:382)
at com.servoy.j2db.FormController.executeFunction(FormController.java:3977)
at com.servoy.j2db.FormController.executeFormMethod(FormController.java:4291)
at com.servoy.j2db.FormController.executeOnShowMethod(FormController.java:4170)
at com.servoy.j2db.FormController.access$15(FormController.java:4161)
at com.servoy.j2db.FormController$3.run(FormController.java:3040)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:677)
at java.awt.EventQueue.access$000(EventQueue.java:85)
at java.awt.EventQueue$1.run(EventQueue.java:638)
at java.awt.EventQueue$1.run(EventQueue.java:636)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:647)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
I have these errors (the form.elements object seems gone) in developer for a very long time for several different Servoy 5 versions…
It happens (not too often) when running the smart client and making certain (?) changes to the (running) form code.
Restarting the smart client is the only solution then…
Cheers Bogdan for bringing it up. I was thinking all that time : I can not be the only Servoy developer having these errors…
Regards,
can you try 6.0.1?
It could be that something did keep on hanging in the developer when changing code and so on
We did fix a few things for that so that it is cleaned up better.
We can’t switch to 6, at least not now. We would have to invest some time to make the solution compatible, and to test it, and we don’t have it right now ![Sad :(]()
Btw, will you support 5 for the future?
But for now it’s fine. I just have to restart the client, it’s not a big deal!
jcompagner:
can you try 6.0.1?
It could be that something did keep on hanging in the developer when changing code and so on
We did fix a few things for that so that it is cleaned up better.
Hi Johan,
Bugs should also be corrected in Servoy 5…
Regards,