cancel
Showing results for 
Search instead for 
Did you mean: 

Cann't compile jsp with jstl contain chinese character

Former Member
0 Kudos

I deploy a web application with the jsp using struct & JSTL. and I found that it cann't compile page contain the chinese character(the page without chinese character or jstl is working well). The following is the error message:

#1.5#0014384B7FE0004300000019000011CC00040B4F66818D2A#1138

335556919#/System/Server#sap.com/myGoldenbearEAR#com.sap.e

ngine.services.servlets_jsp.server.jsp.JSPParser#Guest#2##

##148ef4708eec11daa87d0014384b7fe0#SAPEngine_Application_T

hread[impl:3]

21##0#0#Error#1#com.sap.engine.services.servletsjsp.serv

er.jsp.JSPParser#Plain###Runtime error in compiling of

the JSP file

<C:/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/myG

oldenbearEAR/servlet_jsp/goldenbear/root/template.jsp> !

The error is: TagLibValidator returns error(s) for taglib

( http://java.sun.com/jstl/core 😞

com.sap.engine.lib.xml.parser.NestedSAXParserException:

Fatal Error:

com.sap.engine.lib.xml.parser.ParserException:

Unsupported character: b4(:main:, row:69, col:3)(:main:,

row=69, col=3) ->

com.sap.engine.lib.xml.parser.ParserException:

Unsupported character: b4(:main:, row:69, col:3)

.#

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In the resource file that contains the Chinese translations, there is one or more characters that create this error.

Try to find which string it is.

If there are many errors, someone has probably edited the file with an editor that does not use the same encoding as your web application.

Good luck,

Roelof