Skip to Content
0
Former Member
Feb 05, 2004 at 10:06 AM

JSP Taglib Parsing Error on J2EE Engine 6.20

55 Views

hello,

i am running a stand-alone version of the SAP J2EE Engine 6.20 on Windows XP. i am trying to deploy an EAR file. in the web application portion (part of the WAR file), i have a custom jsp tag library file. and i made an entry for it in the web.xml deployment descriptor.

all were deployed successfully except the .tld taglib file. i received the following error, which doesn't make much sense. i am attaching the top portion of my .tld file at the end of this posting for your reference.

btw, the same file works fine on weblogic. plus, i grabbed the htmlb.tld file from the sap portal pdk installation. it even received the same parsing error. i am sure the htmlb.tld is properly formed.

is this a known problem? is there a fix or workaround?

thanks for your help.

wentao

=============exception received ==================================

com.inqmy.lib.xml.parser.ParserException: XMLParser: No data allowed here (C:SAP_J2EEngine6.20aloneservicesservlet_jspwork

jspTempmycomp oot/WEB-INF/tlds, row:2, col:2)

at com.inqmy.lib.xml.parser.DOMParser.parse(DOMParser.java:127)

at com.inqmy.lib.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:130)

at com.inqmy.lib.xml.StandardDOMParser.parse(StandardDOMParser.java:114)

at com.inqmy.lib.xml.StandardDOMParser.parse(StandardDOMParser.java:92)

at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2438)

at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2321)

at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:789)

at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.

<! other lines skipped...... >

</taglib>