[Lucene.Net] Medium trust security issue

2011-05-01 Thread Richard Wilde
Hi I am running into problems using Lucence 2.9.2 in a medium trust environment, namely Rackspace cloud. I have added the following line to assembleyinfo.cs [assembly: AllowPartiallyTrustedCallers()] However the following code produces the error below FSDirectory directory =

[Lucene.Net] Incubator PMC/Board report for May 2011 (lucene-net-dev@lucene.apache.org)

2011-05-01 Thread no-reply
Dear Lucene.NET Developers, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Thurs, 19 May 2011, 10 am Pacific. The report for your

RE: [Lucene.Net] Medium trust security issue

2011-05-01 Thread Nicholas Paldino [.NET/C# MVP]
Richard, This is because the call to FileSupport.Sync ultimately calls SupportClass.Sync(FileStream) which ends up calling the FlushFileBuffers API function through the P/Invoke layer, which is disallowed in medium trust environment. However, this should be mitigated by the fact

[jira] [Commented] (LUCENE-3023) Land DWPT on trunk

2011-05-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027439#comment-13027439 ] Simon Willnauer commented on LUCENE-3023: - bq. In

RE: Link to nightly build test reports on main Lucene site needs updating

2011-05-01 Thread Uwe Schindler
I fixed the nightly docs, once the webserver mirrors them from SVN they should appear. The developer-resources page was completely broken. It now also contains references to the stable 3.x branch as most users would prefer that one to fix latest bugs but don’t want to have a

[jira] [Commented] (LUCENE-3023) Land DWPT on trunk

2011-05-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027447#comment-13027447 ] Uwe Schindler commented on LUCENE-3023: --- Thanks Simon! As noted before, this is

RE: svn commit: r1098242 - in /lucene/java/site: docs/ docs/skin/ src/documentation/content/xdocs/

2011-05-01 Thread Uwe Schindler
BTW: The broken hatcher3 picture is not my fault, it's also broken on Manning's page! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: uschind...@apache.org [mailto:uschind...@apache.org] Sent: Sunday,

Re: I was accepted in GSoC!!!

2011-05-01 Thread Michael McCandless
Welcome Vinicius! This is a badly needed feature and I'm glad you're working on it :) Mike http://blog.mikemccandless.com On Sat, Apr 30, 2011 at 9:18 PM, Vinicius Barros viniciusbarros.g...@yahoo.com.br wrote: Hi, That's great, I am waiting next instructions from google, it seems there is

[jira] [Commented] (LUCENE-3057) LuceneTestCase#newFSDirectoryImpl misses to set LockFactory if ctor call throws exception

2011-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027448#comment-13027448 ] Michael McCandless commented on LUCENE-3057: Patch looks great Simon; thanks

RE: I was accepted in GSoC!!!

2011-05-01 Thread Uwe Schindler
Welcome Vinicius, I am glad to hear that you (my mentee) are one of the 5 students that are working for Apache Lucene/Solr this year. Until the coding officially starts, we should also sort out the infrastructure things like where to put the code and make a plan how to start. We should keep

Re: [HUDSON] Lucene-trunk - Build # 1547 - Failure

2011-05-01 Thread Michael McCandless
OOME Mike http://blog.mikemccandless.com On Sat, Apr 30, 2011 at 10:43 PM, Apache Jenkins Server hud...@hudson.apache.org wrote: Build: https://builds.apache.org/hudson/job/Lucene-trunk/1547/ 1 tests failed. REGRESSION:  org.apache.lucene.index.TestNRTThreads.testNRTThreads Error

RE: [HUDSON] Lucene-trunk - Build # 1547 - Failure

2011-05-01 Thread Uwe Schindler
The hprof is there: https://builds.apache.org/hudson/job/Lucene-trunk/ws/checkout/lucene/build/ I am working on a completely separate dir for the hprofs (where I also gzip them), so Jenkins can pick them up as artifacts and archive them. Using this technique its easier for us to pick up the ones

RE: [HUDSON] Lucene-trunk - Build # 1547 - Failure

2011-05-01 Thread Uwe Schindler
I implemented the separate archiving of the heap dumps in all Hudson jobs (except maven, as I have no idea how they work and how to enable heap dumps there). You should from now on find them in the project's artifacts (if they exist). - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen

Re: Solr Config XML DTD's

2011-05-01 Thread Michael McCandless
If not a DTD, can we put some more customized form of validation for Solr's configuration? In general, I think servers should be anal on startup, refusing to start if there's anything off in their configuration. (Of course, along with this, the error messaging has to be *excellent* so you know

[HUDSON] Lucene-Solr-tests-only-3.x - Build # 7607 - Failure

2011-05-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/7607/ All tests passed Build Log (for compile errors): [...truncated 12585 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

Re: Link to nightly build test reports on main Lucene site needs updating

2011-05-01 Thread Simon Willnauer
Thanks for fixing uwe! On Sun, May 1, 2011 at 12:04 PM, Uwe Schindler u...@thetaphi.de wrote: I fixed the nightly docs, once the webserver mirrors them from SVN they should appear. The developer-resources page was completely broken. It now also contains references to the stable 3.x branch as

[jira] [Created] (LUCENE-3059) PulsingTermState.clone leaks memory

2011-05-01 Thread Michael McCandless (JIRA)
PulsingTermState.clone leaks memory --- Key: LUCENE-3059 URL: https://issues.apache.org/jira/browse/LUCENE-3059 Project: Lucene - Java Issue Type: Bug Affects Versions: 4.0 Reporter: Michael

[jira] [Updated] (LUCENE-3059) PulsingTermState.clone leaks memory

2011-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3059: --- Attachment: LUCENE-3059.patch Patch. I fixed PulsingTermState's clone to make a

[jira] [Resolved] (LUCENE-3053) improve test coverage for Multi*

2011-05-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3053. - Resolution: Fixed Fix Version/s: 3.2 Committed revision 1098303, 1098329 (branch_3x)

Re: jira issues falling off the radar -- Next JIRA version

2011-05-01 Thread David Smiley (@MITRE.org)
I don't think Next is necessarily dangerous; if used then 3.2, shouldn't exist until it's time to release. Having both is dangerous. But sure, I'm in favor of removing Next. A committer would have to adjudicate all issues and substitute either 3.2 or 4.0. Speaking of which, I think simply

Re: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 7613 - Failure

2011-05-01 Thread Robert Muir
false fail caused by LUCENE-3053, I'll fix. On Sun, May 1, 2011 at 11:02 AM, Apache Jenkins Server hud...@hudson.apache.org wrote: Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/7613/ 1 tests failed. REGRESSION:  

Re: Setting the max number of merge threads across IndexWriters

2011-05-01 Thread Earwin Burrfoot
Almost any design that keeps circular references between components is broken. Inability to share MergeSchedulers is just another testimonial to that. 2011/4/16 Shai Erera ser...@gmail.com: Hi This was raised in LUCENE-2755 (along with other useful refactoring to MS-IW-MP interaction). Here is

Re: Setting the max number of merge threads across IndexWriters

2011-05-01 Thread Earwin Burrfoot
You don't mean 'static var' under 'global'? I hope, very much. 2011/4/16 Jason Rutherglen jason.rutherg...@gmail.com: I'd rather not lose [important] functionality.  I think a global max thread count is the least intrusive way to go, however I also need to see if that's possible.  If so I'll

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 7614 - Still Failing

2011-05-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/7614/ 1 tests failed. FAILED: org.apache.lucene.store.instantiated.TestRealTime.test Error Message: null Stack Trace: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at

Re: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 7614 - Still Failing

2011-05-01 Thread Robert Muir
This is likely also caused by LUCENE-3053... will take a look now On Sun, May 1, 2011 at 11:22 AM, Apache Jenkins Server hud...@hudson.apache.org wrote: Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/7614/ 1 tests failed. FAILED:  

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 7615 - Still Failing

2011-05-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/7615/ 1 tests failed. FAILED: org.apache.lucene.store.instantiated.TestRealTime.test Error Message: null Stack Trace: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at

Re: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 7615 - Still Failing

2011-05-01 Thread Robert Muir
This is fixed in r1098359. this realtime capability of instantiated is incompatible with MultiReader, because when MR initializes it computes and caches the maxDoc, which becomes out of date with respect to the InstantiatedIndexReader if you use it in this way. The only reason the test didnt

[jira] [Commented] (LUCENE-3057) LuceneTestCase#newFSDirectoryImpl misses to set LockFactory if ctor call throws exception

2011-05-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027469#comment-13027469 ] Simon Willnauer commented on LUCENE-3057: - bq. Maybe you can rip out the random

[jira] [Resolved] (LUCENE-3057) LuceneTestCase#newFSDirectoryImpl misses to set LockFactory if ctor call throws exception

2011-05-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-3057. - Resolution: Fixed Committed revision 1098367. LuceneTestCase#newFSDirectoryImpl

[jira] [Commented] (LUCENE-3057) LuceneTestCase#newFSDirectoryImpl misses to set LockFactory if ctor call throws exception

2011-05-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027470#comment-13027470 ] Robert Muir commented on LUCENE-3057: - should we backport to 3.x too?!

[jira] [Commented] (LUCENE-3057) LuceneTestCase#newFSDirectoryImpl misses to set LockFactory if ctor call throws exception

2011-05-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027471#comment-13027471 ] Simon Willnauer commented on LUCENE-3057: - bq. should we backport to 3.x too?! oh

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 7618 - Failure

2011-05-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/7618/ 1 tests failed. REGRESSION: org.apache.lucene.search.TestTermScorer.testNext Error Message: null Stack Trace: java.lang.NullPointerException at

Re: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 7618 - Failure

2011-05-01 Thread Robert Muir
fixed in revision 1098372. On Sun, May 1, 2011 at 1:13 PM, Apache Jenkins Server hud...@hudson.apache.org wrote: Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/7618/ 1 tests failed. REGRESSION:  org.apache.lucene.search.TestTermScorer.testNext Error Message: null

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 7620 - Failure

2011-05-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/7620/ 1 tests failed. REGRESSION: org.apache.lucene.store.TestLockFactory.testNativeFSLockFactoryPrefix Error Message: Lock prefix for lockDir outside of directory should be not null Stack Trace:

Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 7620 - Failure

2011-05-01 Thread Robert Muir
this one is somehow triggered by LUCENE-3057 On Sun, May 1, 2011 at 1:28 PM, Apache Jenkins Server hud...@hudson.apache.org wrote: Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/7620/ 1 tests failed. REGRESSION:  

[jira] [Updated] (LUCENE-3057) LuceneTestCase#newFSDirectoryImpl misses to set LockFactory if ctor call throws exception

2011-05-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3057: Attachment: LUCENE-3057_bug.patch Hi Simon, I think you meant to set the lockfactory in the

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 7621 - Still Failing

2011-05-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/7621/ 1 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: Severe errors in solr configuration. Check your log files for more detailed information on what may be wrong.

[jira] [Resolved] (LUCENE-3023) Land DWPT on trunk

2011-05-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-3023. --- Resolution: Fixed Committed merged branch to trunk revision: 1098427 Moved branch away as

Re: Re: Solr Config XML DTD's

2011-05-01 Thread Michael Sokolov
My first post too - but if I can offer a suggestion - there are more modern XML validation technologies available than DTD. I would heartily recommend RelaxNG/Compact notation (see http://relaxng.org/compact-tutorial-20030326.html) - you can generate Relax from a DTD, but it is more

[JENKINS] Lucene-trunk - Build # 1548 - Still Failing

2011-05-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/hudson/job/Lucene-trunk/1548/ No tests ran. Build Log (for compile errors): [...truncated 9474 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

[jira] [Commented] (SOLR-2480) Text extraction of password protected files

2011-05-01 Thread Shinichiro Abe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027544#comment-13027544 ] Shinichiro Abe commented on SOLR-2480: -- There is a same issue.

[jira] [Commented] (SOLR-445) Update Handlers abort with bad documents

2011-05-01 Thread Shinichiro Abe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027545#comment-13027545 ] Shinichiro Abe commented on SOLR-445: - In Solr Cell, There is the same problem. It

[jira] [Commented] (SOLR-2480) Text extraction of password protected files

2011-05-01 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027547#comment-13027547 ] Koji Sekiguchi commented on SOLR-2480: -- Though I've not yet read entire comment

[jira] [Commented] (SOLR-2480) Text extraction of password protected files

2011-05-01 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027553#comment-13027553 ] Koji Sekiguchi commented on SOLR-2480: -- BTW, I have a similar issue when using UIMA