Hello folks,
i am facing a issue in servoy unstored calculations “org.mozilla.javascript not found”, the calculation is just there in the list view on one of the column it is a editable text field and user can input on that field. on regularly basis user gets this error and i have to delete the solution and import again to get it working. it is all happened after i have updated the server to the latest release of servoy.
Can you guys please help me out
best regards,
Ali Qazi
Hi Ali,
Can this be reproduced in developer ? Or client only?
Is it possible the calculation is declared in a module which is not included in the export ?
Hi Sean,
no i am not able to reproduce the error in the developer, i am only facing this error on users connected to server and the module is also present in the export.
i have described the calculation as follow:
function order_qty()
{
return 0;
}
Hi Ali
If you delete the repository DB and import again, does it continue to happen?
Or does that fix it permanently?
I have seen another customer having a similar issue, but haven’t yet determined the cause.
I would say that, if you still get it even on a blank repository, then file a case and attach the export file for us to look at
Otherwise, it may be a corruption in the repository which is cleaned up after starting over
Hi Sean,
haven’t tried it yet. let try out your suggestions. then i will file a case and include the export in that.
Best Regards,
Ali Qazi