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:
Post Comments (Atom)
eclipse 2025-03: JBoss Tools 4.29.1 issue: An internal error occurred during: "Importing Maven projects". class org.eclipse.jdt.internal.core.JavaNature cannot be cast to class org.eclipse.jdt.core.IJavaProject (org.eclipse.jdt.internal.core.JavaNature and org.eclipse.jdt.core.IJavaProject are in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @21fd7397)
>CONTEXT Debian 11, Eclipse 2025-03/Java21 and project using OpenJDK 17. >PROBLEM After the installation of JBoss Tools 4.29.1, as fol...
-
>PROBLEM Using JSF, Primefaces and p:growl the messages return duplicated (twice). This kind of issue may have alternative reasons. On ...
-
>PROBLEM Attempt to a Git operation over remote repository returns the following message: Could not create directory ' your path here...
No comments:
Post a Comment