Kevin Risden created SOLR-16148:
-----------------------------------
Summary: Tika / Solr Cell fails with multipart exception
Key: SOLR-16148
URL: https://issues.apache.org/jira/browse/SOLR-16148
Project: Solr
Issue Type: Task
Security Level: Public (Default Security Level. Issues are Public)
Components: contrib - Solr Cell (Tika extraction)
Affects Versions: 9.0
Reporter: Kevin Risden
I tried to follow along in
https://nightlies.apache.org/solr/draft-guides/solr-reference-guide-nightly/solr/9_0/indexing-guide/indexing-with-tika.html
and ran into this error:
{code:java}
2022-04-08 14:52:18.768 ERROR (qtp201274566-26) [] o.a.s.s.SolrRequestParsers
Couldn't get multipart parts in order to delete them =>
java.lang.IllegalStateException: No multipart config for servlet
at org.eclipse.jetty.server.Request.getParts(Request.java:2420)
java.lang.IllegalStateException: No multipart config for servlet
{code}
I tried curl and the bin/post examples and they didn't work. I also tried
running Solr with "./bin/solr -e schemaless -Dsolr.module=extraction" but the
behavior was the same.
References:
* https://github.com/eclipse/jetty.project/issues/5987
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]