Re: Exception when optimizing index

2012-06-18 Thread Michael McCandless
Is it possible the Linux machine has bad RAM / bad disk? Mike McCandless http://blog.mikemccandless.com On Mon, Jun 18, 2012 at 7:06 AM, Erick Erickson wrote: > Is it possible that you somehow have some problem with jars and classpath? > I'm wondering because this problem really seems odd, and

Re: Exception when optimizing index

2012-06-18 Thread Erick Erickson
Is it possible that you somehow have some problem with jars and classpath? I'm wondering because this problem really seems odd, and you've eliminated a bunch of possibilities. I'm wondering if you've somehow gotten some old jars mixed in the bunch. Or, alternately, what about re-installing Solr on

Re: Exception when optimizing index

2012-06-18 Thread Rok Rejc
Hi all, during the last days, I have create solr instance on a windows environment - same Solr as on the linux machine (solr 4.0 from 9th June 2012), same solr configurations, Tomcat 6, Java 6u23. I have also upgraded Java on the linux machine (1.7.0_05-b05 from Oracle). Import and optimize on th

Re: Exception when optimizing index

2012-06-13 Thread Robert Muir
On Thu, Jun 7, 2012 at 5:50 AM, Rok Rejc wrote: >   - java.runtime.nameOpenJDK Runtime Environment >   - java.runtime.version1.6.0_22-b22 ... > > As far as I see from the JIRA issue I have the patch attached (as mentioned > I have a trunk version from May 12). Any ideas? > its not guaranteed that

Re: Exception when optimizing index

2012-06-12 Thread Jack Krupansky
Rejc Sent: Tuesday, June 12, 2012 1:40 AM To: solr-user@lucene.apache.org Subject: Re: Exception when optimizing index Just as an addon: I have delete whole index directory and load the data from the start. After the data was loaded (and I commited the data) I run CheckIndex again. Again, ther

Re: Exception when optimizing index

2012-06-11 Thread Rok Rejc
ps://builds.apache.org/job/**Lucene-trunk/javadoc/core/org/** >> apache/lucene/index/**CheckIndex.html#main(java.**lang.String[])<https://builds.apache.org/job/Lucene-trunk/javadoc/core/org/apache/lucene/index/CheckIndex.html#main%28java.lang.String[]%29> >> >> >> -- Jack

Re: Exception when optimizing index

2012-06-10 Thread Rok Rejc
g[])<https://builds.apache.org/job/Lucene-trunk/javadoc/core/org/apache/lucene/index/CheckIndex.html#main%28java.lang.String[]%29> > > > -- Jack Krupansky > > -Original Message- From: Rok Rejc > Sent: Thursday, June 07, 2012 5:50 AM > To: solr-user@lucene.apache.or

Re: Exception when optimizing index

2012-06-07 Thread Jack Krupansky
See: https://builds.apache.org/job/Lucene-trunk/javadoc/core/org/apache/lucene/index/CheckIndex.html#main(java.lang.String[]) -- Jack Krupansky -Original Message- From: Rok Rejc Sent: Thursday, June 07, 2012 5:50 AM To: solr-user@lucene.apache.org Subject: Re: Exception when optimizing inde

Re: Exception when optimizing index

2012-06-07 Thread Rok Rejc
tected (too many bits) > at org.apache.lucene.store.**DataInput.readVInt(DataInput.**java:112)" > > What hardware and Java version are you running? > > -- Jack Krupansky > > -Original Message- From: Rok Rejc > Sent: Wednesday, June 06, 2012 3:45 AM > To: solr-user

Re: Exception when optimizing index

2012-06-06 Thread Jack Krupansky
e and Java version are you running? -- Jack Krupansky -Original Message- From: Rok Rejc Sent: Wednesday, June 06, 2012 3:45 AM To: solr-user@lucene.apache.org Subject: Exception when optimizing index Hi all, I have a solr installation (version 4.0 from trunk - 1st May 2012). After