Content starts here

WeblogicSpring Subsystem Messages

The WeblogicSpring1.0 catalog contains messages in the range BEA-2160000 - BEA-2160999. 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 Oracle Customer Support. Please capture errors and send the server log files to support.

BEA-2160002

Warning: 'scopeName' is not a scope name that is registered

Description

The scope name supplied to a runtime mbean operation is not registered

Cause

The scope name supplied to a runtime mbean operation is not registered

Action

Supply a registered scope name to the runtime mbean operation

  Back to Top