Kbase P167246: WebSpeed agent crashes on some WebSpeed application compile after upgrading from OE10.1x to OE10.2B
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/06/2010 |
|
Status: Unverified
SYMPTOM(s):
WebSpeed agent crashes on some WebSpeed application compile after upgrading from OE10.1x to OE10.2B
The server log file shows the memory violation error 49 and 439
SYSTEM ERROR: Memory violation. (49)
** Save file named core for analysis by Progress Software Corporation. (439)
Stack from _progres reads:
drexit
drSigFatal
<path>/jdk1.5.0_1x/jre/bin/
msgfnd
msgn
smstmt
smsem
cr_compile
crpsrch
crrun_entry
rninterpret
crrun_rcsv
rncmpile
rnexec_entry
rninterpret
echo $PROMSGS on the webspeed workshop > OS COMMAND displays the promsgs is pointing to the old promsgs file, i.e., pointing to OE10.1B promsgs file instead og OE10.2B promsgs file
FACT(s) (Environment):
Removing the RETRUN statement resolves the issue
UNIX
OpenEdge 10.1x
OpenEdge 10.2x
CHANGE:
Upgraded from OE10.1B to OE 10.2B01
CAUSE:
The PROMSGS variable is pointing to the OE10.1B version.
FIX:
Set and export the PROMSGS variable to point to the correct installation on the adminserver and the broker start script and restart them again.
Example:
DLC=<OE10.2B01 installation directory>;export DLC
PROMSGS=$DLC/promsgs; export PROMSGS
PATH=$DLC/bin:$PATH;export PATH WRKDIR=<what ever path>