You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by andretampold <an...@hotmail.com> on 2012/03/23 15:00:16 UTC

java.io.UnsupportedEncodingException: ISO8859_10

Hello dear Wicket developers! We have thousands of log lines of
UnsupportedEncodingException: ISO8859_10. What can be done to elliminate
this log entry? Stack Trace added. Please help! We are using Wicket 1.4.19.
Thank you very much in advance for any kind of information/help!

-- STACKTrace from log:
java.io.UnsupportedEncodingException: ISO8859_10
at
com.caucho.vfs.i18n.JDKWriter$OutputStreamEncodingWriter.<init>(JDKWriter.java:112)
at com.caucho.vfs.i18n.JDKWriter.create(JDKWriter.java:79)
at com.caucho.vfs.i18n.EncodingWriter.create(EncodingWriter.java:80)
at com.caucho.vfs.Encoding.getWriteEncoding(Encoding.java:195)
at
com.caucho.server.connection.ToByteResponseStream.setEncoding(ToByteResponseStream.java:137)
at
com.caucho.server.connection.AbstractHttpResponse.setLocale(AbstractHttpResponse.java:1619)
at
org.apache.wicket.protocol.http.BufferedHttpServletResponse.writeTo(BufferedHttpServletResponse.java:549)
at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:451)
at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:319)
at
com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:87)
at
com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:194)
at
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:187)
at
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:266)
at com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:435)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:678)
at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:721)
at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:643)
at java.lang.Thread.run(Thread.java:662)


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/java-io-UnsupportedEncodingException-ISO8859-10-tp4498915p4498915.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: java.io.UnsupportedEncodingException: ISO8859_10

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

Wicket doesn't set any encodings. Either your code sets it via
WebResponse#setContentType("text/html;encoding=blah") or Caucho uses
the default encoding for the machine where it runs. Check with your
system administrator.

On Fri, Mar 23, 2012 at 4:00 PM, andretampold <an...@hotmail.com> wrote:
> Hello dear Wicket developers! We have thousands of log lines of
> UnsupportedEncodingException: ISO8859_10. What can be done to elliminate
> this log entry? Stack Trace added. Please help! We are using Wicket 1.4.19.
> Thank you very much in advance for any kind of information/help!
>
> -- STACKTrace from log:
> java.io.UnsupportedEncodingException: ISO8859_10
> at
> com.caucho.vfs.i18n.JDKWriter$OutputStreamEncodingWriter.<init>(JDKWriter.java:112)
> at com.caucho.vfs.i18n.JDKWriter.create(JDKWriter.java:79)
> at com.caucho.vfs.i18n.EncodingWriter.create(EncodingWriter.java:80)
> at com.caucho.vfs.Encoding.getWriteEncoding(Encoding.java:195)
> at
> com.caucho.server.connection.ToByteResponseStream.setEncoding(ToByteResponseStream.java:137)
> at
> com.caucho.server.connection.AbstractHttpResponse.setLocale(AbstractHttpResponse.java:1619)
> at
> org.apache.wicket.protocol.http.BufferedHttpServletResponse.writeTo(BufferedHttpServletResponse.java:549)
> at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:451)
> at
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:319)
> at
> com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:87)
> at
> com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:194)
> at
> com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:187)
> at
> com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:266)
> at com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:435)
> at com.caucho.server.port.TcpConnection.run(TcpConnection.java:678)
> at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:721)
> at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:643)
> at java.lang.Thread.run(Thread.java:662)
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/java-io-UnsupportedEncodingException-ISO8859-10-tp4498915p4498915.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org