Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Need help understanding startup exception


Hi,

There is a cache file where we write out an EMF XMI file that is the internal model representation of your class. This allows us to bring up the editor faster without doing a complete reparse of the code everytime. But this errors says there is something wrong with the cache file. It has something strange and not valid in it. But there isn't enough information to know what is wrong.

The only suggestion I can think of is to go into debug mode, and stop on ArrayIndexOutOfBounds. Then go back in the stack to the:

at org.eclipse.ve.internal.java.codegen.util.VEModelCacheUtility.doLoadFromCache(VEModelCacheUtility.java:103)

method and see what file it was trying to load. Then send us a copy of that file.

Rich

Back to the top