Community
Participate
Working Groups
Build Identifier: M20110909-1335 No matter what kind of a cquery I try to start I get the following exception: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 118 The same happens if I open the component explorer or when using -> window -> preferences -> Buckminster -> Refresh Meta Data. Reproducible: Always Steps to Reproduce: 1. open any cquery and click on resolve or 1. open the component explorer
Created attachment 205722 [details] stacktraces
The enumeration returned by the java.util.Properties should never throw an ArrayIndexOutOfBounds exception so something must be wrong in the implementation. The stack trace for the Properties class is not applicable to the runtime libraries provided with OpenJDK or an Oracle JVM so I cannot really determine the cause. I suggest you try this with OpenJDK. If the problem persist, then feel free to post the stack-trace here and I'll investigate further. For now, I have to assume that this is a bug in J9.
I tried to recreate the issue with OpenJDK and your assumptions were right! Everything worked fine, so I'll try to address this issue to the J9 development. Thank you very much for the clarification!