It appears that the /sql handler is not sending the metadata Tuple. According to the log the parameter includeMetadata=true is being sent. This should trigger the sending of the metadata Tuple.
Is it possible that you are using a pre 6.0 release version of Solr from the master branch? The JDBC client appears to be from the 6.0 release but the server could be an older version. The reason I ask this, is that older versions of the /sql handler don't have the metadata Tuple logic. So the query would be processed correctly but the metadata Tuple wouldn't be there. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, May 6, 2016 at 4:50 AM, deniz <[email protected]> wrote: > I went on digging and debug the code and here is what I got on the point it > breaks: > > > <http://lucene.472066.n3.nabble.com/file/n4275053/metaDataIssue.png> > > so basically the tuple doesnt have anything for "isMetadata" hence getting > null on that point... is this a bug or there is missing configs on > clientside or classpath? > > > > ----- > Zeki ama calismiyor... Calissa yapar... > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-6-Solrj-RuntimeException-First-tuple-is-not-a-metadata-tuple-tp4274451p4275053.html > Sent from the Solr - User mailing list archive at Nabble.com. >
