Kbase P96565: AppServer procedure causes memory violation on 64-bit OS when LogThreshold is being set to a non zer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
FACT(s) (Environment):
HP-UX 11i 64-bit
OpenEdge 10.0B 64-bit
Solaris SPARC 8 64-bit
SYMPTOM(s):
Error when any procedure is run on the AppServer.
SYSTEM ERROR: Memory violation. (49)
AppServer has srvrLogThreshold and brkrLogThreshold set to a valid value.
CAUSE:
Bug# 20041020-040
FIX:
Upgrade to 10.0B01 or later.
If upgrading is not possible the following workaround is available:
Set the AppServer LogThresholds to be 0 (unlimited) in the ubroker.properties file.
E.g.
brkrLogThreshold=0
srvrLogThreshold=0