Re: upgrade to elasticsearch 1.0 now ClassCastException: class ElasticSearch090PostingsFormat

2014-02-25 Thread Kevin J. Smith
Many, many, way to many, hours later it came down to what everyone was suggesting was the problem in the first place: an old elasticsearch jar sitting in an abandoned directory but still scanned by tomcat's class loader. Thanks for your help. -- You received this message because you are subsc

Re: upgrade to elasticsearch 1.0 now ClassCastException: class ElasticSearch090PostingsFormat

2014-02-25 Thread Kevin J. Smith
ne, I only have one set of the lastest v1.0 elasticsearch jars within the classpath. On Monday, February 24, 2014 11:03:23 PM UTC-8, Kevin J. Smith wrote: > > Hi, > > I am using elasticsearch embedded in a tomcat 7 webapp container > (everything running under java 7.) All libs for

upgrade to elasticsearch 1.0 now ClassCastException: class ElasticSearch090PostingsFormat

2014-02-24 Thread Kevin J. Smith
Hi, I am using elasticsearch embedded in a tomcat 7 webapp container (everything running under java 7.) All libs for elasticsearch are in WEB-INF/lib. In v0.90 everything is running swimmingly. We upgraded to v1.0 (libs and all and paid attention to breaking API calls) but now on Ubuntu Linux