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=4390>. 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=4390 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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.