Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid version (expected 2, but 60) or the data in not in 'javabin' format :ConcurrentUpdateSolrClient #12

Closed
DivyaYash opened this issue Dec 8, 2017 · 5 comments

Comments

@DivyaYash
Copy link

[2017-12-08 13:34:48,710] WARN Failed to parse error response from http://:8983/solr/due to: java.lang.RuntimeException: Invalid version (expected 2, but 60) or the data in not in 'javabin' format (org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient:343)
[2017-12-08 13:34:48,710] ERROR error (org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient:540)
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://:8983/solr/: Not Found

@DivyaYash
Copy link
Author

Solr server version - 6.6.2

@DivyaYash
Copy link
Author

@jcustenborder Please advice.

@jcustenborder
Copy link
Owner

jcustenborder commented Dec 8, 2017 via email

@DivyaYash
Copy link
Author

@jcustenborder Solr server version - 6.6.2

@jcustenborder
Copy link
Owner

If you are seeing error messages such as Invalid version (expected 2, but 60) or the data in not in 'javabin' format compare the version of the Solr Server against the version of solrj the connector is compiled with. This error message is most likely due to a version mismatch between the server and solrj. To address this try replacing the solr-solrj-*.jar packaged with the connector with the version that matches the Solr server you are connecting to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants