Known Issues for Unwired Server

Learn about known issues and apply workarounds for Unwired Server.

Issue #Description
SMPONP-13039
Oracle support for JDK ended December 31, 2013

The support agreement between Oracle and SAP is no longer in effect as of December 31, 2013.

Workaround: See SAP Note 1949332 for workaround and additional instructions.

SMPONP-11919
Unwired server fails to start after upgrade from version 2.2 SP02 to 2.2 SP04

If your Unwired Server service startup is set to manual, the Unwired server will fail to start the first time you start SAP Mobile Server service from the Windows Services panel directly after the upgrade.

Workaround: Restart the Unwired Server from the desktop shortcut.

SMPONP-9965
Key store and Keypair passwords must match

If the key store and keypair passwords do not match, you are unable to save the certificate alias, and receive the following error message:

Save failed. Cannot recover key.

Workaround: Configure the key store and keypair passwords as follows:
  1. While configuring the Unwired Server for mutual SSL, generate the keypair with the same password as the keystore password. For example,if the keystore.jks has password "changeit", the corresponding keypair generated must also have the password "changeit".
  2. Save the keystore file. 
  3. Check for the correctness using the following from the command prompt:

    C:\>keytool -list -alias alias_name -keystore keystore.jks -storepass changeit

  4. Restart the services.
  5. Set the alias value in the Sybase Control Center SSL configuration tab. The save is successful.
  6. Restart the server to apply the changes.
SMPONP-7089
Auto purge function of monitor db is not properly functioning

Workaround: From the SCC console, select Monitoring, and click Purge in the right panel. Enter the proper time range for the purge and click OK to execute the purge operation. The monitoring log is purged within the specified time range. Alternatively, use SUPCluster.deleteMonitoringData() to clean up monitoring data. See Developer Guide for Unwired Server Runtime, Management API for additional details.

SMPONP-6637

If domain or package is deleted in cluster during one server stopped, some PropertiesNotFoundException error messages can be found in server log when starting the server node. These messages are harmless, and will not affect any functionalities.

Workaround: No action is needed.

RTC-364
Unwired Server reports error during startup from the command line
When starting the server from the command line, the following error message displays:
Could Not Find SUP_HOME\Servers\UnwiredServer\bin\..smp_server.lock

Workaround: None. This error has no impact.

RTC-329
Failed deployment when a name of a child MBO begins with lower case.

For a composite operation, if the name of a child MBO in the composite relationship begins with lower case, deployment would fail. 

Workaround: Change the first character of the child MBO's name to upper case using Unwired WorkSpace.

RTC-238
Update deployment allows definition of a new MBO attribute default, but the new default value does not take effect.

While the MBO developer can modify the MBO attribute default value for a deployed package, and redeploy the package to Unwired Server in Update mode without an error or warning, the new default value does not take effect.

Workaround: Use Replace mode to update the MBO default setting.

RTC-268
Process of stopping Unwired Server service hangs.

When stopping the Windows service for Unwired Server, very infrequently the process hangs. This problem is independent of the means used to stop the service.

Workaround: See Process of Stopping Unwired Server Service Hangs.

RTC-42
Business transaction XML (BTX) uploads when end-to-end tracing is not enabled for an application connection.

You can still upload BTX to the configured Solution Manager server, even if you have not enabled end-to-end tracing for an application connection.

Workaround: None.

RTC-38
Server logs Chinese environments result in garbled characters under certain conditions.

Due to an issue with SySAM licensing 64-bit operating systems running in a zh_CN locale result in characters appearing incorrectly.

Workaround: None.

N/A
Error: 584 Message: Server public key verification failed when running the diagtool.exe tool.

Workaround: Either:

  • Run the diagtool.exe tool from another host, or,
  • Edit the registry on the machine where the diagtool.exetool is being run:
    • Remove the HKCU\Software\Sybase\Messaging Client registry key.
    • Remove the HKCU\Software\Sybase\MessagingClientLib registry key.
    Note: Use caution when editing the registry. Ensure that the key entries removed do not contain any currently used Unwired Platform applications (sub entries).
CR-709892
Unwired Server records deployment errors in the domain log rather than in the Unwired Server logs.

Workaround: None. Look for deployment errors in the domain log.

CR-708431
Data on the EIS, cache, and device is not in sync.

If a Create operation succeeds at the enterprise information system (EIS), but its corresponding Entity Read operation fails, the EIS is updated but the cache database (CDB) is not. Error information may be reported in the Unwired Server log, but the error is not propagated to the device client. LogRecord shows 0 (zero), but findAll does not show the new record on the device.

Workaround: None. The change appears in the CDB and the device when the CDB is refreshed (for example, when the cache interval expires).

CR-703515

LDAP role/authentication search base cannot support special characters.

The following characters have special meaning when they appear in a name in LDAP: , (comma), = (equal sign), + (plus sign), < (less than), > (greater than), # (number sign), ; (semicolon), \ (backslash), and " (quotation mark).

