Express (Distributed operating systems), v8.0 > Reference > Messages
CWSAF
CWSAF2001E: An OSGi web bundle {0} at version {1} defines a dependency on the managed JPA persistence context {2} with extended scope. Extended scope persistence contexts are not supported by the OSGi JPA container.
Explanation An application declared a dependency on an extended scope JPA persistence context, but extended scope persistence contexts are not supported in the OSGi JPA container. Action Change the application to make use of either application managed or transaction scope persistence contexts.
CWSAF2002E: An internal error occurred. The OSGi Applications runtime environment could not initialize persistence context support.
Explanation This exception is unexpected. The cause is not immediately known. Action If the problem persists, see problem determination information on the WAS Support page at //publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/ ://www.ibm.com/software/webservers/appserv/was/support/
CWSAF2003E: An internal error occurred. The OSGi application {0} at version {1} is not in a valid state to request resources.
Explanation This exception is unexpected. The cause is not immediately known. Action If the problem persists, see problem determination information on the WAS Support page at //publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/ ://www.ibm.com/software/webservers/appserv/was/support/
CWSAF2004E: An internal error occurred. A service filter could not be parsed.
Explanation This exception is unexpected. The cause is not immediately known. Action If the problem persists, see problem determination information on the WAS Support page at //publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/ ://www.ibm.com/software/webservers/appserv/was/support/
CWSAF2005E: An internal error occurred. A service filter could not be parsed.
Explanation This exception is unexpected. The cause is not immediately known. Action If the problem persists, see problem determination information on the WAS Support page at //publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/ ://www.ibm.com/software/webservers/appserv/was/support/
CWSAF2006W: Multiple persistence units with the name {0} were found by the web bundle {1} at version {2}.
Explanation The OSGi JPA container found multiple persistence units with the same name. This is not a valid configuration, and might lead to inconsistent results. Action Change the OSGi application so that it no longer contains bundles that define multiple persistence units with the same name.
CWSAF2007W: Multiple persistence contexts with the name {0} were found by the web bundle {1} at version {2}.
Explanation The OSGi JPA container found multiple persistence contexts with the same name. This is not a valid configuration, and might lead to inconsistent results. Action Change the OSGi application so that it no longer contains bundles that define multiple persistence contexts with the same name.