[
https://issues.apache.org/jira/browse/SOLR-11494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16205963#comment-16205963
]
khawaja MUHAMMAD Shoaib commented on SOLR-11494:
------------------------------------------------
actually i need to find out why solr is throughing this exception. Because as
you see exception starts from
Error from server at http://127.0.0.1:8983/solr: Expected mime type
application/octet-stream but got text/html. <html>
as someone has pointed out on stackover flow to enable setting on solr
https://stackoverflow.com/questions/24089769/solr-realtime-get-remotesolrexception-expected-mime-type-application-xml-but-go
if have already change setting of solr but nothing changes
> Expected mime type application/octet-stream but got text/html
> -------------------------------------------------------------
>
> Key: SOLR-11494
> URL: https://issues.apache.org/jira/browse/SOLR-11494
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: SolrCLI, SolrJ
> Affects Versions: 6.5
> Environment: Windows 10
> Java jdk1.8.0_144
> Solr 6.5.0
> Spring Data Solr 2.0.5.RELEASE
> Spring Version 4.3.12.RELEASE
> Reporter: khawaja MUHAMMAD Shoaib
> Attachments: MerchantModel.java, MerchantRepository.java,
> SolrConfig.java
>
>
> I have been following tutorial from below link to implement Spring data Solr
> http://www.baeldung.com/spring-data-solr
> Attached is my config file, model and repository for spring data solr.
> when i make any query or save my model i receive the below exception.....
> my solr is working fine when i ping from browser "
> http://127.0.0.1:8983/solr/"
> {code:java}
> MerchantModel model = new MerchantModel();
> model.setId("2");
> model.setLocation("31.5287,74.4121");
> model.setTitle("khawaja");
> merchantRepository.save(model);
> {code}
>
> upon save i am getting the below exception
> ###############################################
> org.springframework.data.solr.UncategorizedSolrException: Error from server
> at http://127.0.0.1:8983/solr: Expected mime type application/octet-stream
> but got text/html. <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
> <title>Error 404 Not Found</title>
> </head>
> <body><h2>HTTP ERROR 404</h2>
> <p>Problem accessing /solr/update. Reason:
> <pre> Not Found</pre></p>
> </body>
> </html>
> ; nested exception is
> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
> from server at http://127.0.0.1:8983/solr: Expected mime type
> application/octet-stream but got text/html. <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
> <title>Error 404 Not Found</title>
> </head>
> <body><h2>HTTP ERROR 404</h2>
> <p>Problem accessing /solr/update. Reason:
> <pre> Not Found</pre></p>
> </body>
> </html>
> ###############################################
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]