RE: [HUDSON] Lucene-Solr-tests-only-trunk - Build # 5728 - Still Failing

2011-03-09 Thread Uwe Schindler
Hi, I am sorry, I woke up shortly ago. The problem here is (as told yesterday), that our 1.5 compilation is done using a very old JDK 1.5.0_07 and it seems that this version is more strict on the really broken unchecked casts in the new FieldCache code. The Clover problems with libfreetype.so.

[HUDSON] Solr-trunk - Build # 1436 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Solr-trunk/1436/ No tests ran. Build Log (for compile errors): [...truncated 11525 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-ma

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

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/5715/ 17 tests failed. REGRESSION: org.apache.lucene.queryParser.TestQueryParser.testFarsiRangeCollating Error Message: null Stack Trace: java.lang.InternalError at sun.misc.URLClassPath$JarLoader.getResource(URLCla

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5729 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5729/ No tests ran. Build Log (for compile errors): [...truncated 43 lines...] clean: [echo] Building analyzers-icu... clean: [echo] Building analyzers-phonetic... clean: [echo] Building analyzers-smartcn...

[HUDSON] Lucene-3.x - Build # 307 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-3.x/307/ No tests ran. Build Log (for compile errors): [...truncated 9559 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail

RE: [HUDSON] Lucene-Solr-tests-only-trunk - Build # 5728 - Still Failing

2011-03-09 Thread Uwe Schindler
> The Clover problems with libfreetype.so.9 are caused by Openjdk and Clover > (which seems to access swing/awt/X). I will try to add missing libs. This should be solved now, packages now all available and working. Left over is the FieldCache compile error, I would like to fix this in trunk's

[jira] Updated: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Bernd Fehling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fehling updated SOLR-2381: Attachment: utf8enhanced.xml post_utf8enhanced.sh I have created a test with a longe

[jira] Commented: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004428#comment-13004428 ] Uwe Schindler commented on SOLR-2381: - bq. additionally it only fails with the XML resp

[jira] Commented: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Bernd Fehling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004429#comment-13004429 ] Bernd Fehling commented on SOLR-2381: - I couldn't reproduce the error with JSON, only m

[jira] Updated: (LUCENE-2953) PriorityQueue is inheriently broken if subclass attempts to use "heap" w/generic T bound to anything other then "Object"

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2953: -- Fix Version/s: 4.0 3.2 Assignee: Uwe Schindler > PriorityQueue is

[jira] Commented: (LUCENE-2953) PriorityQueue is inheriently broken if subclass attempts to use "heap" w/generic T bound to anything other then "Object"

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004431#comment-13004431 ] Uwe Schindler commented on LUCENE-2953: --- Committed trunk revision: 1079707 I will

[jira] Resolved: (SOLR-2410) ConcurrentLRUCache can throw class cast exception

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-2410. - Resolution: Fixed This was fixed by trunk revision: 1079707 (through LUCENE-2953) > ConcurrentLRU

[jira] Resolved: (LUCENE-2953) PriorityQueue is inheriently broken if subclass attempts to use "heap" w/generic T bound to anything other then "Object"

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2953. --- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [New]) Committed 3.x r

[jira] Commented: (SOLR-2399) Solr Admin Interface, reworked

2011-03-09 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004440#comment-13004440 ] Stefan Matheis (steffkes) commented on SOLR-2399: - bq. Cool! I tested. Got

RE: [HUDSON] Lucene-Solr-tests-only-trunk - Build # 5728 - Still Failing

2011-03-09 Thread Uwe Schindler
All problems seem to be solved now: - Clover's use of X/freetype works (broken openjdk installation fixed) - Compile error in those antique JDK 1.5 (because of ugly casts) resolved by removing some generics in SortField.java (added comment in source code why I did this, not that some Eclipse user

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5730 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5730/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Solr Exception

2011-03-09 Thread Deepak Singh
Hi While indexing document(doc, docx, pdf) i m getting exception 500 and 400

[jira] Created: (SOLR-2412) Multipath hierarchical faceting

2011-03-09 Thread Toke Eskildsen (JIRA)
Multipath hierarchical faceting --- Key: SOLR-2412 URL: https://issues.apache.org/jira/browse/SOLR-2412 Project: Solr Issue Type: New Feature Components: SearchComponents - other Affects Versions: 4.

[jira] Updated: (SOLR-2412) Multipath hierarchical faceting

