Caused By: java.lang.NoClassDefFoundError: org/apache/log4j/Logger

后端 未结 8 1256
醉酒成梦
醉酒成梦 2020-12-02 22:31

I\'ve got an interesting problem in which the org.apache.log4j.Logger class is not found during runtime. I\'m trying to get authorized and that is where it\'s failing:

8条回答
  •  情歌与酒
    2020-12-02 22:40

    java.lang.ClassNotFoundException is indicate that class is not found in class path. it could be the version of log4j is not compatible. check for different log4j version.

提交回复
热议问题