Hi Thierry,

I did not mean to share your professional projects, but just try to mimic the 
project structure in an example project that reproduces the problem.


Kaloyan


________________________________
From: pdt-dev-boun...@eclipse.org <pdt-dev-boun...@eclipse.org> on behalf of 
thierry blind <thierrybl...@msn.com>
Sent: Wednesday, May 4, 2016 1:53 PM
To: PDT Developers
Subject: Re: [pdt-dev] 4.0-M7 Milestone

Hi Kaloyan,
no that won't be possible, that's only professional stuff, I can't make it 
public :/
And even so, I have only today to do some tests, after that I'm in holidays 2 
weeks, without access to my professional PC :S

________________________________
From: kaloya...@zend.com
To: pdt-dev@eclipse.org
Date: Wed, 4 May 2016 08:22:59 +0000
Subject: Re: [pdt-dev] 4.0-M7 Milestone

Hi Thierry,


Could you isolate an example project that we can use to reproduce the issue?


Thanks,
Kaloyan
________________________________
From: pdt-dev-boun...@eclipse.org <pdt-dev-boun...@eclipse.org> on behalf of 
thierry blind <thierrybl...@msn.com>
Sent: Wednesday, May 4, 2016 11:17:15 AM
To: PDT Developers
Subject: Re: [pdt-dev] 4.0-M7 Milestone

Hi Bart,
I killed my eclipse session yesterday evening, it was looping ;)
I've attached my logs ! There are full of errors :S

Thierry.

________________________________
From: bartlomie...@zend.com
To: pdt-dev@eclipse.org
Date: Tue, 3 May 2016 18:01:36 +0000
Subject: Re: [pdt-dev] 4.0-M7 Milestone

Hi Guys,

First of all thank you Thierry for spending some time on testing new indexer. 
The problem that you found doesn't look good as you already said. I will try to 
find the root cause as fast as possible. Could you possibly attach your entire 
.log file?

Greetings,
Bart

On 5/3/2016 7:23 PM, thierry blind wrote:
Hi Kaloyan,
I've restarted everything (no more errors for now), first time it was probably 
my fault (I had an eclipse zombie process when I started a new eclipse 
instance).
I'm working on an existing workspace for now.
But there is still something very very wrong here.
I have very big projects (mainly because I use ORMs like Propel to generate a 
lot of PHP classes), and it seems that the indexer loops over same (Propel) 
files again and again.
The size of the "org.eclipse.dltk.core.index.lucene" directory is much bigger 
than the "org.eclipse.dltk.core.index.sql.h2 directory" !!!!
And indexing is still not ended... I will probably stop it before it fills my 
hard drive.
I will continue tests tomorrow, sadly tomorrow will be the last day I can do 
some tests before next 2-3 weeks :/

Thierry.

________________________________
From: kaloya...@zend.com<mailto:kaloya...@zend.com>
To: pdt-dev@eclipse.org<mailto:pdt-dev@eclipse.org>
Date: Tue, 3 May 2016 16:44:15 +0000
Subject: Re: [pdt-dev] 4.0-M7 Milestone

Hi Thierry,

Does the same happen in a fresh new workspace?

Kaloyan


________________________________
From: pdt-dev-boun...@eclipse.org<mailto:pdt-dev-boun...@eclipse.org> 
<pdt-dev-boun...@eclipse.org><mailto:pdt-dev-boun...@eclipse.org> on behalf of 
thierry blind <thierrybl...@msn.com><mailto:thierrybl...@msn.com>
Sent: Tuesday, May 3, 2016 7:29 PM
To: PDT Developers
Subject: 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<mailto: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<mailto: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: thierrybl...@msn.com<mailto:thierrybl...@msn.com>
To: pdt-dev@eclipse.org<mailto:pdt-dev@eclipse.org>
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: kaloya...@zend.com<mailto:kaloya...@zend.com>
To: pdt-dev@eclipse.org<mailto:pdt-dev@eclipse.org>
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/> 
https://git.eclipse.org/r/71914/


Kaloyan


________________________________
From: pdt-dev-boun...@eclipse.org<mailto:pdt-dev-boun...@eclipse.org> 
<pdt-dev-boun...@eclipse.org><mailto:pdt-dev-boun...@eclipse.org> on behalf of 
thierry blind <thierrybl...@msn.com><mailto:thierrybl...@msn.com>
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: kaloya...@zend.com<mailto:kaloya...@zend.com>
To: pdt-dev@eclipse.org<mailto:pdt-dev@eclipse.org>
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@eclipse.org<mailto:pdt-dev@eclipse.org> 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@eclipse.org<mailto:pdt-dev@eclipse.org> 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@eclipse.org<mailto:pdt-dev@eclipse.org> 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@eclipse.org<mailto:pdt-dev@eclipse.org> 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@eclipse.org<mailto:pdt-dev@eclipse.org>
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@eclipse.org 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@eclipse.org 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@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/pdt-dev

Reply via email to