[jcifs] (no subject)

reto.wehrli at switzerland.org reto.wehrli at switzerland.org
Tue Jun 17 02:04:53 EST 2003


Hi folks

I am trying to get the NtlmHttpAuthExample.java running. It runs perfectly fine on Windows NT 4.0/Tomcat 4.03/JDK1.3.1_03
But when I move to Solaris 8/Tomcat 4.03/JDK1.3.1_03 I always receive the following exception:

java.io.UnsupportedEncodingException: UnicodeLittleUnmarked
	at java.lang.Throwable.fillInStackTrace(Native Method)
	at java.lang.Throwable.fillInStackTrace(Compiled Code)
	at java.lang.Throwable.(Compiled Code)
	at java.lang.Exception.(Compiled Code)
	at java.io.IOException.(IOException.java:47)
	at java.io.UnsupportedEncodingException.(UnsupportedEncodingException.java:37)
	at sun.io.Converters.getConverterClass(Compiled Code)
	at sun.io.Converters.newConverter(Compiled Code)
	at sun.io.ByteToCharConverter.getConverter(Compiled Code)
	at java.lang.String.getBTCConverter(Compiled Code)
	at java.lang.String.(String.java:403)
	at java.lang.String.(String.java:422)
	at jcifs.ntlmssp.Type3Message.parse(Type3Message.java:458)
	at jcifs.ntlmssp.Type3Message.(Type3Message.java:113)
	at jcifs.http.NtlmSsp.doAuthentication(NtlmSsp.java:77)
	at jcifs.http.NtlmHttpFilter.doFilter(NtlmHttpFilter.java:106)
...

I already tried to set the encoding (file.encoding=...) within tomcat without success.
I also tired the parameter jcifs.encoding with no success.

Any idea what I could do more?

Thanks Reto
Any idea 



More information about the jcifs mailing list