Rappsilber-Laboratory / XiSearch

XiSearch
Apache License 2.0
9 stars 7 forks source link

org.slf4j.impl.StaticLoggerBinder #57

Closed MNTsnowman closed 2 years ago

MNTsnowman commented 3 years ago

Hi

I have an error where the following file is not found ? : org.slf4j.impl.StaticLoggerBinder

Later in the process, the analysis fails and xiSEARCH simply crashes, the last message in CMD is :

java.lang.ArithmeticException: / by zero at rappsilber.applications.SimpleXiProcessMultipleCandidates.process(SimpleXiProcessMultipleCandidates.java:406) at rappsilber.applications.SimpleXiProcess$SearchRunner.run(SimpleXiProcess.java:208) at java.lang.Thread.run(Unknown Source)

java.lang.ArithmeticException: / by zero

So, my question is if these two errors are connected? I would guess they are?

Also, under the asumption that they are related, how to I get and implement the missing file (org.slf4j.impl.StaticLoggerBinder) and where should it be placed? Is there anything else I need to do?