Re: a new CLI tool bin/postlogs

2020-03-29 Thread Joel Bernstein
As long as the data is loading you are fine I believe. We can create a ticket to figure out that error, but it's not affecting the logic of the load in any way. Joel Bernstein http://joelsolr.blogspot.com/ On Sun, Mar 29, 2020 at 2:29 AM Kayak28 wrote: > Hello, Community: > > Thank you for re

Re: a new CLI tool bin/postlogs

2020-03-28 Thread Kayak28
Hello, Community: Thank you for replaying. I run for the single log file, then I could upload solr.log file to the core... But, I am still failing to load class "org.slf4j.impl.StaticLoggerBinder". Should I download some jar file and configure it to some configuration file? Sincerely, Kaya Ota

Re: a new CLI tool bin/postlogs

2020-03-27 Thread Joel Bernstein
It looks like it's not finding any files. Here is the code thats failing: https://github.com/apache/lucene-solr/blob/35d8e3de6d5931bfd6cba3221cfd0dca7f97c1a1/solr/core/src/java/org/apache/solr/util/SolrLogPostTool.java#L126 A couple of things to note: postlogs should only be run on log files. So

a new CLI tool bin/postlogs

2020-03-27 Thread Kayak28
Hello, Community: Thank you for releasing Solr 8.5.0, which contains several interesting tools. Especially, bin/postlogs is interesting one. So, I have tried to run it on my computer (not-production use) as the following. bin/postlogs http://localhost:8983/solr/logs ./server/logs/solr The resul