Re: error during running my code java.lang.VerifyError: Bad type on operand stack

2017-01-06 Thread Atita Arora
Hi, I found the same thing listed here at : http://googleweblight.com/?lite_url=http://stackoverflow.com/questions/32105513/solr-bad-return-type-error&ei=xQ0ZJDXt&lc=en-IN&s=1&m=940&host=www.google.co.in&ts=1483722084&sig=AF9NedkxZ3LIU1o5BOd8inhSmW5Q5azbHA HttpSolrClient has a constructor that a

Re: error during running my code java.lang.VerifyError: Bad type on operand stack

2017-01-06 Thread Susheel Kumar
Which solrj version are you using and can you point which line exactly throws the error? Thnx On Fri, Jan 6, 2017 at 2:04 AM, gayathri...@tcs.com wrote: > Hi > > Im using solr 5.4.0 while running my code i get below eroor please suggest > what has to be done > > public static void main(

error during running my code java.lang.VerifyError: Bad type on operand stack

2017-01-05 Thread gayathri...@tcs.com
Hi Im using solr 5.4.0 while running my code i get below eroor please suggest what has to be done public static void main(String[] args) throws SolrServerException, IOException { String urlString = "http://localhost:8983/solr/";;