Java servlet deployment error webui-jsf-suntheme

334 Views Asked by At

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.

1

There are 1 best solutions below

0
On

The application was developed using VisualJSF (Project Woodstock). This JSF 1.2 platform is no longer supported by Oracle. The project can be opened with NetBeans 6.7 (if it is VisualJSF), otherwise you would need to add the libraries directly to the project.