Mantis - Resin
Viewing Issue Advanced Details
293 minor always 07-01-05 00:00 11-30-05 14:43
sam  
 
urgent  
closed 3.0.13  
3.0.13 fixed  
none    
none 3.0.15  
0000293: CharConversionException when parsing javac errors
RSN-332
(rep by T Fukuda)

When we run attached JSP files first,some errors are occured.

Caused by: java.io.CharConversionException: illegal utf8 encoding
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Exception.<init>(Exception.java:41)
at java.io.IOException.<init>(IOException.java:40)
at java.io.CharConversionException.<init>(CharConversionException.java:30)
at com.caucho.vfs.i18n.UTF8Reader.read(UTF8Reader.java:78)
at com.caucho.vfs.AbstractByteToChar.readChar(AbstractByteToChar.java:143)
at com.caucho.vfs.AbstractByteToChar.addChar(AbstractByteToChar.java:120)
at com.caucho.java.JavacErrorParser.parseErrors(JavacErrorParser.java:62)
at com.caucho.java.InternalCompiler.executeInt(InternalCompiler.java:0)
at com.caucho.java.InternalCompiler.compileInt(InternalCompiler.java:79)
at com.caucho.java.AbstractJavaCompiler.run(AbstractJavaCompiler.java:101)

And if we run the JSP files again,we have no errors.
We wrote comments by Japanese,but when we delete the comments,
the same error is happened.

Notes
(0000329)
user289   
07-01-05 00:00   
As the agent of T.Fukuda
When we change as file.encoding=CP943C,we are recieved existing bug.
For avoiding it,we change file.encoding=UTF-8,we are recieved below bug.

Now we are checking all properties of Resin with IBM staff.
We think this propblem as very important.
(0000330)
ferg   
07-01-05 00:00   
Updatted JavacErrorParser to use the -encoding of the Java page, not file.encoding.