2011-03-09 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Toke Eskildsen updated SOLR-2412: - Attachment: SOLR-2412.patch Alpha-level patch (aka Proof Of Concept). Works with trunk@1066767 Te

Re: Solr Exception

2011-03-09 Thread Gora Mohanty
Hi, This is probably better directed to the user list. Also, please provide details of the exceptions from your log files. Regards, Gora

Re: Solr Exception

2011-03-09 Thread Deepak Singh
*HTTP ERROR :500 (INTERNAL SERVER ERROR)* *For DOC files:* org.apache.tika.exception. TikaException : -Unexpected RuntimeException from org.apache.tika.parser.microsoft.OfficeParser@1248f2 Caused by: org.apache.poi.hpsf.IllegalPropertySetDataException: The property set claims to have a size of 16

RE: Solr Exception

2011-03-09 Thread Uwe Schindler
Hi, These are all bugs in Apache TIKA not Solr, some of them are already fixed in later TIKA versions (so you may try the soon-to-be-released Solr 3.1 version which contains a newer TIKA bundled). Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen

Re: [VOTE] Lucene and Solr 3.1 release candidate

2011-03-09 Thread Grant Ingersoll
On Mar 8, 2011, at 11:27 AM, Sanne Grinovero wrote: > 2011/3/8 Steven A Rowe : >> Hi Sanne, >> >> Solr (and some Lucene modules) have several non-Mavenized dependencies. In the past, we have usually published these along with Solr, by changing the names to be something like solr-foo.1.5.jar (

Re: Solr Exception

2011-03-09 Thread Deepak Singh
oh, thanks for the better solution. On Wed, Mar 9, 2011 at 4:36 PM, Uwe Schindler wrote: > Hi, > > > > These are all bugs in Apache TIKA not Solr, some of them are already fixed > in later TIKA versions (so you may try the soon-to-be-released Solr 3.1 > version which contains a newer TIKA bundle

[jira] Commented: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004507#comment-13004507 ] Robert Muir commented on SOLR-2381: --- Bend according to my tests, solr is fine except when

Re: [HUDSON] Lucene-Solr-tests-only-trunk - Build # 5728 - Still Failing

2011-03-09 Thread Robert Muir
On Wed, Mar 9, 2011 at 5:03 AM, Uwe Schindler wrote: > All problems seem to be solved now: > - Clover's use of X/freetype works (broken openjdk installation fixed) > - Compile error in those antique JDK 1.5 (because of ugly casts) resolved by > removing some generics in SortField.java (added comm

[jira] Commented: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Bernd Fehling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004519#comment-13004519 ] Bernd Fehling commented on SOLR-2381: - I just debugged jetty-6.1.26-patched-JETTY-1340

Re: Solr Exception

2011-03-09 Thread Deepak Singh
downloaded apache-solr-3.1 still it giving TIKA Exception On Wed, Mar 9, 2011 at 5:11 PM, Deepak Singh wrote: > oh, thanks for the better solution. > > > On Wed, Mar 9, 2011 at 4:36 PM, Uwe Schindler wrote: > >> Hi, >> >> >> >> These are all bugs in Apache TIKA not Solr, some of them are alread

[jira] Commented: (SOLR-2399) Solr Admin Interface, reworked

2011-03-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004531#comment-13004531 ] Jan Høydahl commented on SOLR-2399: --- Tried with -Dsolr.environment=dev and also test and

RE: Solr Exception

2011-03-09 Thread Uwe Schindler
Then you should open a bug report on TIKA, providing them your files that do not parse. Often the problem is in some of TIKA's underlying parser libs like Apache POI, then there is nothing they can do. Maybe another TIKA issue handles about the same problem, just search the issue tracker! Uwe

Re: Solr Exception

2011-03-09 Thread Tommaso Teofili
Did you double check the element in your solrconfig.xml which points to the Tika jar you're using? 2011/3/9 Deepak Singh > > downloaded apache-solr-3.1 still it giving TIKA Exception > > > On Wed, Mar 9, 2011 at 5:11 PM, Deepak Singh wrote: > >> oh, thanks for the better solution. >> >> >> On W

[jira] Commented: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004534#comment-13004534 ] Robert Muir commented on SOLR-2381: --- bq. Quickest fix would be to use the working code sn

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5732 - Failure

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5732/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Commented: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004546#comment-13004546 ] Uwe Schindler commented on SOLR-2381: - Hi Bernd, we know where the problem in Jetty is

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

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/5719/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testCommitWithin Error Message: expected:<1> but was:<0> Stack Trace: junit.framework.AssertionFailedError: expected:<1> but w

[jira] Issue Comment Edited: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Bernd Fehling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004567#comment-13004567 ] Bernd Fehling edited comment on SOLR-2381 at 3/9/11 2:28 PM: - A

[jira] Updated: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Bernd Fehling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fehling updated SOLR-2381: Attachment: jetty-util-6.1.26-patched-SOLR-2381.jar jetty-6.1.26-patched-SOLR-2381.ja

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5733 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5733/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Commented: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004584#comment-13004584 ] Robert Muir commented on SOLR-2381: --- Bernd, i didn't test your jars, but can you update t

[jira] Updated: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-2381: Attachment: SOLR-ServletOutputWriter.patch Robert and me discussed about the Jetty OutputWriter and

[jira] Commented: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004595#comment-13004595 ] Robert Muir commented on SOLR-2381: --- Thanks Uwe: my test passes with your patch. To summ

[jira] Commented: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Bernd Fehling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004597#comment-13004597 ] Bernd Fehling commented on SOLR-2381: - Jetty patch will be uploaded to http://jira.code

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5734 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5734/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5735 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5735/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

real reason for java.lang.NoClassDefFoundError ?

2011-03-09 Thread Anton Korosov
Hello! I'm trying to use BEAM/Visat software in Python. It is a large project with > 100 JARs. I try to 'convert' these JARs into Python specifying each after --jar option: python -m jcc.__init__ \ --python testbeam \ --jar /host/local/beam-4.8/modules/beam-landsat-reader-1.2.1.jar \ --jar /host/l

[jira] Updated: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-2381: -- Attachment: jetty-util-6.1.26-patched-JETTY-1340.jar jetty-6.1.26-patched-JETTY-1340.jar

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5736 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5736/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Updated: (SOLR-1566) Allow components to add fields to outgoing documents

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-1566: Attachment: SOLR-1566-DocTransformer.patch This takes a different approach -- it forces all the writ

[jira] Commented: (SOLR-1566) Allow components to add fields to outgoing documents

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004636#comment-13004636 ] Ryan McKinley commented on SOLR-1566: - Here is a different approach that allows the who

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5737 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5737/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Re: GSoC

2011-03-09 Thread Grant Ingersoll
I think we, Lucene committers, need to identify who is willing to mentor.In my experience, it is less than 5 hours a week. Most of the work is done as part of the community. Sometimes you have to be tough and fail someone (I did last year) but most of the time, if you take the time to inte

[jira] Commented: (SOLR-17) XSD for solr requests/responses

2011-03-09 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004642#comment-13004642 ] Bill Bell commented on SOLR-17: --- Can we have a version of XSD for each released version of SOLR

[jira] Created: (LUCENE-2955) Add utitily class to manage NRT reopening

2011-03-09 Thread Michael McCandless (JIRA)
Add utitily class to manage NRT reopening - Key: LUCENE-2955 URL: https://issues.apache.org/jira/browse/LUCENE-2955 Project: Lucene - Java Issue Type: Improvement Components: Index

[jira] Commented: (LUCENE-2945) Surround Query doesn't properly handle equals/hashcode

2011-03-09 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004646#comment-13004646 ] Paul Elschot commented on LUCENE-2945: -- As to the patch of 5 March, QueryUtils uses

[jira] Updated: (LUCENE-2955) Add utitily class to manage NRT reopening

2011-03-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2955: --- Attachment: LUCENE-2955.patch Patch. The sources are in Lucene core now but I think

[jira] Commented: (LUCENE-2945) Surround Query doesn't properly handle equals/hashcode

2011-03-09 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004655#comment-13004655 ] Grant Ingersoll commented on LUCENE-2945: - The Query class already is cloneable s

[jira] Created: (SOLR-2413) Cleanup XMLWriter, remove 'version' parameter

2011-03-09 Thread Ryan McKinley (JIRA)
Cleanup XMLWriter, remove 'version' parameter - Key: SOLR-2413 URL: https://issues.apache.org/jira/browse/SOLR-2413 Project: Solr Issue Type: Improvement Reporter: Ryan McKinley

[jira] Updated: (SOLR-2413) Cleanup XMLWriter, remove 'version' parameter

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-2413: Fix Version/s: 4.0 > Cleanup XMLWriter, remove 'version' parameter > ---

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5738 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5738/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Re: real reason for java.lang.NoClassDefFoundError ?

2011-03-09 Thread Andi Vajda
On Wed, 9 Mar 2011, Anton Korosov wrote: I'm trying to use BEAM/Visat software in Python. It is a large project with > 100 JARs. I try to 'convert' these JARs into Python specifying each after --jar option: python -m jcc.__init__ \ --python testbeam \ --jar /host/local/beam-4.8/modules/beam-lan

Re: [HUDSON] Lucene-Solr-tests-only-trunk - Build # 5738 - Still Failing

2011-03-09 Thread Robert Muir
By the way, I've been seeing this for a while in my local (this test often causes my jre to crash). So its nothing wrong with hudson, I just thought it might have been my computer since nobody else complained. On Wed, Mar 9, 2011 at 12:13 PM, Apache Hudson Server wrote: > Build: https://hudson.a

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5740 - Failure

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5740/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Updated: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-2381: Attachment: SOLR-2381-3.x+3.1.patch Here the patch for 3.x and 3.1, also fixing the other Servlets t

[jira] Commented: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004688#comment-13004688 ] Yonik Seeley commented on SOLR-2381: Awesome news guys... not using Jetty's writers did

[jira] Updated: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-2381: Attachment: (was: SOLR-2381-3.x+3.1.patch) > The included jetty server does not support UTF-8 >

[jira] Updated: (SOLR-2413) Cleanup XMLWriter, remove 'version' parameter

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-2413: Attachment: SOLR-2413-remove-XMLWriter-version.patch Here is a patch that removes support for the ol

[jira] Commented: (SOLR-2413) Cleanup XMLWriter, remove 'version' parameter

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004705#comment-13004705 ] Ryan McKinley commented on SOLR-2413: - I'd like to commit this soon... it will make a w

Re: [Lucene.Net] [VOTE] New Directory Layout for Project

2011-03-09 Thread Michael Herndon
+1 just a question though. for cmd/bat//sh files for letting people executing the build or just executing other tools from the command line, would those have a place in /bin or somewhere els? This is that someone can just export PATH = / SET PATH= to that one folder and then be able to execute

[jira] Updated: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-2381: Attachment: SOLR-2381-3.x+3.1.patch Patch for 3.1 and 3.x, revised & cleaned up as described before

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5741 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5741/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Commented: (LUCENE-2945) Surround Query doesn't properly handle equals/hashcode

2011-03-09 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004714#comment-13004714 ] Paul Elschot commented on LUCENE-2945: -- bq. The Query class already is cloneable so

[jira] Updated: (SOLR-2413) Cleanup XMLWriter, remove support for version < 2.2

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-2413: Description: XMLWriter includes support for a a pre 1.0 response format where multi-valued fields a

[jira] Updated: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-2381: Attachment: SOLR-2381-3.x+3.1.patch Again revised (one optimization in the deprecated UpdateServlet)

[jira] Updated: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-2381: Attachment: (was: SOLR-2381-3.x+3.1.patch) > The included jetty server does not support UTF-8 >

[jira] Commented: (SOLR-2413) Cleanup XMLWriter, remove support for version < 2.2

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004728#comment-13004728 ] Ryan McKinley commented on SOLR-2413: - will need to update: http://wiki.apache.org/solr

[jira] Updated: (SOLR-2413) Cleanup XMLWriter, remove support for version < 2.2

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-2413: Attachment: SOLR-2413-remove-XMLWriter-version.patch updated patch that does not remove the 'version

[jira] Created: (SOLR-2414) Remove CESU-Hack from PHPSerializedResponseWriter

2011-03-09 Thread Uwe Schindler (JIRA)
Remove CESU-Hack from PHPSerializedResponseWriter - Key: SOLR-2414 URL: https://issues.apache.org/jira/browse/SOLR-2414 Project: Solr Issue Type: Task Reporter: Uwe Schindler

[jira] Created: (SOLR-2415) Change XMLWriter version parameter to "wt.xml.version"

2011-03-09 Thread Ryan McKinley (JIRA)
Change XMLWriter version parameter to "wt.xml.version" -- Key: SOLR-2415 URL: https://issues.apache.org/jira/browse/SOLR-2415 Project: Solr Issue Type: Improvement Reporter: Rya

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5742 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5742/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

RE: [Lucene.Net] [VOTE] New Directory Layout for Project

2011-03-09 Thread Prescott Nasser
Probably just a miss - but under the src/contrib folder you also have a number of tests in there... Also, is it necessary to have all the sub folders? For the most part the stuff in contrib.net is contrib.net - why the secondary folder? Unless that is a requirement of NUnit to have the stru

[jira] Commented: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004745#comment-13004745 ] Robert Muir commented on SOLR-2381: --- OK, i committed my patch to trunk: Committed revisio

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5743 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5743/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Resolved: (SOLR-2381) The included jetty server does not support UTF-8

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-2381. - Resolution: Fixed Fix Version/s: 3.2 Committed 3.x revision: 1079954 Committed 3.1 revision

[jira] Created: (SOLR-2416) Solr Cell & DataImport Tika handler broken - fails to index Zip file contents

2011-03-09 Thread Jayendra Patil (JIRA)
Solr Cell & DataImport Tika handler broken - fails to index Zip file contents - Key: SOLR-2416 URL: https://issues.apache.org/jira/browse/SOLR-2416 Project: Solr Iss

[jira] Updated: (SOLR-2416) Solr Cell & DataImport Tika handler broken - fails to index Zip file contents

2011-03-09 Thread Jayendra Patil (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayendra Patil updated SOLR-2416: - Attachment: SOLR-2416_ExtractingDocumentLoader.patch Fix attached. > Solr Cell & DataImport Tika

[jira] Commented: (SOLR-2413) Cleanup XMLWriter, remove support for version < 2.2

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004762#comment-13004762 ] Ryan McKinley commented on SOLR-2413: - added to /trunk in #1079963 and updated wiki >

[jira] Resolved: (SOLR-2413) Cleanup XMLWriter, remove support for version < 2.2

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-2413. - Resolution: Fixed Assignee: Ryan McKinley > Cleanup XMLWriter, remove support for version <

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5745 - Failure

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5745/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Updated: (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-03-09 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2878: Labels: gsoc2011 (was: ) > Allow Scorer to expose positions and payloads aka. nuke spans

RE: [Lucene.Net] [VOTE] New Directory Layout for Project

2011-03-09 Thread Prescott Nasser
Actually what IS contrib.net? It looks like it replaces certain files in Lucene.Net core - are they files better suited to .net? What are they? If they are plugins / additional contributions like snowball, etc - why not just break it out and include the appropriate stuff in contrib? Do we need

Re: GSoC

2011-03-09 Thread Simon Willnauer
On Wed, Mar 9, 2011 at 5:48 PM, Grant Ingersoll wrote: > I think we, Lucene committers, need to identify who is willing to mentor.     > In my experience, it is less than 5 hours a week.  Most of the work is done > as part of the community.  Sometimes you have to be tough and fail someone (I > d

[jira] Updated: (LUCENE-2621) Extend Codec to handle also stored fields and term vectors

2011-03-09 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2621: Labels: gsoc2011 lucene-gsoc-11 (was: ) > Extend Codec to handle also stored fields and t

[jira] Commented: (LUCENE-2621) Extend Codec to handle also stored fields and term vectors

2011-03-09 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004796#comment-13004796 ] Simon Willnauer commented on LUCENE-2621: - FYI - I marked this as gsoc-2011 I thi

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5746 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5746/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Updated: (SOLR-1566) Allow components to add fields to outgoing documents

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-1566: Attachment: SOLR-1566-DocTransformer.patch > Allow components to add fields to outgoing documents >

[jira] Commented: (SOLR-1566) Allow components to add fields to outgoing documents

2011-03-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004800#comment-13004800 ] Ryan McKinley commented on SOLR-1566: - Updated patch. This changes the the API to: {co

[jira] Updated: (LUCENE-2026) Refactoring of IndexWriter

2011-03-09 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2026: Labels: gsoc2011 lucene-gsoc-11 (was: ) > Refactoring of IndexWriter > --

[jira] Updated: (LUCENE-2025) Ability to turn off the store for an index

2011-03-09 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2025: Labels: gsoc2011 lucene-gsoc-11 (was: ) > Ability to turn off the store for an index > --

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5747 - Still Failing

2011-03-09 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5747/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Updated: (SOLR-2414) Remove CESU-Hack from PHPSerializedResponseWriter

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-2414: Attachment: SOLR-2414.patch > Remove CESU-Hack from PHPSerializedResponseWriter > --

  1   2   >