Your suggestion was reasonable as this error can indeed occur because of large files (when the file system is not aware of 64 bit file offsets) but here the return code is from the EXECUTE and not from AIX. The 127 means it failed.
Errmsg 8 seems more relevant in that they have perhaps tried to load the 64 bit compiler on a 32 bit system. But, I think it is just that there is no compiler to be found and that's why you see the error 8. Jim From: [email protected] [mailto:[email protected]] On Behalf Of Mujtaba Khan Sent: Saturday, May 15, 2010 1:53 PM To: [email protected] Subject: Re: JBASE NOT COMPILING Hi, Thanks for my correction boss well guys i said ulimit because of jsh t24dev ~ -->ERRMSG 127 Unix error (127): - 'Value too large to be stored in data type' jsh t24dev ~ --> On Sun, May 16, 2010 at 12:25 AM, Jim Idle <[email protected]> wrote: Actually ulimit probably should NOT be unlimited unless you know what you are doing and know how to configure the system hard limits and so on. Also which ulimit? I think that someone who cannot see that the issue here is being unable to find the C compiler probably should not have unlimited resources privileges. Jim From: [email protected] [mailto:[email protected]] On Behalf Of Mujtaba Khan Sent: Saturday, May 15, 2010 9:29 AM To: [email protected] Subject: Re: JBASE NOT COMPILING Hi, Check your ULIMIT first it must be unlimited than check C compiler if problem still there than pls fwd the output of both (ulimit -a and c compiler) Rgds Mujtaba Khan On Fri, May 14, 2010 at 8:27 PM, Dada Oluwaseun <[email protected]> wrote: HELLO GROUP, AIX5.3 jbAse 5.0.22 error while compile , please what is the best way out sh t24dev ~ -->EB.COMPILE AFR.BP V.AFR.CSHADV Source directory : AFR.BP Single item : V.AFR.CSHADV Score Checks Compile Catalog Score Checks Compile Catalog Current settings of bin & lib unchanged: /T24App/bnk/bnk.run/bin & lib V.AFR.CSHADV sh: xlc_r: not found. xlc_r -qrtti=all -qro -qroconst -q64 -qthreaded -qcpluscmt -c -I/usr/jbase5/include -DJBC_OPTLEVEL2 -IGLOBUS.BP BASIC_7.c failed , command returned a code of 127 jcompile: BASIC_7.j deleted jcompile: BASIC_7.c deleted jcompile: Returned an error code of 8 ** Unable to compile source V.AFR.CSHADV ** <compileoutput><errors></errors><warnings><warning><msg>Java Standards was not checked! Code 2 was returned.</msg><line></line><type>Ensure your T24 java environment is configured correctly.</type></warning></warnings><codereviews></codereviews><standards></standards><RatingDetail><CodeLines>0</CodeLines><ParaLines>0</ParaLines><Nests>0</Nests><Conditions>0</Conditions><Gotos>0</Gotos><SameLine>400</SameLine><Labels>-30</Labels><Comments>-6</Comments><Rating>364</Rating><CurrentRating>364</CurrentRating></RatingDetail></compileoutput> jsh t24dev ~ -->ERRMSG 8 Unix error (8): - 'Exec format error' jsh t24dev ~ -->ERRMSG 127 Unix error (127): - 'Value too large to be stored in data type' jsh t24dev ~ --> pls help thanks -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -- Regards Mujtaba Yousuf Khan T24 Consultant -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -- Regards Mujtaba Yousuf Khan T24 Consultant -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
