Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] 4.0-M7 Milestone

Hi Kaloyan,
I just updated to latest PDT snapshot 4.0.0.201605031251 (from http://download.eclipse.org/tools/pdt/updates/latest-nightly), but I can't get the Lucene indexer to work.
Before filling a bug report I wanted to know what I do wrong:
1) I deleted .metadata\.plugins\org.eclipse.dltk.core.index.sql.h2 from my workspace
2) I started eclipse, now I get an infinite loop of following errors:

eclipse.buildId=4.5.2.M20160212-1500
java.version=1.8.0_66
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product

org.eclipse.dltk.core.index.lucene
Error
Tue May 03 18:16:00 CEST 2016
Lock obtain timed out: NativeFSLock@C:\workspace\.metadata\.plugins\org.eclipse.dltk.core.index.lucene\index\bc981875-9762-4936-b1d8-fbd9b4d8d2a3\timestamps\write.lock

org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: NativeFSLock@C:\regroup\workspace10\.metadata\.plugins\org.eclipse.dltk.core.index.lucene\index\bc981875-9762-4936-b1d8-fbd9b4d8d2a3\timestamps\write.lock
    at org.apache.lucene.store.Lock.obtain(Lock.java:89)
    at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:780)
    at org.eclipse.dltk.internal.core.index.lucene.IndexContainer.getTimestampsWriter(IndexContainer.java:128)
    at org.eclipse.dltk.internal.core.index.lucene.IndexContainer.delete(IndexContainer.java:193)
    at org.eclipse.dltk.internal.core.index.lucene.LuceneManager.delete(LuceneManager.java:225)
    at org.eclipse.dltk.internal.core.index.lucene.LuceneIndexer.indexDocument(LuceneIndexer.java:161)
    at org.eclipse.dltk.internal.core.index2.SourceModulesRequest.run(SourceModulesRequest.java:81)
    at org.eclipse.dltk.core.search.indexing.AbstractJob.execute(AbstractJob.java:80)
    at org.eclipse.dltk.internal.core.search.processing.JobManager.run(JobManager.java:473)
    at java.lang.Thread.run(Thread.java:745)

-------------------------------------------------------------------------------------------------------------

eclipse.buildId=4.5.2.M20160212-1500
java.version=1.8.0_66
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product

org.eclipse.dltk.core.index.lucene
Error
Tue May 03 18:15:42 CEST 2016
null

java.lang.NullPointerException
    at org.eclipse.dltk.internal.core.index.lucene.IndexContainer.delete(IndexContainer.java:193)
    at org.eclipse.dltk.internal.core.index.lucene.LuceneManager.delete(LuceneManager.java:225)
    at org.eclipse.dltk.internal.core.index.lucene.LuceneIndexer.indexDocument(LuceneIndexer.java:161)
    at org.eclipse.dltk.internal.core.index2.SourceModulesRequest.run(SourceModulesRequest.java:81)
    at org.eclipse.dltk.core.search.indexing.AbstractJob.execute(AbstractJob.java:80)
    at org.eclipse.dltk.internal.core.search.processing.JobManager.run(JobManager.java:473)
    at java.lang.Thread.run(Thread.java:745)

-------------------------------------------------------------------------------------------------------------

Thierry.


From: thierryblind@xxxxxxx
To: pdt-dev@xxxxxxxxxxx
Date: Tue, 3 May 2016 15:17:41 +0000
Subject: Re: [pdt-dev] 4.0-M7 Milestone

Hope they enjoy their holidays, I will have mine next week ;)
I will test the Lucene indexer with great curiosity ;)

Thierry.


From: kaloyan.r@xxxxxxxx
To: pdt-dev@xxxxxxxxxxx
Date: Tue, 3 May 2016 15:07:13 +0000
Subject: Re: [pdt-dev] 4.0-M7 Milestone

Thanks, Thierry!


I guess the rest are enjoying the public holiday in Poland and are not working hard on PDT 😊


I went ahead and copied the latest nightly to this location:
http://download.eclipse.org/tools/pdt/updates/4.0-m7



I am pushed it to the SimRel: https://git.eclipse.org/r/71914/


Kaloyan



From: pdt-dev-bounces@xxxxxxxxxxx <pdt-dev-bounces@xxxxxxxxxxx> on behalf of thierry blind <thierryblind@xxxxxxx>
Sent: Tuesday, May 3, 2016 5:07:26 PM
To: PDT Developers
Subject: Re: [pdt-dev] 4.0-M7 Milestone
 
Hi,
for me it should be ok ;)


From: kaloyan.r@xxxxxxxx
To: pdt-dev@xxxxxxxxxxx
Date: Tue, 3 May 2016 13:44:10 +0000
Subject: [pdt-dev] 4.0-M7 Milestone

Hi,


I'd like to declare the 4.0-M7 milestone and go through the SimRel validation to ensure that everything is correct with the new Lucene indexer.


Any last minute changes?


Kaloyan

_______________________________________________ pdt-dev mailing list pdt-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/pdt-dev

_______________________________________________ pdt-dev mailing list pdt-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/pdt-dev

_______________________________________________ pdt-dev mailing list pdt-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/pdt-dev

Back to the top