|
 |
pro_jsp thread: Error i did not understand
Message #1 by "Hareesh" <venkata_hareesh@y...> on Fri, 8 Sep 2000 11:05:19 +0100
|
|
check the user rights on the server. Are they sufficient and is it not
perhaps your IP that has been dissallowed?
It might indicate access/permissions type restriction.
ed
-----Original Message-----
From: Hareesh [mailto:venkata_hareesh@y...]
Sent: Friday, September 08, 2000 11:05 AM
To: Pro_JavaServer_Pages
Subject: [pro_jsp] Error i did not understand
500 Internal Server Error
com.livesoftware.jsp.JSPServlet:
javax.servlet.ServletException: Invalid UTF-8 code. (bytes: 0xffffffa9
0x26)
My server is at TriCreations.com on sun soloris Envoriment with Jrun as
web server and recived this error.. I had written JSP program on windows98
and javawebserver2.0 trail version and with help of cuteFTP i uploaded my
file and i am getting this error..
What i am doing is reciving fields in form and placing then in the file
with the help of Filewriter
long value = System.currentTimeMillis();
Long value1 = new Long(value);
String ts = value1.toString();
String dymfile = "postmail"+ts+".dat" ;
FileWriter postfile = new FileWriter(dymfile);
what is the problem.. reply me
Thank you for reading
hareesh
---
Do you know what you want from this list? How would you provide programmers
with the solutions they need? If you have the answers, and are willing to
work in Birmingham (UK), then you could be a List Manager. Please send CVs
and a covering letter to listsupport@p... for further information.
|
|
 |