Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Always getting error "java.lang.ArrayIndexOutOfBoundsException: 2048"(I get the same error happening in org.eclipse.core.jobs at almost everything I'm doing)
Always getting error "java.lang.ArrayIndexOutOfBoundsException: 2048" [message #533134] Wed, 12 May 2010 07:26 Go to next message
Eclipse UserFriend
Hi.

At whatever I'm doing I'm getting the error "java.lang.ArrayIndexOutOfBoundsException: 2048".

Here is the whole stack trace:

java.lang.ArrayIndexOutOfBoundsException: 2048
at org.eclipse.jdt.internal.core.index.DiskIndex.readStreamChar s(DiskIndex.java:870)
at org.eclipse.jdt.internal.core.index.DiskIndex.initialize(Dis kIndex.java:370)
at org.eclipse.jdt.internal.core.index.Index.<init>(Index.java:96)
at org.eclipse.jdt.internal.core.search.indexing.IndexManager.g etIndex(IndexManager.java:248)
at org.eclipse.jdt.internal.core.search.indexing.IndexManager.g etIndexes(IndexManager.java:309)
at org.eclipse.jdt.internal.core.search.PatternSearchJob.getInd exes(PatternSearchJob.java:81)
at org.eclipse.jdt.internal.core.search.PatternSearchJob.ensure ReadyToRun(PatternSearchJob.java:50)
at org.eclipse.jdt.internal.core.search.processing.JobManager.p erformConcurrentJob(JobManager.java:174)
at org.eclipse.jdt.internal.core.search.BasicSearchEngine.searc hAllTypeNames(BasicSearchEngine.java:1122)
at org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames( SearchEngine.java:713)
at org.eclipse.jdt.core.JavaCore.initializeAfterLoad(JavaCore.j ava:3483)
at org.eclipse.jdt.internal.ui.InitializeAfterLoadJob$RealJob.r un(InitializeAfterLoadJob.java:35)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

The error occurs in the org.eclipse.core.jobs plug-in and happens when I start Eclipse (Java tooling initializing), open a type or exit Eclipse (saving workbench).

Your help would be very appreciated.

Thank you

[Updated on: Mon, 04 April 2011 14:38] by Moderator

Re: Always getting error "java.lang.ArrayIndexOutOfBoundsException: 2048" [message #533145 is a reply to message #533134] Wed, 12 May 2010 08:12 Go to previous messageGo to next message
Eclipse UserFriend
Strange thing: I did a scan disk on my hard drive and that seems to be the solution for the problem.
Re: Always getting error "java.lang.ArrayIndexOutOfBoundsException: 2048" [message #534602 is a reply to message #533145] Wed, 19 May 2010 11:51 Go to previous message
Eclipse UserFriend
You had some corrupted indexes. You can always remove the .index files inside the metadata folder. The indexer will recreate them for the next search.
It might take some time depending on the workspace size.

Olivier
Previous Topic:Comment alignment
Next Topic:CPU usage goes to 100% after JUnit test
Goto Forum:
  


Current Time: Sun Mar 23 05:06:46 EDT 2025

Powered by FUDForum. Page generated in 0.04056 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top