Learn about known issues and apply workarounds for Adaptive Server Cluster Edition. Known issues are listed in descending order of Change Request (CR) numbers.
Sybase does not include system problem reports (SPRs) and closed problem reports (CPRs) with Adaptive Server Enterprise. You can search the Web site for solved cases. Click .
| CR # | Description |
|---|---|
698388 |
Bootstrapping COTS JVM may result in a SIGSEGV. When Adaptive Server attempts to bootstrap COTS JVM, you may encounter a signal 11 followed by a stacktrace in the error log which includes the module jvmh_utl_printn. This will result in Java operations not being able to execute. Workaround: To avoid the issue, change the global java.policy file by adding the following rule and changing the first string starting after file: with your absolute path. grant codeBase "file:/absolute_path_to/sybase/ASE-15_0/lib/pca/sybasert.jar" { permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; }; For example, grant codeBase "file:/opt/sybase/ASE-15_0/lib/pca/sybasert.jar" { permission java.lang.reflect.Reflect-Permission "suppressAccessChecks"; }; For each platform, the java.policy file is located here:
|
697384 | Segmentation violation when decreasing number of engines
(thread count) using the alter thread pool
command. Under certain circumstances, Adapter Server may encounter a segmentation violation followed by a stacktrace involving the function uppwakeup() when the number of engines is decreased via the alter thread pool command. Workaround: To avoid the segmentation violation, do not decrease the number of engines (thread count). |
696071 | In some Cluster Edition configurations, Adaptive
Server 624 and 69x errors may occur in rare circumstances during database
replication of a database or replication of tables within a database.
In active-active or active-passive cluster configurations, you can configure RepAgent to run on only one node of the cluster. These errors may occur in rare circumstances when RepAgent reads an older image of database log pages that is on disk while the latest image is on another node. Workaround: Sybase recommends that for:
|
695625 | This message is reported by Open Client applications
connecting to Adaptive Server Enterprise: ct_send(): network packet layer: internal Client Library error: State error: trying to write when connection is expecting a read. This message is reported in some cases when Kerberos message confidentiality service is turned on. Workaround: Reconnect to the server with confidentiality service turned off. |
695135 |
The following message is
reported in the error log regarding thread pools.
"kernel Expected object passed to kmuxtskGetThreadpool is not of type
Multiplexed Task, 0x4d858884 != 0x52544354 (TCTR)" Workaround: You can safely ignore this message. |
694912 |
The sybcluster
localize utility does not function properly and exceptions are raised.
If the $SYBASE/SYBASE_ASE/locales directory contains files or directories that are not server-related locales files, the sybcluster localize utility does not function properly. If unrelated files are in the locales directory, the localize command aborts and raises an exception at the beginning phase. If an unrelated directory is in the locales directory, the charset selection menu is shown incorrectly and localize may abort during further processing. Workaround: Do not place files or directories unrelated to localization in the $SYBASE/SYBASE_ASE/locales directory. |
693181 |
Adaptive Server 624 or 69x errors may occur in a rare circumstances when
RepAgent reads an older image of the database log pages from disk, while the
latest image resides in memory of the remote cluster node. You may encounter errors in these scenarios: Active - Active setup: There is more than one node on the cluster which sends insert/update/delete operations on the database. This results in logs generated for a database on more than one node. Active - Passive setup: There is only one node on the cluster which sends insert/update/delete operations on the database. This node is considered an active node. If RepAgent is configured on a passive node, the passive node will only have read operations. Workaround: Active - Active setup: In order to configure RepAgent and prevent 624 or 69x errors, use traceflag 16872. Using this traceflag will degrade the performance of the servers in the active-active scenario. Active - Passive: Configure RepAgent on the active node. |
686604 | The LogicalReads columns in the MDA
tables is listed as 0. The LogicalReads columns in
the MDA tables listed below are 0 if statement statistics
active is off:
Workaround: Turn on statement statistics active to use LogicalReads for the above MDA tables. |
684556 |
The select for update semantics
introduced in version 15.7 do not support datapages-locked tables.
select for update support exists only for datarows-locked pages. Workaround: None. |
615204 |
If enable DTM is set, the distributed recovery
feature is disabled and all databases are recovered only on the cluster coordinator, rather than on different instances of the cluster.
Workaround: None. |
595923 |
There are two known issues with transfer table:
Workaround: None. |
483651 |
Incorrect cluster failover may occur during diagnostic shared-memory
dump.
If you start an instance while the rest of the cluster is performing a diagnostic shared memory dump, the instance that is starting may incorrectly perform a cluster takeover. This occurs only if automatic cluster takeover is set to 1, or if the --cluster_takeover option is passed to the data server. In environments without i/o fencing enabled, this may lead to data corruption. Workaround: Do not start an instance during a diagnostic shared-memory dump. Configure automatic cluster takeover to 0. |
439406 |
Configuring Job Scheduler Self Management for Simplified Chinese.
When you configure the Job Scheduler Self Management feature for an Adaptive Server localized for Simplified Chinese, you may receive an error saying that a varchar datatype cannot be converted to a date. The Job Scheduler configuration process stops at this point. Workaround: Do not configure the Self Management feature for Simplified Chinese. |
439404 |
Creating Job Scheduler schedules for Adaptive Server with Simplified Chinese.
When you attempt to create a Job Scheduler schedule using the Adaptive Server plug-in for an Adaptive Server that is localized for Simplified Chinese, you may receive an error indicating that the varchar datatype cannot be converted to a date. Workaround: Localize the Adaptive Server for Simplified Chinese before configuring Job Scheduler. |