Re: java.lang.IncompatibleClassChangeError

2008-01-24 Thread Marcus Herou
stract Class to interface. > Does > > this have something to do with it perhaps? > > > > > > java.lang.IncompatibleClassChangeError: Found class > > org.apache.solr.client.solrj.SolrServer, > > but interface was expected > > at org.apache.solr.c

Re: java.lang.IncompatibleClassChangeError

2008-01-24 Thread Ryan McKinley
face. Does this have something to do with it perhaps? java.lang.IncompatibleClassChangeError: Found class org.apache.solr.client.solrj.SolrServer, but interface was expected at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:80)

Re: java.lang.IncompatibleClassChangeError

2008-01-24 Thread Yonik Seeley
do with it perhaps? Looks like it... are you certain you recompiled? -Yonik > java.lang.IncompatibleClassChangeError: Found class > org.apache.solr.client.solrj.SolrServer, > but interface was expected > at > org.apache.solr.client.solrj.request.QueryRequest.process(Q

java.lang.IncompatibleClassChangeError

2008-01-24 Thread Marcus Herou
Hi. I did a svn update in trunk and deployed new war on server and jars on client (after recompile) and got this. I read that the SolrServer changed from Abstract Class to interface. Does this have something to do with it perhaps? java.lang.IncompatibleClassChangeError: Found class