• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring 3 + Maven 3: SLF4J exception + versions?

 
Ranch Hand
Posts: 491
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jersey 2.0 + Spring 3 + Maven 3

Need some pointer on how to trouble shoot this issue? Could not see where those versions of SLF4J come from.
At server start up, I got this exception.


 
H Paul
Ranch Hand
Posts: 491
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After scanning over several threads from stackoverflow, I tried several solutions but did not work for my case.
Finally, the one work best is load the versioned-issued-class to see where they came from.

For my case, I loaded those classes and found the classes came from some wrong jars that I do not expected. I fixed.


Worked and expected classes from below correct jars:



Edited: Used STS ide. & Thanks Others!
 
reply
    Bookmark Topic Watch Topic
  • New Topic