I'm using the JSWDK1.0.1 with the provided html server. The program
initialized ok, but when I try getting calling the server to get one of
the pages, and or servlets, even those provide in the distribution I get
the following output: 

HelloWorldExample: init HANDLER THREAD PROBLEM:
java.io.UnsupportedEncodingException: ANSI_X3.4-1968
java.io.UnsupportedEncodingException:
ANSI_X3.4-1968 at sun.io.Converters.getConverterClass(Compiled Code) 
at sun.io.Converters.newConverter(Compiled Code) 
at sun.io.CharToByteConverter.getConverter(Compiled Code) 
at java.io.OutputStreamWriter.<init>(CompiledCode) 
at com.sun.web.server.ServerResponse.getWriter(Compiled Code) 
at com.sun.web.core.Response.sendBodyText(Compiled Code) 
at com.sun.web.core.Response.sendError(Compiled Code) 
at com.sun.web.core.HttpServletResponseFacade.sendError(Compiled Code) 
at com.sun.web.core.ServletWrapper.sendInternalServletError(Compiled Code)
at com.sun.web.core.ServletWrapper.handleRequest(Compiled Code) 
at com.sun.web.core.Context.handleRequest(Compiled Code) 
at com.sun.web.server.ConnectionHandler.run(Compiled Code) 

Has anyone dealt with this problem?


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to