当前位置: 代码迷 >> Web前端 >> weblogic 支配报错 tried to access method org.apache.log4j.Logger
  详细解决方案

weblogic 支配报错 tried to access method org.apache.log4j.Logger

热度:1188   发布时间:2013-08-01 15:23:18.0
weblogic 部署报错 tried to access method org.apache.log4j.Logger.

log4j-over-slf4j is replacement of log4j that proxies to slf4j. This means in your class path you have classes with same name and package, but very different implementation.

Since you use log4j in your system, it is safe to remove log4j-over-slf4j. in that case the library that needs log4j-over-slf4j will actually use the original log4j.

?

?

?

具体地址:http://stackoverflow.com/questions/6204855/illegalaccesserror-when-adding-rampart-to-the-poms-dependencies

  相关解决方案