Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Cory Nelson   on May 13 In Java Category.

  
Question Answered By: Damon Jones   on May 13

I think that the version of the projects which you use are not compatible!
For example may be you are using hibernate  version A. Hibernate version A needs commons logger version B. But you have common logger version C !!
To avoid this do below:
Download a fresh version of hibernate and add it and all the required libraries to your project.
Download Jasper. You may see that some of the libraries between hibernate and jasper  have the same name but different versions. For common libraries only add them if they are newer than the one which are already in your project.
Download ....... look for common libraries only add them if you do not have them already in your project  or they are more up to date.
So you must have only one version of each library and it must be the most up to dated version. This mostly happens for Jakarta common libraries, xml parsers,...
Usually your IDE will catch some of these jar files, try to delete them too!

You error  seems to be about Commons Logging or Log4J incompatibility try to make them up to date.

Share: 

 
 
Didn't find what you were looking for? Find more on hibernate project error Or get search suggestion and latest updates.


Tagged: