yes, i did restart it and helma is using both commons extensions. the
helmaversion is 1.4.3 on java 1.5.0_02.
>> * Can you set debug=true in app.properties and send the full error trace
yes. here (prefixed with > to prevent linewraps by google groups):
>Error in Script: [object Object]
>org.mozilla.javascript.JavaScriptException: anmeldung fehlgeschlagen! hast du dich vertippt? (antville:MemberMgr/objectFunctions.js#12)
> at org.mozilla.javascript.gen.c98._c1(antville:MemberMgr/objectFunctions.js:12)
> at org.mozilla.javascript.gen.c98.call(antville:MemberMgr/objectFunctions.js)
> at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1442)
> at org.mozilla.javascript.gen.c101._c1(antville:MemberMgr/modSoruaUserServer.js:49)
> at org.mozilla.javascript.gen.c101.call(antville:MemberMgr/modSoruaUserServer.js)
> at helma.scripting.rhino.RhinoEngine.invoke(RhinoEngine.java:283)
> at helma.framework.core.RequestEvaluator.run(RequestEvaluator.java:346)
> at java.lang.Thread.run(Thread.java:595)
i would assume that the error occurs in line 49 of
modSoruaUserServer.js which is the following:
> var msg = this.evalLogin(newUser.name, newUser.password);
>> * Can you trace down the line that particular bug occurs by inserting res.debug-statements into the action/functions. That is necessary for me to be able to tell you what is going wrong.
just like "res.debug('1');" or something like that? where would those
debug messages appear? in the console output? or in the eventlog?
i would assume that the error occurs in line 49 of modSoruaUserServer.js which is the following:
* Can you trace down the line that particular bug occurs by inserting res.debug-statements into the action/functions. That is necessary for me to be able to tell you what is going wrong.just like "res.debug('1');" or something like that? where would those debug messages appear? in the console output? or in the eventlog?