Express (Distributed operating systems), v8.0 > Reference > Messages


CWWSG

CWWSG3001E: Could not find correlation destination {0}.

Explanation The destination defined for correlation support could not be found.
Action Ensure that the destination has been defined correctly.

CWWSG3002E: Boolean property called {0} could not be found.

Explanation The specified boolean property could not be found.
Action Ensure that the boolean property has been defined correctly.

CWWSG3003E: String property called {0} could not be found.

Explanation The specified string property could not be found.
Action Ensure that the string property has been defined correctly.

CWWSG3004E: Could not send correlation information to destination.

Explanation An error occurred while sending information to the correlation destination.
Action Ensure that correlation destination has been defined and enabled correctly.

CWWSG3005E: The Filter workarea could not be accessed.

Explanation The workarea used by filters could not be accessed.
Action Ensure that the deployed filters access the workarea correctly.

CWWSG3006E: The message received was not recognized.

Explanation The message received was not in a recognized form.
Action Enable tracing and inspect the form and content of the message received.

CWWSG3007E: The message received could not be converted into a suitable form.

Explanation The message received was not recognized as one could that be converted by an installed data mediator.
Action Ensure that an appropriate data mediator for the message format has been installed.

CWWSG3008E: The request could not be logged.

Explanation Information about the request received could not be logged.
Action Ensure that the log file is writable and that there is sufficient storage space to record the logging information.

CWWSG3009E: The filter list was not recognized, contents {0}.

Explanation The list of filters provided in the property was not recognized.
Action Ensure that the list of filters is provided in a comma-separated (CSV) form, using the correct encoding.

CWWSG3010E: The filter {0} was not found.

Explanation The filter could not be found within the system or could not be instantiated.
Action Ensure that the filter has been correctly deployed and activated.

CWWSG3011E: A routing query failed.

Explanation A filter could not query the routing information for the current message.
Action Enabling tracing for the Gateway runtime, to determine where the problem occurred.

CWWSG3012E: A routing modification failed.

Explanation A filter could not modify the routing information for the current message.
Action Enabling tracing for the Gateway runtime, to determine where the problem occurred.

CWWSG3013E: A response could not be sent.

Explanation A filter indicated that a response should be sent, but this could not be done.
Action Enabling tracing for the Gateway runtime, to determine where the problem occurred.

CWWSG3014E: A filter threw a fatal exception.

Explanation A filter threw an unrecoverable exception, which could not be handled by the Gateway.
Action Enable tracing for the Gateway runtime and the filter, to determine the cause of the exception.

CWWSG3015E: The response could not be logged.

Explanation Information about the response received could not be logged.
Action Ensure that the log file is writable and that there is sufficient storage space to record the logging information.

CWWSG3016E: Could not find correlation information for response.

Explanation An error occurred while retrieving information from the correlation destination.
Action Ensure that correlation destination has been defined and enabled correctly.

CWWSG3017E: Could not locate referenced object {0}.

Explanation An error occurred while performing a lookup.
Action Ensure that object has been defined correctly.

CWWSG3018E: The namespace {0} does not appear to be valid.

Explanation An error occurred while working with the specified namespace.
Action Use trace information to determine what task was being performed when the error occured, and check that the namespace is correct and makes sense at that point.

CWWSG3019E: The service {0} does not appear to be valid.

Explanation An error occurred while working with the specified service.
Action Use trace information to determine what task was being performed when the error occured, and check that the service is correct and makes sense at that point.

CWWSG3020E: The portname {0} does not appear to be valid.

Explanation An error occurred while working with the specified portname.
Action Use trace information to determine what task was being performed when the error occured, and check that the portname is correct and makes sense at that point.

CWWSG3021E: The property {0} with value {1} does not appear to be valid.

Explanation An error occurred while working with the specified property.
Action Use trace information to determine what task was being performed when the error occured, and check that the property and its value are correct and make sense at that point.

CWWSG3022E: The format of property {0} with value {1} does not appear to be valid.

Explanation An error occurred while working with the specified property.
Action Check that the property value is correct and consistent with the required format.

CWWSG3023E: Could not locate the message property {0}.

Explanation An expected property within the message could not be located.
Action Determine the contents of the message and its properties, and confirm that the expected property is present and in the correct form.

CWWSG3024E: Target service with location {0} was not found for gateway service {1}

Explanation The given location could not be set as the target service because this location has not been defined as a target service for this gateway service.
Action Ensure that the correct target service location is specified.

CWWSG3025E: Target service identity cannot be specified as null

Explanation A target service can only be selected using a non-null value for the identity.
Action Modify the calling code to ensure that the target service identity value is never null.

CWWSG3026E: Target service identity information {0} not matched for gateway service {1}

Explanation A target service was requested by identity, but the identity information does not match any currently deployed target service.
Action Ensure that the identity information is correct, and that there is a target service deployed to the given gateway service with the right identity information.

CWWSG3027E: Target service with location {0} was not found for gateway service {1}

Explanation The WSDL definition for the given location could not be returned because this location has not been defined as a target service for this gateway service.
Action Ensure that the correct target service location is specified.

CWWSG3028E: Error retrieving WSDL for target service named {0} in gateway service {1}

Explanation The WSDL definition for this target service could not be retrieved.
Action Ensure that the gateway and target services are correctly defined.

CWWSG3029E: No default target service available for gateway service {0} on service integration bus {1}

Explanation The default target service location cannot be obtained for the gateway service as no suitable target services are defined for it.
Action Ensure that one or more target services are defined for the gateway service.

CWWSG3030E: Could not determine default port name for target service {0} in gateway service {1} on service integration bus {2}

Explanation There are no outbound ports defined for the outbound service associated with the given target or proxy service.
Action Make sure that there is at least one outbound port defined for the outbound service associated with the given target or proxy service.

CWWSG3031E: Target service with location {0} was not found for gateway service {1} on service integration bus {2}

Explanation The given location could not be set as the target service because this location has not been defined as a target service for this gateway service.
Action Ensure that the correct target service location is specified.

CWWSG3032E: Port {0} does not exist for target service {1} in gateway service {2} on service integration bus {3}

Explanation The requested port does not exist for the target service.
Action Ensure that a valid port is requested and defined as an outbound port in the outbound service associated with the given target or proxy service.

CWWSG3501W: Filter {0} threw a non-fatal exception.

Explanation The filter threw a non-fatal exception.
Action Enable tracing for filter to determine the cause of the exception if this was unexpected.

CWWSG3502W: The message was not modified by any filter.

Explanation No filter made a change to the message.
Action No action required. It is possible that one or more of the filters are not required.

CWWSG3503I: A request message has been received.

Explanation A request message has been received.
Action No action required.

CWWSG3504I: A response message has been received.

Explanation A response message has been received.
Action No action required.

   

+

Search Tips   |   Advanced Search