0

Getting this during runtime on Weblogic 10:

java.lang.NoSuchMethodError: org.joda.time.DateTime.now()Lorg/joda/time/DateTime;

Joda-time 2.9.9

ACV
  • 9,964
  • 5
  • 76
  • 81
  • Well it's about a different method and if you search for this exception (with `now()`) you won't find the answer – ACV Apr 16 '18 at 16:48
  • Sure, the exact details which method is missing are different, but the underlying reason seems to be the same. Weblogic uses an outdated version of Joda, but you can adjust the weblogic deployment descriptor to use the jar-file of Joda in the lib directory instead of the weblogic joda. Just follow the link and look at the suggestion in the accepted answer. – Meno Hochschild Apr 16 '18 at 21:29
  • @MenoHochschild I've marked it as duplicate – ACV Apr 17 '18 at 09:58

0 Answers0