Java library signature corrupt

  • I have a database in R8 that was migrated from R6; it’s a pretty simple thing that uses a WebQueryOpen even on a form to export data and files, zip them up, and present that zip for download using the browser.- This works fine in R8, but every single time I refresh design it breaks. Nothing happens in the browser, no obvious errors are thrown, but the server console shows one of the script libraries has a “corrupted signature”. Then I have to open Administrator, resign the database (using the exact same ID that built the code and performed the refresh). After that it works until the next refresh.

  • Any idea what’s going on here? Thanks for your time…

Subject: Resigning the template had no effect

Subject: Signing the template appears to have destroyed it…

  • I signed the template, thinking somehow the code there was recorrupting the application, even though I edit the code (which signs it) in the template.- After refresh it still gets a corrupt signature. NOW however, if I resign the application it STILL gets a corrupt signature. In essence the application is utterly useless because it can’t load the code it must execute.

  • Fortunately it’s a development application. I nuked it and recreated from the template and now it’s back to how it was; when I refresh I get a corrupt signature error, but when I resign the application it works…