Content starts here

WeblogicSpring Subsystem Messages

The WeblogicSpring1.0 catalog contains messages in the range BEA2160000 - BEA2160999. Messages in this catalog are part of the weblogic.spring Internationalization package and the weblogic.spring Localization package.

BEA-2160000

Warning: Context "name" is not a web context. Spring runtime MBeans cannot be created.

Description

The WeblogicSpringApplicationListener bean is only designed to work with a Spring WebApplicationContext.

Cause

The WeblogicSpringApplicationListener bean was added to (or registered as a listener on) an ApplicationContext that is not a web application context.

Action

Use WeblogicSpringApplicationListener with a WebApplicationContext only.

BEA-2160001

Warning: WebAppComponentRuntimeMBean not found. Spring runtime MBeans cannot be created.

Description

WebAppComponentRuntimeMBean is missing from the servlet context.

Cause

Internal Error.

Action

Contact BEA Customer Support. Please capture errors and send the server log files to support.

  Back to Top