by bart.heremans » Thu Jun 04, 2015 4:55 pm
I have the same problem on an applicationserver with a verry recent java version.
There was an old java version installed on the server
I updated java, updated servoy (2039), cleaned java cache server, reinstalled servoy over the old directory ...
nothing helps.
I don't have this problem on another test server with same java, same servoy version , ...
Anubody knows what I can do (except clean install) ?
Best Regards,
Java Web Start 10.76.2.13
Using JRE version 1.7.0_76-b13 Java HotSpot(TM) 64-Bit Server VM
User home directory = C:\Users\globis_admin
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
0-5: set trace level to <n>
----------------------------------------------------
jun 04, 2015 4:41:10 PM com.servoy.j2db.util.Debug error
SEVERE: Scope 'globals' was accessed while not fully created yet, check for scope variables recursively referring to each other, scope stack:[globals]
jun 04, 2015 4:41:10 PM com.servoy.j2db.util.Debug error
SEVERE: Scope 'globals' was accessed while not fully created yet, check for scope variables recursively referring to each other, scope stack:[globals]
jun 04, 2015 4:41:11 PM org.jabsorb.serializer.impl.BeanSerializer analyzeBean
INFO: analyzing com.servoy.j2db.dataprocessing.DataSetWithIndex
Registering Commercial IT2BE Component runtime licenses for Globis NV
jun 04, 2015 4:41:55 PM com.servoy.j2db.util.Debug error
SEVERE: Throwable
java.lang.ClassNotFoundException: com.servoy.extensions.beans.treeview.TreeView
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.servoy.j2db.component.ComponentFactory.getBeanInstanceFromXML(ComponentFactory.java:877)
at com.servoy.j2db.component.ComponentFactory.createBean(ComponentFactory.java:2310)
at com.servoy.j2db.component.ComponentFactory.createComponentEx(ComponentFactory.java:372)
at com.servoy.j2db.component.ComponentFactory.createComponent(ComponentFactory.java:257)
at com.servoy.j2db.smart.dataui.DataRendererFactory.placeElements(DataRendererFactory.java:300)
at com.servoy.j2db.smart.dataui.DataRendererFactory.completeRenderers(DataRendererFactory.java:266)
at com.servoy.j2db.FormController.createDataRenderers(FormController.java:449)
at com.servoy.j2db.FormController.init(FormController.java:279)
at com.servoy.j2db.FormManager.leaseFormPanel(FormManager.java:920)
at com.servoy.j2db.FormManager.leaseFormPanel(FormManager.java:1)
at com.servoy.j2db.scripting.CreationalPrototype.get(CreationalPrototype.java:171)
at org.mozilla.javascript.ScriptableObject.getProperty(ScriptableObject.java:2141)
at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1474)
at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1458)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1442)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:837)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:158)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:406)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3204)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:156)
at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:628)
at com.servoy.j2db.BasicFormController.executeFunction(BasicFormController.java:824)
at com.servoy.j2db.FormController.executeFunction(FormController.java:1277)
at com.servoy.j2db.FormController.executeFunction(FormController.java:1144)
at com.servoy.j2db.FormController$ScriptExecuter.executeFunction(FormController.java:1056)
at com.servoy.j2db.ui.BaseEventExecutor.fireEventCommand(BaseEventExecutor.java:284)
at com.servoy.j2db.ui.BaseEventExecutor.fireEventCommand(BaseEventExecutor.java:250)
at com.servoy.j2db.ui.BaseEventExecutor.fireActionCommand(BaseEventExecutor.java:218)
at com.servoy.j2db.smart.dataui.AbstractScriptLabel$5.mouseReleased(AbstractScriptLabel.java:929)