Re: Solr 5.0 -- IllegalStateException: unexpected docvalues type NONE on result grouping

2015-03-24 Thread Shawn Heisey
On 3/12/2015 3:36 PM, Alexandre Rafalovitch wrote: Manual optimize is no longer needed for modern Solr. It does great optimization automatically. The only reason I recommended it here is to make sure that all segments are brought up to the latest version and the deleted documents are purged.

Solr 5.0 -- IllegalStateException: unexpected docvalues type NONE on result grouping

2015-03-12 Thread Shamik Bandopadhyay
the error on any group by query -- SolrDispatchFilter null:java.lang. IllegalStateException: unexpected docvalues type NONE for field 'ADSKDedup' (expected=SORTED). Use UninvertingReader or dex with docvalues. Does this mean that I need to re-index documents to get over this error ? Regards, Shamik

Re: Solr 5.0 -- IllegalStateException: unexpected docvalues type NONE on result grouping

2015-03-12 Thread Shawn Heisey
On 3/11/2015 4:45 PM, shamik wrote: field name=DocumentType type=string indexed=true stored=true multiValued=false required=false omitNorms=true docValues=true / 3/11/2015, 2:14:30 PM ERROR SolrDispatchFilter null:java.lang.IllegalStateException: unexpected docvalues type NONE for field

Re: Solr 5.0 -- IllegalStateException: unexpected docvalues type NONE on result grouping

2015-03-12 Thread Alexandre Rafalovitch
instance ? Appreciate your help Alex. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-0-migration-IllegalStateException-unexpected-docvalues-type-NONE-on-fields-using-docvalues-tp4192477p4192732.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 5.0 -- IllegalStateException: unexpected docvalues type NONE on result grouping

2015-03-12 Thread shamik
. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-0-migration-IllegalStateException-unexpected-docvalues-type-NONE-on-fields-using-docvalues-tp4192477p4192732.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 5.0 -- IllegalStateException: unexpected docvalues type NONE on result grouping

2015-03-12 Thread Alexandre Rafalovitch
, it works. Not sure if there's any other way to mitigate it. I'll appreciate if someone can share their experience on the same. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-0-migration-IllegalStateException-unexpected-docvalues-type-NONE-on-fields-using-docvalues

Re: Solr 5.0 -- IllegalStateException: unexpected docvalues type NONE on result grouping

2015-03-12 Thread shamik
it. I'll appreciate if someone can share their experience on the same. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-0-migration-IllegalStateException-unexpected-docvalues-type-NONE-on-fields-using-docvalues-tp4192477p4192706.html Sent from the Solr - User mailing list

Re: Solr 5.0 -- IllegalStateException: unexpected docvalues type NONE on result grouping

2015-03-11 Thread shamik
.nabble.com/Solr-5-0-IllegalStateException-unexpected-docvalues-type-NONE-on-result-grouping-tp4192477p4192529.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 5.0 -- IllegalStateException: unexpected docvalues type NONE on result grouping

2015-03-11 Thread Chris Hostetter
index, or if it *only* affects you when you upgrade and use an existing index from 4.7) : Date: Wed, 11 Mar 2015 11:02:43 -0700 : From: Shamik Bandopadhyay sham...@gmail.com : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Solr 5.0 -- IllegalStateException

Re: Solr 5.0 -- IllegalStateException: unexpected docvalues type NONE on result grouping

2015-03-11 Thread shamik
in a stand-alone 5.0 to see if it has to do with the upgrade. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-0-IllegalStateException-unexpected-docvalues-type-NONE-on-result-grouping-tp4192477p4192537.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: IllegalStateException

2013-07-23 Thread Erick Erickson
IllegalStateException. Other than checking for corrupt index and out of memory, what other things should I check? org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet default threw exception java.lang.IllegalStateException

IllegalStateException

