Troubleshooting: Software AG webMethods
You can use workarounds to problems that you might encounter when you use the Software AG webMethods.
Problem | Description | Solution |
---|---|---|
Error when synchronizing packages with the following message:
com.wm.app.b2b.client.ServiceException: com.wm.app.b2b.server.ServiceException:
[ISS.0085.9150] Cannot perform the operation without List ACL on package XXXXXX |
The user that is specified in the configuration of the physical webMethods server needs to have permissions to read/list the packages that are present on the server. | The current configuration can be seen in Developer by opening the package and viewing the properties; under there is a List ACL entry with a group specified. The user that you configure in Rational® Integration Tester must be a member of this group. |
A Java™ heap space error occurs when you synchronize packages. | If the package to be synchronized is large, it can require more memory than is available to Rational® Integration Tester. | To control the number of services for which metadata is retrieved from
webMethods at one time when you are synchronizing, set the system property
greenhat.wmis.schemaSync.chunkSize in the JVM
Arguments field on the Application page of Library
Manager. For example, to specify a chunk size of 50 webMethods services, enter
-Dgreenhat.wmis.schemaSync.chunkSize=50 . For more information about using
Library Manager, see Working with the Library
Manager.If this property is not specified, Rational® Integration Tester attempts to retrieve all the data at once. |
Error when recording and fields are discarded | XML doc and XML nodes types are not supported when you record webMethods events. These fields are represented as internal references on the server and Rational® Integration Tester is unable to produce a string representation for them. | When such fields are encountered, they are discarded and an error is logged on the server. |
You might see any of the following errors:
|
The connection details are sent by Rational® Integration Tester to the server. When events are triggered, the server makes a new connection to Rational® Integration Tester and sends the events using the TCP connection. In this case, the network connection from the webMethods server to Rational® Integration Tester cannot be made. If the communication fails, the Rational® Integration Tester package on the server is designed to delete any active event handlers. This results in active tests, stubs or recording sessions to stop working. |
|