[jcifs] java.io.UnsupportedEncodingException: Cp85

Michael B Allen mba2000 at ioplex.com
Thu Oct 19 01:29:16 GMT 2006


This means you're using the non-internationalized JVM. Either download
the full version of Java or set jcifs.encoding to "ASCII" or "Cp1252".

Mike

On Wed, 18 Oct 2006 15:10:14 +0100
John Baker <jbaker-jcifs at javasystemsolutions.com> wrote:

> Hello,
> 
> Using the NTLM Filter, I've got this stack trace appearing:
> 
> java.io.UnsupportedEncodingException: Cp850
>         sun.io.Converters.getConverterClass(Unknown Source)
>         sun.io.Converters.newConverter(Unknown Source)
>         sun.io.ByteToCharConverter.getConverter(Unknown Source)
>         java.lang.StringCoding.decode(Unknown Source)
>         java.lang.String.<init>(Unknown Source)
>         java.lang.String.<init>(Unknown Source)
>         jcifs.ntlmssp.Type1Message.parse(Type1Message.java:236)
>         jcifs.ntlmssp.Type1Message.<init>(Type1Message.java:86)
>         jcifs.http.NtlmSsp.authenticate(NtlmSsp.java:88)
>         jcifs.http.NtlmHttpFilter.negotiate(NtlmHttpFilter.java:160)
>         jcifs.http.NtlmHttpFilter.doFilter(NtlmHttpFilter.java:114)
>         
> In my Tomcat logs. Any idea what could be causing this? Although the error 
> message is perfectly clear, where is cp850 coming from?
> 
> 
> John
> 
> -- 
> John Baker, J System Solutions Ltd.
> http://www.javasystemsolutions.com
> 


-- 
Michael B Allen
PHP Active Directory SSO
http://www.ioplex.com/


More information about the jcifs mailing list