Posts Tagged ‘tomcat’

Error deploying AppFuse application on Tomcat

When trying to deploy an AppFuse application on Tomcat I received the following error:
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 153 in the generated java file
Type mismatch: cannot convert from null to int
An error occurred at line: 168 in the generated java file
Cannot cast from Object to int
The source of the [...]