cancel
Showing results for 
Search instead for 
Did you mean: 

Error in parsing the taglib tag in the JSP page

lakshmi_narayana2
Active Participant
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I've found solution here Using the SAP Component Library for JSF - SAP NetWeaver Composition Environment Library - SAP Librar....

Put in your ear development component in file ""META-INF/application-j2ee-engine.xml"" that code:

<application-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

    xsi:noNamespaceSchemaLocation="application-j2ee-engine.xsd">

    <reference reference-type="weak">

    <reference-target target-type="library" provider-name="sap.com">

       tc~ui~faces

    </reference-target>

    </reference>

  </application-j2ee-engine>


And everything works!

Former Member
0 Kudos

Hi Lakshmi,

I have also the same problem. If you have found the solution please post it thanks,

Thanks,

Tariq