Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] HELP!!


The lack of response is largely due to people being away on holiday.  Your best chance of getting it addressed is to enter a bug report in the Eclipse bugzilla (http://dev.eclipse.org/bugs/), under JDT Core.

As a workaround, you can try flushing your java indexes manually.  These are stored under .metadata/.plugins/org.eclipse.jdt.core/.  If you delete *.index from this directory, it will rebuild them manually next time they are needed (this will cause a one-time delay the first time you use "Open Type" or java search).
-




max.nam@xxxxxxxxxxxx
Sent by: eclipse-dev-admin@xxxxxxxxxxx

01/03/2003 06:52 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [eclipse-dev] HELP!!



i know it's impolite to shout, but while I absolutely love eclipse - I
cannot seem to get anyone to provide me w/ any clues as to why my
content-assist is EXTREMELY slow and my .log file is full of these (i mean
REALLY full):

eclipse 2.1 M4/winnt4/1GB ram/plenty hd space

!ENTRY org.eclipse.jdt.core 4 4 Jan 03, 2003 11:46:57.890
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 8192
     at
org.eclipse.jdt.internal.core.index.impl.Field.putInt2(Field.java:313)
     at
org.eclipse.jdt.internal.core.index.impl.FileListBlock.flush(FileListBlock.java:57)
     at
org.eclipse.jdt.internal.core.index.impl.BlocksIndexOutput.flushFiles(BlocksIndexOutput.java:126)
     at
org.eclipse.jdt.internal.core.index.impl.BlocksIndexOutput.addFile(BlocksIndexOutput.java:66)
     at
org.eclipse.jdt.internal.core.index.impl.MergeFactory.mergeFiles(MergeFactory.java:142)
     at
org.eclipse.jdt.internal.core.index.impl.MergeFactory.merge(MergeFactory.java:84)
     at
org.eclipse.jdt.internal.core.index.impl.Index.merge(Index.java:249)
     at
org.eclipse.jdt.internal.core.index.impl.Index.save(Index.java:354)
     at
org.eclipse.jdt.internal.core.search.indexing.SaveIndex.execute(SaveIndex.java:47)
     at
org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:333)
     at java.lang.Thread.run(Thread.java:536)
!ENTRY org.eclipse.jdt.core 4 4 Jan 03, 2003 11:48:01.875
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 8192
     at
org.eclipse.jdt.internal.core.index.impl.Field.putInt2(Field.java:313)
     at
org.eclipse.jdt.internal.core.index.impl.FileListBlock.flush(FileListBlock.java:57)
     at
org.eclipse.jdt.internal.core.index.impl.BlocksIndexOutput.flushFiles(BlocksIndexOutput.java:126)
     at
org.eclipse.jdt.internal.core.index.impl.BlocksIndexOutput.addFile(BlocksIndexOutput.java:66)
     at
org.eclipse.jdt.internal.core.index.impl.MergeFactory.mergeFiles(MergeFactory.java:142)
     at
org.eclipse.jdt.internal.core.index.impl.MergeFactory.merge(MergeFactory.java:84)
     at
org.eclipse.jdt.internal.core.index.impl.Index.merge(Index.java:249)
     at
org.eclipse.jdt.internal.core.index.impl.Index.save(Index.java:354)
     at
org.eclipse.jdt.internal.core.search.indexing.SaveIndex.execute(SaveIndex.java:47)
     at
org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:333)
     at java.lang.Thread.run(Thread.java:536)



This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top