Sorry, I'd stopped it before answering you. I get this after starting: timc@Debian:$ docker exec 9a65798bda0d ps aux | grep solr solr 1 0.0 0.0 2504 524 ? Ss 20:34 0:00 tini -- solr -f solr 12 11.7 5.0 5424836 715596 ? Sl 20:34 0:14 /opt/java/openjdk/bin/java -server -Xms512m -Xmx512m -XX:+UseG1GC -XX:+PerfDisableSharedMem -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=250 -XX:+UseLargePages -XX:+AlwaysPreTouch -XX:+ExplicitGCInvokesConcurrent -Xlog:gc*:file=/var/solr/logs/solr_gc.log:time,uptime:filecount=9,filesize=20M -Dsolr.jetty.inetaccess.includes= -Dsolr.jetty.inetaccess.excludes= -Dsolr.log.dir=/var/solr/logs -Djetty.port=8983 -DSTOP.PORT=7983 -DSTOP.KEY=solrrocks -Duser.timezone=UTC -XX:-OmitStackTraceInFastThrow -XX:OnOutOfMemoryError=/opt/solr/bin/oom_solr.sh 8983 /var/solr/logs -Djetty.home=/opt/solr/server -Dsolr.solr.home=/var/solr/data -Dsolr.data.home= -Dsolr.install.dir=/opt/solr -Dsolr.default.confdir=/opt/solr/server/solr/configsets/_default/conf -Dlog4j.configurationFile=/var/solr/log4j2.xml -Dsolr.jetty.host=0.0.0.0 -Xss256k -XX:CompileCommand=exclude,com.github.benmanes.caffeine.cache.BoundedLocalCache::put -Djava.security.manager -Djava.security.policy=/opt/solr/server/etc/security.policy -Djava.security.properties=/opt/solr/server/etc/security.properties -Dsolr.internal.network.permission=* -DdisableAdminUI=false -jar start.jar --module=http --module=requestlog --module=gzip solr 119 0.0 0.0 8896 3220 ? Rs 20:36 0:00 ps aux timc@Debian:$
Tim On Sun, 19 Mar 2023 at 14:56, Shawn Heisey <apa...@elyograg.org> wrote: > On 3/18/23 12:21, Tim Clarke wrote: > > 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. > > It says none of those containers is running. When you have one that IS > running, use its ID value in a command like this: > > docker exec 3eebcc1a2b25 ps auxw | grep solr > > And send us the output. Paste it into the message. If you make it an > attachment, the mailing list is likely to eat it so we never see it. > > Thanks, > Shawn >