2013-07-22 Thread Michael Long
I'm seeing random crashes in solr 4.0 but I don't have anything to go on other than IllegalStateException. Other than checking for corrupt index and out of memory, what other things should I check? org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet

Re: Solr 4.0 IllegalStateException: this writer hit an OutOfMemoryError; cannot commit

2012-07-11 Thread Vadim Kisselmann
this IllegalStateException noting that at some point, it hit OOM. Hmm, i checked older logs and found something new, what i have not seen in VisualVM. Java heap space-Problems, just before OOM. My JVM has 8GB -Xmx/-Xms, 16GB for OS, nothing else on this machine. This Errors pop up's during normal run according

Solr 4.0 IllegalStateException: this writer hit an OutOfMemoryError; cannot commit

2012-07-10 Thread Vadim Kisselmann
Hi folks, my Test-Server with Solr 4.0 from trunk(version 1292064 from late february) throws this exception... auto commit error...:java.lang.IllegalStateException: this writer hit an OutOfMemoryError; cannot commit at

Re: Solr 4.0 IllegalStateException: this writer hit an OutOfMemoryError; cannot commit

2012-07-10 Thread Robert Muir
rethrown (not just this IllegalStateException noting that at some point, it hit OOM. My Server has 24GB RAM, 8GB for JVM. I index round about 20 docs per seconds, my index is small with 10Mio docs. It runs about a couple of weeks and then suddenly i get this errors.. I can't see any problems

Re: Solr 4.0 IllegalStateException: this writer hit an OutOfMemoryError; cannot commit

2012-07-10 Thread Vadim Kisselmann
with tomcat and open an jira-issue if it doesn't work with it. do you have another exception in your logs? To my knowledge, in all cases that IndexWriter throws an OutOfMemoryError, the original OutOfMemoryError is also rethrown (not just this IllegalStateException noting that at some point, it hit OOM

Re: Solr 4.0 IllegalStateException: this writer hit an OutOfMemoryError; cannot commit

2012-07-10 Thread Simon Willnauer
an OutOfMemoryError, the original OutOfMemoryError is also rethrown (not just this IllegalStateException noting that at some point, it hit OOM. Hmm, i checked older logs and found something new, what i have not seen in VisualVM. Java heap space-Problems, just before OOM. My JVM has 8GB -Xmx/-Xms, 16GB

Debugging jetty IllegalStateException errors?

2012-07-04 Thread Aaron Daubman
Greetings, I'm wondering if anybody has experienced (and found root cause) for errors like this. We're running Solr 3.6.0 with latest stable Jetty 7 (7.6.4.v20120524). I know this is likely due to a client (or the server) terminating the connection unexpectedly, but we see these fairly frequently

Re: IllegalStateException, response already committed - replication related

2011-12-08 Thread Tom Lianza
We're seeing the same thing (though we're not using replication). Based on the trace, it looks like it would happen when Solr's response is too slow for the client, and it's trying to send a response back to someone who's no longer listening for one. So, I think this isn't an error in itself

Re: IllegalStateException, response already committed - replication related

2011-12-08 Thread Yonik Seeley
On Thu, Dec 8, 2011 at 6:21 PM, Tom Lianza t...@wishpot.com wrote: We're seeing the same thing (though we're not using replication).  Based on the trace, it looks like it would happen when Solr's response is too slow for the client, and it's trying to send a response back to someone who's no

Re: IllegalStateException, response already committed - replication related

2011-11-29 Thread Torsten Krah
Anyone an idea? regards smime.p7s Description: S/MIME cryptographic signature

IllegalStateException locking up solr during query.

2011-10-31 Thread Phil Scadden
Seems to happen when I ask for more pages of results, but solr essentially stops working. Half an hour later it was working okay. Solr 3.4 on tomcat 5.5.15 Logs look like: (example of one of many...) Any ideas very welcome. 1/11/2011 12:00:14 org.apache.catalina.core.StandardWrapperValve invoke