WebSphere Application Server messages
             Operating Systems: AIX, HP-UX, IBM i, Linux, Solaris, Windows, z/OS


CWRPC

CWRPC0001E: The {0} service cannot be located.
Explanation The specified service cannot be located
Action Verify that you have defined a service with the specified name in the RpcAdapterConfig.xml file.
CWRPC0002E: The RPC method has been invoked with an unsupported HTTP method. The configuration expected the {0} method.
Explanation The HTTP method, which invoked the method, is not supported.
Action Invoke the method for the service using the HTTP method that is specified in the RPCAdapterConfig.xml file. This method is the same method that is specified in the error message. The RPCAdapterConfig.xml file is located in the WEB-INF directory of your application Web archive (WAR) file.
CWRPC0003E: The RpcAdapterConfig.xml configuration file is not valid. Either all or none of the parameters for the {0} method must exist in the XML file.
Explanation This error occurs when you specify only some of the parameters, either all or none must be specified.
Action Open the RpcAdapterConfig.xml file, which is located in the WEB-INF directory of your application Web archive (WAR) file. Specify all of the parameters for the method.
CWRPC0004E: The {0} method cannot be located.
Explanation The specified method cannot be located.
Action Verify that you have defined a method with the specified name in the RpcAdapterConfig.xml file.
CWRPC0005E: The RpcAdapterConfig.xml configuration file cannot be parsed. The RpcAdapterConfig.xml file is either not present in the WEB-INF directory or it is not well formed.
Explanation The RpcAdapterConfig.xml file is not present in the WEB-INF directory within your application Web archive (WAR) file or it is not well formed.
Action Validate the RpcAdapterConfig.xml file against its schema and fix the errors.
CWRPC0006E: The RPC Adapter cannot instantiate the {0} validator type.
Explanation The RPC Adapter cannot instantiate an object of the specified validator class.
Action Verify that the class is in the format that is required by the RPC Adapter. For example, the class should extend the com.ibm.websphere.rpcadapter.Validator class. Also, the class should have a public constructor with no parameter arguments.
CWRPC0007E: The {0} Plain Old Java Object (POJO) entity model cannot be instantiated.
Explanation The specified POJO entity model cannot be instantiated.
Action Examine the POJO entity model for errors that can prevent it from being instantiated. For example, an error cannot occur if the POJO entity model does not have a default constructor.
CWRPC0008E: The parameters in the request do not match the parameters that are defined for the {0} method.
Explanation The Remote Procedure Call does not contain the correct number of parameters.
Action Make the Remote Procedure Call with the correct number of parameters.
CWRPC0009E: The validation process failed for the {0} parameter in the {1} method.
Explanation The specified method parameter failed the validation process.
Action Verify that the specified parameter for the method is valid.
CWRPC0010E: The RPC Adapter received a request for the {0} method, which was not found for the {1} service.
Explanation Either the method is on the black list and unsupported or is not present for the service class.
Action Verify that the method is present for the service class. If it is present, then verify that the method is supported.
CWRPC0011E: The DocumentBuilderFactory object cannot be built because an error occurred.
Explanation This error can occur because the schema is not present or a validating XML parser does not exist in the class path.
Action Verify that a validating XML parser exists in the class path.
CWRPC0012E: The exposed method cannot be invoked.
Explanation This error occurs when the invocation of the exposed Plain Old Java Object (POJO) method results in an exception.
Action Check the stackTrace variable of the error object for the stack trace of the error that occurred.
CWRPC0013E: The {0} Enterprise JavaBeans {EJB} file cannot be instantiated.
Explanation The specified EJB file cannot be instantiated.
Action Examine the EJB file for errors that can prevent it from being instantiated.
CWRPC0014E: The method cannot look up the {0} Enterprise JavaBeans (EJB) file.
Explanation The method failed to lookup the specified EJB file.
Action Verify that the specified remote and home names are correct. Also, verify that the specified jndi-name value for the lookup is correct. If you are using Enterprise JavaBeans (EJB) file Version 2.1, make sure that there is an entry for EJB modules in web.xml file.
CWRPC0015E: The create method cannot be invoked.
Explanation The method failed to invoke the create method.
Action Verify the parameters, which are specified for create node in the RPCAdapterConfig.xml file, are correct. Also, verify that the create method is available in the Enterprise JavaBeans (EJB) module. The RPCAdapaterConfig.xml file exists in the WEB-INF directory within your application Web archive (WAR) file.
CWRPC0016E: The simple method descriptor (SMD) generation process cannot locate a matching Java method implementation for the {0} class.
Explanation One or more of the methods under a service are not configured correctly.
Action Check the methods that are configured with the implementation of the class. Ensure that the parameter types for any overloaded methods are listed correctly.
CWRPC0017E: The annotations class cannot be processed.
Explanation The class specified in the init-param code of the web.xml file cannot be found. This error also can occur when the annotated elements in the class comply with the design.
Action Check the stackTrace variable of the error object for the stack trace of the error that occurred.
CWRPC0018E: The RPCAdapter-annotation.jar file cannot be located.
Explanation The web.xml file is configured for annotations, but the RPCAdapter-annotation.jar file cannot be located in the class path.
Action Update the class path to include the location of the RPCAdapter-annotation.jar file.
Reference topic    

Terms of Use | Feedback

Last updated: Oct 21, 2010 7:56:37 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.ajaxproxy.RPCAdapterMsgs.html

© Copyright IBM Corporation 2006, 2010. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)