You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2001/10/24 13:24:05 UTC

DO NOT REPLY [Bug 4391] New: - org.apache.jasper.compiler.CompileException:

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4391>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4391

org.apache.jasper.compiler.CompileException: 

           Summary: org.apache.jasper.compiler.CompileException:
           Product: Struts
           Version: 1.0 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Test
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: Murali105@yahoo.com


I am new to struts framework. I am trying to run a simple Hello World 
application at 
http://developer.bluestone.com/scripts/SaISAPI.dll/StrutsTrailMap.class/struts-
trailmap/Trail2.htm using struts frame work under tomcat server. I followed all 
the instructions specified in the above link.


When I load the page http://localhost:8080/hello-world/Hello.jsp it throws me 
the following exception

Error: 500
Location: /hello-world/Hello.jsp
Internal Servlet Error:

org.apache.jasper.compiler.CompileException: C:\Tomcat\jakarta-tomcat-3.3
\webapps\hello-world\Hello.jsp(1,0) Unable to open taglibrary /WEB-INF/struts-
bean.tld : Parse Error in the tag library descriptor: Character conversion 
error: "Unconvertible UTF-8 character beginning with 0xb4" (line number may be 
too low).
	at org.apache.jasper.compiler.JspParseEventListener.handleDirective
(Unknown Source)
	at org.apache.jasper.compiler.DelegatingListener.handleDirective
(Unknown Source)
	at org.apache.jasper.compiler.Parser$Directive.accept(Unknown Source)
	at org.apache.jasper.compiler.Parser.parse(Unknown Source)
	at org.apache.jasper.compiler.Parser.parse(Unknown Source)
	at org.apache.jasper.compiler.Parser.parse(Unknown Source)
	at org.apache.jasper.compiler.Compiler.compile(Unknown Source)
	at org.apache.tomcat.facade.JasperLiaison.jsp2java(Unknown Source)
	at org.apache.tomcat.facade.JasperLiaison.processJspFile(Unknown Source)
	at org.apache.tomcat.facade.JspInterceptor.requestMap(Unknown Source)
	at org.apache.tomcat.core.ContextManager.processRequest(Unknown Source)
	at org.apache.tomcat.core.ContextManager.internalService(Unknown Source)
	at org.apache.tomcat.core.ContextManager.service(Unknown Source)
	at org.apache.tomcat.modules.server.Http10Interceptor.processConnection
(Unknown Source)
	at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(Unknown Source)
	at java.lang.Thread.run(Thread.java:484)

Please help me with this as soon as possible? Thanks for the help in advace.