|
From: Tomas G. <to...@pr...> - 2003-08-29 11:00:23
|
Here is one other reference to this problem (not relating to EJBCA) I found on the net. ----- Hi Ismael, I got the same errors under RedHat 8.0. Though I don't know the implications of my fix (found on Google), I eliminated the error by changing the locale setting in following line in the file /etc/sysconfig/i18n: From: LANG="en_US.UTF-8" To: LANG="en_US" ----- Regards, Tomas Tomas Gustavsson wrote: > Searching for 'sun.io.MalformedInputException' reveals that it's > probably some character encoding problem with the java compiler. > What locale are you using in the system? > > Try to set java compiler options to use a different encoding: > javac -encoding ISO-8859-1 > Or changing to another locale. > > I think you can set compiler options for ANT in environment variables. > > (another tip, use regular JBoss instead of JBoss-Tomcat) > > Regards, > Tomas |