Today I had to fight with a mysterious error message in a XPage application which is running on Teamstudio Unplugged:
SyntaxError: missing ; before statement
This IS the message. No more information. No stack trace. No library name. Nothing!
It was a hard piece of work to find the needle in the haystack: I used the synchronized keyword in a SSJS library. Hope in future Teamstudio will provide better error informations…
I came across another one today :-
Error evaluating script: missing ( before function parameters.
I had included the function to ensure DbLookup returned an array and called it @DbLookupArray. Removing the „@“ fixed the problem.