Messages are logged with message class 0800. In the Administrator, section
you find the logging settings in the tree for Adapters. See the webMethods Integration Server Administrator's Guide for changing the logging settings.The messages have the format:
0800nnnn
where | 0800 | is the message class, and |
nnnn | is the message number in the range 0000 - 9999 |
08000211 | 08000212 | 08000213 | 08000215 | 08000219 | 08000220 | 08000221 | 08000228 | 08000229 | 08000231 | 08000234 | 08000236 | 08000250 | 08000301 | 08000310 | 08000311 | 08000315 | 08000333 | 08000342 | 08000343 | 08000362 | 08000500 | 08000603
08000211 | <error detail> |
Explanation |
An error occurred during the execution of an adapter service. The error message contains a detailed description of the error. |
Action |
Use error detail to fix. |
08000212 | WmEntireX: exception during register: <exception detail> |
Explanation |
An error occurred during |
Action |
Use exception detail to fix. This is typically a configuration issue. |
08000213 | WmEntireX: exception during receive: <exception detail> |
Explanation |
An error occurred during |
Action |
Use exception detail to fix. |
08000215 | WmEntireX: connection: unknown resourceDomainName: <name> |
Explanation |
An internal error occurred. |
Action |
Contact Software AG support. |
08000219 | WmEntireX: connection.receive: unknown server command <actual command> |
Explanation |
< |
Action |
Change command. The only known command is
|
08000220 | WmEntireX: connection.receive: conversational call <actual packet type> rejected |
Explanation |
The adapter listener does not support conversational RPC. |
Action |
Use non-conversational calls. |
08000221 | WmEntireX: connection.receive: illegal packet type <actual packet type> |
Explanation |
The adapter listener received an illegal packet type. |
Action |
Change your RPC client to send valid packet types. |
08000228 | WmEntireX: exception during resource domain lookup: <exception detail> |
Explanation |
An internal error occurred. |
Action |
Contact Software AG support. |
08000229 | WmEntireX: unsupported RPC protocol version: <actual protocol version> |
Explanation |
The RPC client is sending an old protocol version that is not supported by the adapter listener. |
Action |
Update your RPC client. |
08000231 | WmEntireX: Asynchronous Listener Notification can only be used with a Reliable RPC Listener Connection |
Explanation |
An asynchronous adapter listener notification cannot be used with an RPC Listener connection which is not reliable. This error can only occur if an adapter notification is created manually. |
Action |
Use a Reliable RPC Listener connection for the adapter notification. |
08000234 | WmEntireX: connection.receive: illegal call for Reliable RPC rejected |
Explanation |
A reliable RPC listener received a non-reliable call from an RPC client. |
Action |
Configure the RPC client to use Reliable RPC. |
08000236 | WmEntireX: connection.receive: illegal call for non Reliable RPC rejected |
Explanation |
An RPC listener received a reliable call from an RPC client. |
Action |
Configure the RPC client not to use Reliable RPC. |
08000250 | WmEntireX: exception in createManagedConnectionObject: <exception detail> |
Explanation |
An error occurred when creating an adapter connection. The error message contains a detailed description of the error. |
Action |
Use exception detail to fix. |
08000301 | WmEntireX: exception during listener startup: <exception detail> |
Explanation |
An error occurred while starting a listener. The error message contains a detailed description of the error. |
Action |
Use exception detail to fix. |
08000310 | WmEntireX: listener.processNotificationResults error: <error details> |
Explanation |
The Integration Server runtime reported an error during notification. |
Action |
Use exception details to fix. |
08000311 | WmEntireX: listener.waitForData (listener for Reliable RPC) error: <exception detail> |
Explanation |
An error occurred during processing of an RPC request in a reliable listener. The error message contains a detailed description of the error. |
Action |
Use exception detail to fix. |
08000315 | WmEntireX: invalid userid password combination |
Explanation |
A listener is configured to execute the service with client credentials. Either no credentials (user ID and password) were passed in the RPC call or an invalid user ID or password was specified (for example the user does not exist in the Integration Server). |
Action |
Configure the RPC client to send a valid user ID / password combination. |
08000333 | WmEntireX: exception during syncListener.runNotification: <exception details> |
Explanation |
The adapter listener trapped into an exception while processing a notification event. |
Action |
Use exception details to fix. |
08000342 | WmEntireX: listener <entry or exit> handler <service name> throws exception <exception detail> |
Explanation |
An error occurred in a listener during the call of an entry or exit handler. The error message contains a detailed description of the error. |
Action |
Use exception detail to fix. |
08000343 | WmEntireX: listener <entry or exit> handler <service name> is not a service |
Explanation |
Either a service with the given name does not exist or there is an Integration Server object with the same name which is not a service. |
Action |
Specify a valid entry or exit handler service in the listener configuration. |
08000362 | WmEntireX: exception during listener.runAsyncNotification: <exception detail> |
Explanation |
An error occurred during the processing of a notification in a reliable listener. The error message contains a detailed description of the error. |
Action |
Use exception detail to fix. |
08000500 | WmEntireX: exception while executing service: <exception detail> |
Explanation |
An error occurred during the processing of an adapter service. The error message contains a detailed description of the error. |
Action |
Use exception detail to fix. |
08000603 | Error in transaction handling(<connection id>): <exception detail> |
Explanation |
An error occurred in the transactional logic of an adapter service. The error message contains a detailed description of the error. |
Action |
Use exception detail to fix. |