Re: Unsupported encoding type...

Well, it seems that "iso-8859-1" is not supported, you should try
iso-8859-1 without any "

Regards, Benoit.

Roland Mainz wrote:

> Hi !
>
> ----
>
> Has someone an idea how to fix this problem ?
>
> It seems that
> "org.w3c.jigsaw.servlet.JigsawHttpServletResponse.getWriter" can't
> create a matching output stream...
>
> -- snip --
> MailinglistServlet[xml]: content-type=text/plain;
>         charset="iso-8859-1"
> MailinglistServlet[xml]: article build error
> java.io.UnsupportedEncodingException: "iso-8859-1"
> java.io.UnsupportedEncodingException: "iso-8859-1"
>         at java.lang.Throwable.fillInStackTrace(Native Method)
>         at java.lang.Throwable.fillInStackTrace(Compiled Code)
>         at java.lang.Throwable.<init>(Compiled Code)
>         at java.lang.Exception.<init>(Compiled Code)
>         at java.io.IOException.<init>(IOException.java:47)
>         at
> java.io.UnsupportedEncodingException.<init>(UnsupportedEncodingException.java:37)
>
>         at sun.io.Converters.getConverterClass(Compiled Code)
>         at sun.io.Converters.newConverter(Converters.java:142)
>         at
> sun.io.CharToByteConverter.getConverter(CharToByteConverter.java:71)
>         at java.io.OutputStreamWriter.<init>(OutputStreamWriter.java:78)
>
>         at
> org.w3c.jigsaw.servlet.JigsawHttpServletResponse.getWriter(JigsawHttpServletResponse.java)
>
>         at
> de.gis.www.servlets.mailinglist.MailinglistServlet.doGetArticle(Compiled
> Code)
>         at
> de.gis.www.servlets.mailinglist.MailinglistServlet.doGet(MailinglistServlet.java:88)
>
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
>         at
> org.w3c.jigsaw.servlet.ServletWrapper.service(ServletWrapper.java)
>         at org.w3c.jigsaw.servlet.ServletWrapperFrame.perform(Compiled
> Code)
>         at org.w3c.tools.resources.FramedResource.performFrames(Compiled
> Code)
>         at org.w3c.tools.resources.FramedResource.perform(Compiled Code)
>
>         at org.w3c.jigsaw.http.httpd.perform(Compiled Code)
>         at org.w3c.jigsaw.http.Client.processRequest(Compiled Code)
>         at org.w3c.jigsaw.http.Client.startConnection(Compiled Code)
>         at
> org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java)
>         at org.w3c.util.CachedThread.run(Compiled Code)
> -- snip --
>
> ----
>
> Bye,
> Roland
>
> --
>   __ .  . __
>  (o.\ \/ /.o)  Roland Mainz                               C programmer
>   \__\/\/__/   Roland.Mainz@informatik.med.uni-giessen.de MPEG specialist
>   /O /==\ O\   gisburn@w-specht.rhein-ruhr.de             Sun&&Amiga programmer
>  (;O/ \/ \O;)  TEL +49 (0) 2426901568  FAX +49 (0) 2426901569

--
- Benoît Mahé -------------------------------------------------------
                      World Wide Web Consortium (W3C)
                    Architecture domain - Jigsaw Team

  http://www.w3.org/People/Mahe - bmahe@w3.org - +33.4.92.38.79.89
---------------------------------------------------------------------

Received on Wednesday, 24 February 1999 10:55:54 UTC