Christopher Oliver wrote:

I didn't find anything in Eclipse bugzilla. The reports on cocoon-dev about this seem to all be coming from MacOS X.


It works ok under Win, so it should be platform related issue.

Vadim


I glanced at the code and I don't see an obvious problem (look at readTable(String filename) in

http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java?rev=HEAD&content-type=text/plain

The way you describe it ("randomly") makes it sound like a thread synchronization problem.

Since you can reproduce it, would you mind trying to debug it?

Stefano Mazzocchi wrote:

I've been randomly experiencing empty XSP pages and the following stacktrace being sent to stderr

java.lang.ExceptionInInitializerError: corrupted file parser2.rsc
at org.eclipse.jdt.internal.compiler.parser.Parser.<clinit>(Parser.java:364)


at org.eclipse.jdt.internal.compiler.Compiler.<init>(Compiler.java:113)
at org.apache.cocoon.components.language.programming.java.EclipseJavaCompiler.compile(EclipseJavaCompiler.java:441)



does anybody know what's wrong?


Stefano.



Reply via email to