wM Integration Server Service Profiler

Version History

v1.0

First delivered version.

v1.0.1

Auto-pagination of the Browse Snapshot and Browse Running Services dashboards.


This feature was added in response to a timeout or long-running script warning message from the browsers when the navigation tree contained a large number of nodes. A large number would vary from browser-to-browser and from environment-to-environment, but would normally be a number above 1000 nodes. In some enviroments, it would only manifest itself above 3000 nodes.
The implemented improvement simplifies the script generation (speeding generation and page load) and automatically creates pagination control on a threshold of 1000 nodes-per-page. This value is the default, and can be overriden through a configuration setting.
Check the Troubleshooting section of the User Guide manual for detailed information.

v1.0.2

Integrate all patches of v1.0.1.

Added support for HP-UX Itanium, 32-bit and 64-bit.

patch 3

This patch includes, replaces and deprecates all previous patches for v1.0.2.

New supported platforms:
  1. Linux RedHat 64-bit (AMD64);
  2. Windows 2003 Server x64 (AMD64);
  3. Mac OS X (32 & 64-bit) (intel).
Bug Corrections:
  1. The starting of the Service Profiler in an Integration Server, in Windows systems, that has been installed in a path that contains spaces (e.g., C:\Program Files\webMethods) raises an error.
  2. In a singular situation, the server name was reported in the snapshot identification data with port -1.
    This is a network system problem, but this patch implements an workaround that allows the name of the server to be set with the correct port number.
  3. Java error message "JVMPI not supported with this garbage collector; please refer to the GC/JVMPI documentation";
    This problem is resolved, with exception of the following supported platforms:
    • HP-UX (PA & itanium);
    • Solaris.

patch 4

This patch depends on patch 3.

New supported platforms:
  1. Solaris 9 64-bit (SPARC);
Bug Corrections:
  1. Java error message "JVMPI not supported with this garbage collector; please refer to the GC/JVMPI documentation";
    This problem is resolved, with exception of the following supported platforms:
    • HP-UX (PA & itanium);

    Workarround:
    Alter the Integration Server start script to add one of the following Java options to the JVM command line:
    • -client
    • -XX:-JVMPICheckGCCompatibility
  2. Java error "java.lang.NoSuchMethodError: com.wrightia.wm.is.profiler.intercept.IssprofClassLoaderTransformationHelper.beforeDefineClassCall (Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/nio/ByteBuffer;IILjava/security/ProtectionDomain;)[B" when loading the some of webMethods packages (e.g.; WmFlatFile).
    The packages are left loaded as 'partial' and every attempt to use its services will issue the error message above.

v1.0.3

Integrate all patches of v1.0.2.