Universal Messaging 10.15 | Known Issues
 
Known Issues
This section lists any issues for the current release that were known when this readme was published. For known issues found later, go to the Knowledge Center on the Empower website.
*NUM-18723
The Universal Messaging server might fail to start when run as a console process on Linux due to an issue with the Java Service Wrapper version 3.5.50.
There is a workaround for this issue that requires closing the STDIN stream of the server process. To do so, edit the SoftwareAG_directory\UniversalMessaging\server*server_instance*bin\Server_Common.conf file and add the following line anywhere in the file: wrapper.disable_console_input=TRUE
Restart the server to apply the new configuration. This workaround is not applicable to deployments where access to the server's console input is required.
*NUM-18109
A Universal Messaging client may fail to receive events sent to a Universal Messaging server over AMQP via the AMQPNetLite library. The client returns an ArrayIndexOutOfBoundsException.
For a workaround to this issue, contact Software AG Global Support.
*NUM-16844
The main pages of the Javadoc and API documentation for C++ and C# included in the 10.11 GA release do not have tabs for Main Page, Related Pages, Packages, and Data Structures.
The issue affects the index.html pages in the SoftwareAG_directory\UniversalMessaging\doc\cplus|dotnet|java directory.
Instead, you can access the API documentation from the index.html page in the SoftwareAG_directory\UniversalMessaging\doc directory or use the links in the Reference Guide in the Universal Messaging web help.
*NUM-16519 (Memory leak in JMX durable connection handling and JMX cannot be properly disabled.)
The current JMX implementation can result in the following issues:
*JMX not working properly for various JMX beans
*Memory leaks in some JMX bean structures
*Non-fatal exceptions in the logs
*JMX objects staying active even when JMX is disabled
There is currently no workaround for these issues.
*NUM-15015 (Clients may fail to connect to Cluster in Replication Mode)
Universal Messaging 10.7 GA offers a new feature called Cluster Replication Mode. In the GA version of the product non-administrative clients can experience problems connecting to the cluster when Replication mode is enabled. These issues are resolved in Fix 1.
*NUM-14533 (UM log messages using LOG level are logged with ERROR level when using Logback.)
When Universal Messaging is configured to use Logback as the logging framework, many of the server start-up messages in the server's nirvana.log file will be written with status ERROR. This happens due to a limitation in Logback that does not provide usage of custom log levels. Therefore, Universal Messaging messages logged with LOG level are translated to ERROR level when Logback is used.
There is no workaround for this issue.
*NUM-10210 (UM instance manager crashes if instance name is too long.)
The Universal Messaging instance manager tool may crash when run on Windows with an instance name longer than 42 characters, although the instance may still be created.
The only workaround is to use a shorter instance name.
*NUM-7839 (If an exclusive asynchronous durable is created, closed, and then re-subscribed immediately, it is possible for the client to receive an exception that the subscriber is already bound.)
The issue occurs because the session disconnected operation does not wait for all resources to be cleaned. If a client waits for a while before the second subscription, all resources on the server are cleaned so the subscription is successful, but there is no way currently to ensure the exact time at which everything is cleaned.
*NUM-6147 (P2P hidden channel appearing)
When upgrading an installation from 9.10, a channel with the name "-p2p/serviceinfo" may be visible within the namespace of Universal Messaging. This channel can safely be removed because it is an artifact of a deprecated and now removed feature, P2P. If not removed, it will have no adverse effect on Universal Messaging.
*Shared memory drivers are currently not supported on HP-UX systems.
There is currently no workaround for this issue.