Skip to main content

RTS114 error when running Animator

  • February 15, 2013
  • 0 replies
  • 0 views

This article explains why an RTS 114 error occurs when running Animator file=dispatch.gnt.

Problem:

We are receiving the following RTS error:

Execution error : file

'/opt/microfocus/cobol/dynload/animchr.lbr/dispatch.gnt'

error code: 114, pc=0, call=1, seg=0

114 Attempt to access item beyond bounds of memory (Signal 11)

Resolution:

At this time the Animator under Server Express will not work if the machine has been started with the SMP kernel, it will only work with the normal kernel.

Check the kernel with 'uname -a' . You will know that it's been started with the SMP kernel if the result looks like $ uname -a

Linux cds-entw 2.4.21-32.ELsmp #1 SMP Fri Apr 15 21:17:59 EDT 2005

i686 i686 i386 GNU/Linux

It should work okay if it looks like: $ uname -a

Linux cds-entw 2.4.21-32.EL #1 Fri Apr 15 21:29:19 EDT 2005

i686 i686 i386 GNU/Linux

If not, try the workaround: set the "noexec=off" kernel parameter.

Old KB# 13993