"docker run -d -v "/home/timc/dev//solrdata:/var/solr" -p 8983:8983 --name my_solr solr solr-precreate gettingstarted -e schemaless -Dsolr.modules=extraction"
docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 3eebcc1a2b25 solr "docker-entrypoint.s…" 5 hours ago Exited (137) 23 minutes ago my_solr2 9a65798bda0d solr "docker-entrypoint.s…" 9 days ago Exited (143) 5 hours ago my_solr 25dd9eee328b hello-world "/hello" 9 days ago Exited (0) 9 days ago cool_davinci 8b5591632935 hello-world "/hello" 9 days ago Exited (0) 9 days ago vigilant_ride (The top solr is the container I'm running with the additional " -e schemaless -Dsolr.modules=extraction" arguments per the solr set-up page previously cited. Tim On Sat, 18 Mar 2023 at 18:04, Shawn Heisey <apa...@elyograg.org> wrote: > On 3/18/23 07:34, Tim Clarke wrote: > > Hmmm, I may have made progress by passing the arguments at the "docker > run" > > stage: > > > > But when the curl command is issued per to add the request handler, I > > receive this reply: > > <snip> > > > "errorMessages":[" Error loading class > > 'solr.extraction.ExtractingRequestHandler'"]}], > > It can't find the class. So I think the module must not be loaded. > > Exactly what 'docker run' command did you use? What is the output of > "docker ps -a"? > > Thanks, > Shawn >