Has anyone seen this problem before? I get the following error when trying to run an EXTREMELY simple jsp in JRun.
/******** Begin ugly error *******************
Invalid UTF-8 code. (bytes: 0xffffffa0 0x20)
com.livesoftware.xml.TransformException: Invalid UTF-8 code. (bytes: 0xffffffa0 0x20)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at com.livesoftware.xml.TransformException.<init>(TransformException.java:13)
at com.livesoftware.xml.XT.process(XT.java:70)
at com.livesoftware.jsp.JSPCompiler.createServlet(JSPCompiler.java:111)
at com.livesoftware.jsp.JSPServlet.service(JSPServlet.java:95)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at com.livesoftware.jrun.JRun.runServlet(Compiled Code)
at com.livesoftware.jrun.JRunServletContext$JRunRequestDispatcher.forward(JRunServletContext.java:355)
at com.www.servlet.FileUpload.doFileUpload(FileUpload.java:255)
at com.www.servlet.FileUpload.service(FileUpload.java:374)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at com.livesoftware.jrun.JRun.runServlet(Compiled Code)
at com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java:116)
at com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java:78)
at com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JRunProxyServiceHandler.java:102)
at com.livesoftware.jrun.service.ThreadConfigHandler.run(Compiled Code)
************ End ugly error ******************/
I have a servlet that uploads a file, and forwards the message to a jsp page using the RequestDispatcher. Here are the two lines of jsp code in the page:
<jsp:useBean id="message" type="java.lang.String" scope="request"></jsp:useBean>
<font face="Verdana,Arial,Helvetica" size="4" color="red"><b><%=message %></b></font><br><br>
There is a bunch of other HTML too. Jrun generates an xml file and then chokes when generating the .java file.
Please help.
Thanks,
David Eaves
Mad Scientist
The Lab
WWW.COM
