Kbase P87025: An AppServer client session using a numeric format that does not contain a period crashes when attem
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0A
Dynamics
Windows 2000
Windows XP
SYMPTOM(s):
An AppServer client session using a numeric format that does not contain a
period crashes when attempting to open a dynamic object controller.
On Windows 2000, a memory violation error is seen.
On WinXP there is no error but the session hangs then eventually terminates.
Errors are written to the adminserver log file admserv.log:
[3/19/04 4:22:54 PM] [0] [ManagementPlugin] * Error processing event:
local.localhost:ID=AppServer-NULL Error occurred in server thread; nested
exception is:
[3/19/04 4:22:54 PM] [0] [ManagementPlugin] *
java.lang.NoClassDefFoundError: com/sonicsw/mf/common/runtime/INotification
(11491)
The problem is only seen when the AppServer is runnning on a core
installation of OE 10.0A01.
If the AppServer is configured to run on a core
installation of OE 10.0A, overlayed with Dynamics 10.0A01, the problem is
not seen.
CAUSE:
This is a known issue being investigated by Development
FIX:
The workaround for this problem is to change the client startup parameter for either the thousands separator (-numsep) or the decimal separator (-numdec) to have a value of 46. For example, if an AppServer client currently has these startup parameters specified:
-numsep 160 # non-breaking space
-numdec 44 # comma
the suggested workaround is to change them to:
-numsep 46 # period
-numdec 44 # comma