PROBLEM:
If working with Hibernte, you got this message:
Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
SOLUTION:
solve the problem adding this two jar files to the project's library:
slf4j-api-1.5.10.jar
slf4j-simple-1.5.0.jar
You find those jars on http://www.slf4j.org/manual.html
Go to the download page and download the file "slf4j-X.Y.Z.zip" (or the tar file).
Be sure that the version matches you project's environment.
How?
Simple: check the project jars' versions, compare and try! : )
Subscribe to:
Posts (Atom)
Spark : Cancelling potential speculative or zombie tasks for this job
>PROBLEM Running a long iteration, Spark was returning messages like these: [dag-scheduler-event-loop] INFO org.apache.spark.scheduler....
-
>PROBLEM Attempt to a Git operation over remote repository returns the following message: Could not create directory ' your path here...
-
>CONTEXT Debian 11, Eclipse 2025-03/Java21 and project using OpenJDK 17. >PROBLEM After the installation of JBoss Tools 4.29.1, as fol...