Skip to main content

 Hello,
 
 we are migrating our Cobol-Programs from Solaris to Linux.
 
 Our Linux-Environment:
 - SUSE Linux Enterprise Server 11 SP1  (x86_64)
 - Server Express V5.1
 - My workstation: Windows XP SP3 - 2 GB RAM
 
A few programs throw the following error-messages:

Part of the compilation-protokoll: 
" cob64 -cgx r00157.cbl

Execution error : file 'token'
error code: 114, pc=0, call=1, seg=0
114     Attempt to access item beyond bounds of memory (Signal 11)

cob64: error(s) in compilation: r00157.cbl"

On Solaris the compilation of these programs is working without any problems.

Does anyone has a idea what's going wrong and how to solve the problem?

Thanks and best regards

Michel


#Executionerror114filetoken

 Hello,
 
 we are migrating our Cobol-Programs from Solaris to Linux.
 
 Our Linux-Environment:
 - SUSE Linux Enterprise Server 11 SP1  (x86_64)
 - Server Express V5.1
 - My workstation: Windows XP SP3 - 2 GB RAM
 
A few programs throw the following error-messages:

Part of the compilation-protokoll: 
" cob64 -cgx r00157.cbl

Execution error : file 'token'
error code: 114, pc=0, call=1, seg=0
114     Attempt to access item beyond bounds of memory (Signal 11)

cob64: error(s) in compilation: r00157.cbl"

On Solaris the compilation of these programs is working without any problems.

Does anyone has a idea what's going wrong and how to solve the problem?

Thanks and best regards

Michel


#Executionerror114filetoken

This appears to be an error in the compiler. I suggest you try updating to the latest fix level available for your product. If you already have the latest release, or that doesn't fix the problem, you'll have to contact Micro Focus Customer Care and raise an incident report.


 Hello,
 
 we are migrating our Cobol-Programs from Solaris to Linux.
 
 Our Linux-Environment:
 - SUSE Linux Enterprise Server 11 SP1  (x86_64)
 - Server Express V5.1
 - My workstation: Windows XP SP3 - 2 GB RAM
 
A few programs throw the following error-messages:

Part of the compilation-protokoll: 
" cob64 -cgx r00157.cbl

Execution error : file 'token'
error code: 114, pc=0, call=1, seg=0
114     Attempt to access item beyond bounds of memory (Signal 11)

cob64: error(s) in compilation: r00157.cbl"

On Solaris the compilation of these programs is working without any problems.

Does anyone has a idea what's going wrong and how to solve the problem?

Thanks and best regards

Michel


#Executionerror114filetoken

Error 114 on "token" is one of the symptoms listed in the following Knowledgebase article:

kb.microfocus.com/article.aspx

This KB article covers the most frequently encountered problems when building applications that link COBOL with Oracle on UNIX/Linux.  It describes the general approach.  The section entitled "Oracle environment" is the area most likely pertinent to error 114 on "token".  Be certain that environment variables are set as described in this section, and that you are invoking the "procob" command having the correct bitmode (either 32 or 64).


 Hello,
 
 we are migrating our Cobol-Programs from Solaris to Linux.
 
 Our Linux-Environment:
 - SUSE Linux Enterprise Server 11 SP1  (x86_64)
 - Server Express V5.1
 - My workstation: Windows XP SP3 - 2 GB RAM
 
A few programs throw the following error-messages:

Part of the compilation-protokoll: 
" cob64 -cgx r00157.cbl

Execution error : file 'token'
error code: 114, pc=0, call=1, seg=0
114     Attempt to access item beyond bounds of memory (Signal 11)

cob64: error(s) in compilation: r00157.cbl"

On Solaris the compilation of these programs is working without any problems.

Does anyone has a idea what's going wrong and how to solve the problem?

Thanks and best regards

Michel


#Executionerror114filetoken

Hello Dan,

sorry, I had some problems with the "Reply"-button on this page. It was resolved now.

It was not a basically problem. Some COBOL-programs which are using Oracle could be compiled successfully.

So the environment should be ok.

Regards,

Michael