LDAP providers do not currently handle these special characters in any names or DNs, including username, DefaultSearchBase, AuthenticationSearchBase, RoleSearchBase, AuthenticationFilter, and RoleFilter.

Workaround: None.

CR-701975
When deploying a package from Unwired WorkSpace or Sybase Control Center using Update mode, the package's "onDemand" coherence window is not updated on Unwired Server.

Workaround: After deployment, adjust the "onDemand" coherence window from Sybase Control Center.

CR-699590
Large messages are processed incorrectly on 32-bit runtime installations.

A 32-bit Unwired Server is not supported when you are developing messaging applications that process large messages. 32-bit servers run into memory issues and can potentially further result in incorrect data synchronizing with the Unwired Server cache.

Workaround: Install Unwired Platform runtime components on 64-bit hosts.

CR-699343
For native Object API applications, the upgrade process silently deletes composite orphans from the server cache.

Unwired Platform no longer allows composite orphans, that is MBO child entities within a composite relationship that have no parent entity. Depending on the system configuration, the upgrade may physically delete the orphans, or may only logically delete them, then physically delete them during a subsequent cache purge process. Either way, applications that use MBOs with composite orphans may not behave as expected after migration.

Workaround: Before upgrading, eliminate composite orphans from native Object API applications:
  • Look for existing MBOs that generate composite orphans. Examine each MBO in Unwired WorkSpace, looking for any instance in which the application loads child entities before the related parent entity.
  • For any MBOs you find that generate composite orphans, change the data model in the MBO so that the application always loads parent entities before the related child entities. See the "Composite relationship behavior" row in the Relationship Guidelines and Restrictions topic, in the Sybase Unwired WorkSpace - Mobile Business Object Development guide.
  • Test any changes you make to ensure that the application still behaves as expected.
  • After you are satisfied that you have eliminated composite orphans from your MBOs, proceed with the upgrade.

Additional Information on Composite Orphans

An example of a scenario in which parentless child entities can occur is a two MBO parent-child model integrated with JDBC for sales orders and line items. If the data model specifies that line items are inserted first, the application attempts to load child line items for a sales order that does not yet exist. Those line items disappear from the cache before the application can load the parent sales order.

To be sure that composite orphans do not cause problems in your migrated applications:
  • After migration, if you have mobile application projects that contain composite relationships and the child MBO load operation has no parameter dependencies on its parent, redeploy the package from Unwired WorkSpace using Update mode to generate the correct loadGroups for the deployed package.
  • Child load operations that do not depend upon parameters from the parent do not always generate orphans.

    Consider the case where the user wants to load all sales orders and line items created in the New York office. New York may be a load parameter for both parent and child that is bound to a personalization key and results in no orphans even though the child does not get any load parameters from the parent.

CR-695671
The mlsrv_err.log reports error: java.lang.OutOfMemoryError.

When performing a listview object query with very large data sets, the client returns an error code 571 or 1053, and the server becomes temporarily unavailable, or tries to restart.

Workaround: Modify the maximum Java heap size to handle very large amounts of data in an object query. See Configuring Unwired Server Performance Properties in System Administration.

CRs 693116 and 692218
Devices on 3G/4G network cannot connect to Unwired Server.

A connectivity issue may occur between the device and Unwired Server. The current client libraries use a protocol that support only HTTP chunked transfer-encoding. 3G/4G traffic might, in some cases, be subject to content filtering and convert the messages from chunked transfer-encoding to fixed content-length if communication is via standard HTTP ports, which most commonly are 80 and 8080. Since the client application can support only chunked transfer-encoding, the communication cannot be established. In effect, a response cannot be returned to the server indicating that the device is online.

Note: For devices on WiFi networks, the connection between a device and Unwired Server establishes without error.

Workaround: Use a nonstandard HTTP port (any port other than 80 or 8080) or an HTTPS port, that is, 443 for Unwired Server client communication from devices to the Relay Server or external load balancer, whichever one is used, in the DMZ.

CR-692374
Enabling compression incurs additional processing on the device and the server side to optimize the amount of data to be transferred over the network.

Workaround: Carefully evaluate whether the compression trade-off is appropriate in the deployment environment, and carefully size the server capacity to support it. If appropriate in a particular environment, follow the Sybase Unwired Platform Developer Guides to enable compression.

CR-691517
Adding new operations onto a mobile business object in a deployed package using the Update deployment method may render client applications based on the previous package model version nonfunctional.

Workaround: None.

CR-686043
In a disabled domain, messaging clients continue to receive messages from server.

Workaround: To disable any outbound activity to a client, lock the application connection associated with that client.

CR-576726
The full range of valid values is not supported if an attribute uses the default datatype (int) for a SQL Anywhere® database column of type unsigned int.

Workaround: To support the full range of valid values for an unsigned int attribute in the EIS, set the datatype for the corresponding MBO attribute as long.