Skip to Content
0
May 05, 2008 at 09:36 PM

Error in parsing the taglib tag in the JSP page

304 Views

Hi

We are trying to deploy and run a Web Application in CE 7.1 SP01. We are successful in deploying and running servlet based web pages, but when it comes to JSP's the taglibs are not parsed and we get the following error message

Runtime error in processing of the JSP file E:\usr\sap\CE1\J01\j2ee\cluster\apps\sap.com\TestNWEAR\servlet_jsp\TestNW\root\admin\main.jsp.

The error is: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Error in parsing the taglib tag in the JSP page. Cannot resolve URI: [webwork]. Possible reason - validation failed. Check if your TLD is valid against its scheme.02004C4F4F5000190000004E000013400191D308B45

Processing HTTP request to servlet [jsp] finished with error.

The error is: java.io.FileNotFoundException: E:\usr\sap\CE1\J01\j2ee\cluster\apps\sap.com\TestNWEAR\servlet_jsp\TestNW\root\admin\webwork (The system cannot find the file specified)02004C4F4F50001900000051000013400191D308B45AF1AB

We followed the below weblog to correct the TLD's in JAVA EE 5 @ SAP but it did not work for us.

/people/community.user/blog/2006/10/13/porting-the-java-blueprint-solutions-catalogue-applications-to-sap-netweaver-application-server-java-ee-5-edition

Any immediate help will be rewarded with full points

Thanks in advance

Lakshmi

Edited by: lakshmi N Munnungi on May 5, 2008 11:36 PM

Edited by: lakshmi N Munnungi on May 5, 2008 11:39 PM