I am receiving the following run-time error in the web browser (Firefox) when attempting to run a deployed Java servlet on a Linux server:
unterminated string literal
dojo.provide("webui.suntheme.browser");w...wGroupsContainer,_41f.rowGroups[i],"last
I believe the problem is related to webui-jsf-suntheme. I can confirm that the application successfully deploys on Windows and on a Linux virtual machine running the same versions of the JDK etc as the production server. I have tried redeploying the application and restarting the server but with no success.
The server runs Debian, the servlet is deployed to Tomcat 6.0 and the Java version is 1.6.0_12-b04.