Weblogic error: ServletContainerAdapter manager no

2019-08-31 06:04发布

I am new in Weblogic server, I am using Jdeveloper along with weblogic, but after launch the weblogic server i got the following error.

ServletContainerAdapter manager not initialized correctly

I am unable to run any web application. Please help me how to resolve that issue.

1条回答
SAY GOODBYE
2楼-- · 2019-08-31 06:54

I googled about this topic and always get these adviced:

  • This error can be safely ignored in the development environment
  • change log4j.properties

Please check following property:

WL_HOME\server\lib\consoleapp\consolehelp\WEB-INF\classes\log4j.properties

The first copy this file for back-up. After try to set following adjust:

log4j.logger.org.apache.beehive.netui.pageflow.internal.AdapterManager = FATAL


The weblogic documentation say:

This message is emitted from one of the frameworks used by the console and can be ignored.

查看更多
登录 后发表回答