You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: