Error running TeamCity! "Unable to compile class for JSP"
Recently our TeamCity installation has not been working.
Following re-installation the problem is the same, having restarted Tomcat also.
Typically, these are the errors produced:
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 3 in the jsp file: /license/acceptLicenseAgreement.jsp
org.apache.jsp.tag.web.externalPage_tag cannot be resolved to a type
1: <%@include file="/include-internal.jsp"%>
2: <c:set var="title" value="License Agreement"/>
3: <bs:externalPage>
4: <jsp:attribute name="page_title">${title}</jsp:attribute>
5: <jsp:attribute name="head_include">
6: <bs:linkCSS>
An error occurred at line: 3 in the jsp file: /license/acceptLicenseAgreement.jsp
org.apache.jsp.tag.web.externalPage_tag cannot be resolved to a type
1: <%@include file="/include-internal.jsp"%>
2: <c:set var="title" value="License Agreement"/>
3: <bs:externalPage>
4: <jsp:attribute name="page_title">${title}</jsp:attribute>
5: <jsp:attribute name="head_include">
6: <bs:linkCSS>
An error occurred at line: 6 in the jsp file: /license/acceptLicenseAgreement.jsp
org.apache.jsp.tag.web.linkCSS_tag cannot be resolved to a type
Could someone please suggest what I might do to resolve this?
Thanks
Kofi Sarfo
Please sign in to leave a comment.
Hello Kofi,
You should probably try clearing 'work' directory of Tomcat, as suggested in the 4'st step of manual server update guide
Hope this helps,
KIR