Skip to content

Commit 6433519

Browse files
committed
docs: reference to troubleshooting advice
1 parent 583ad9b commit 6433519

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ To execute the replication you can run the `execute` script corresponding to you
6666
> #### Linux/Mac (bash):
6767
> `./stop-execution.sh`
6868
69-
You might see warnings or errors reported from SLF4J like `Failed to load class "org.slf4j.impl.StaticLoggerBinder` which you can safely ignore.
69+
You might see warnings or errors reported from SLF4J like `Failed to load class "org.slf4j.impl.StaticLoggerBinder"` which you can safely ignore.
70+
Further troubleshooting advice can be found at the bottom of this file.
7071

7172
The results of the verification will be stored in the [results](results) directory.
7273

@@ -151,3 +152,8 @@ The input file must have the same format as the other dataset files (i.e., repos
151152

152153
`Fix:` If there is a _results_ directory, delete it with elevated permission (e.g., `sudo rm -r results`).
153154
Then, create a new _results_ directory without elevated permissions, or execute `git restore .` to restore the deleted directory.
155+
156+
### Failed to load class "org.slf4j.impl.StaticLoggerBinder"
157+
`Problem:` An operation within the initialization phase of the logger library we use (tinylog) failed.
158+
159+
`Fix:` Please ignore this warning. Tinylog will fall back onto a default implementation (`Defaulting to no-operation (NOP) logger implementation`) and logging will work as expected.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ To execute the replication you can run the `execute` script corresponding to you
5555
> #### Linux/Mac (bash):
5656
> `./stop-execution.sh`
5757
58-
You might see warnings or errors reported from SLF4J like `Failed to load class "org.slf4j.impl.StaticLoggerBinder` which you can safely ignore.
58+
You might see warnings or errors reported from SLF4J like `Failed to load class "org.slf4j.impl.StaticLoggerBinder"` which you can safely ignore.
59+
Further troubleshooting advice can be found at the bottom of the [Install](INSTALL.md) file.
5960

6061
### 1.3 View the results in the [results][resultsdir] directory
6162
All raw results are stored in the [results][resultsdir] directory.

0 commit comments

Comments
 (0)