http://publib.boulder.ibm.com/infocenter/comphelp/v101v121/index.jsp?topic=/com.ibm.xlcpp101.aix.doc/compiler_ref/ruliblnk.html
From: [email protected] [mailto:[email protected]] On Behalf Of Dada Oluwaseun Sent: Tuesday, May 18, 2010 8:44 AM To: [email protected] Subject: Re: JBASE NOT COMPILING thanks Jim, most packages have been installed (fileset) but while CATALOGING l still have error and l can't locate the fileset which installed the 'xl' Source file TEST compiled successfully <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><warning><msg>Warning - found 'CRT'</msg><line>15</line><type>Incompatible with Browser, Desktop and OFS. Do not use</type></warning></warnings><codereviews></codereviews><standards></standards><RatingDetail><CodeLines>0</CodeLines><ParaLines>0</ParaLines><Nests>0</Nests><Conditions>0</Conditions><Gotos>0</Gotos><SameLine>0</SameLine><Labels>0</Labels><Comments>0</Comments><Rating>0</Rating><CurrentRating>0</CurrentRating></RatingDetail></compileoutput> jsh t24dev ~ -->CATALOG AFR.BP TEST TEST ld: 0706-006 Cannot find or open library file: -l xl ld:open(): A file or directory in the path name does not exist. ld: 0706-006 Cannot find or open library file: -l xl ld:open(): A file or directory in the path name does not exist. xlc_r -qrtti=all -qro -qroconst -q64 -qinfo=cmp:cns:cnv:eff:enu:ini:lan:ret -qsuppress=1500-010:1500-029:1506-435:1540-1408:1540-5301:1540-1407:1540-5338:1540-5344:1506-446 -qcpluscmt -qthreaded -brtl -bnolibpath CATALOG_12.o /usr/jbase5/bin/jmainfunction.o -L/usr/jbase5/lib -ljbase -ljbaseutil -lm -lcurses -lrts -o/T24App/bnk/bnk.run/bin/TEST failed , command returned a code of 255 jcompile: Returned an error code of 8 ** Unable to catalog object TEST ** jdiag JBCPORTNO : Not Set JBCRELEASEDIR : '/usr/jbase5' JBCGLOBALDIR : '/usr/jbase5' WARNING: JBCDATADIR is not set, Default '/usr/jbase5/jbase_data' WARNING: JBCDATADIR is subdirectory of JBCGLOBALDIR HOME : '/T24App/bnk/bnk.run' JEDIFILEPATH : '/T24App/bnk/bnk.run' JEDIFILENAME_MD : '/T24App/bnk/bnk.run/VOC' JEDIFILENAME_SYSTEM : '/usr/jbase5/src/SYSTEM' SYSTEM File is (DICT) : '/usr/jbase5/src/SYSTEM]D' RELEASE Information : Major 5.0 , Minor 22 , Patch 0373 (Change 87455) Spooler dir (JBCSPOOLERDIR) : '/T24App/bnk/bnk.run/jspooler' JBCEMULATE : 'prime' WARNING: Cannot access Executable path '/usr/local/bin', error 2 Object path (JBCOBJECTLIST) : '/T24App/bnk/bnk.run/globuspatchlib:/T24App/bnk/bnk.run/lib:/T24App/bnk/bnk.run/globuslib:/usr/lpp/X11/lib:/usr/jbase5/lib:/usr/jbase5/java/lib:/usr/jbase5/java/jre/lib:/usr/lpp/xlopt/aix52:/usr/lib:/usr/vac/lib:/usr/vacpp/lib:/opt/freeware/libexec/gcc/powerpc-ibm-aix5.3.0.0/4.2.4' WARNING: Cannot access Object path '/T24App/bnk/bnk.run/globuspatchlib', error 2 jBASE Compiler Run-time : '/usr/jbase5/config/system.properties' Program dir (JBCDEV_BIN) : '/T24App/bnk/bnk.run/bin' Subroutine dir (JBCDEV_LIB) : '/T24App/bnk/bnk.run/lib' Max open files : 65534 OPERATING SYSTEM IS AIX5.3 JBASE5.0.22 On 5/18/10, Jim Idle <[email protected]> wrote: Can't answer because you don't give the operating system version. These days it is likely that you have to do nothing. When you install the xlc compiler you have to select all the packages or it does not select half of what you need. Jim From: [email protected] [mailto:[email protected]] On Behalf Of Dada Oluwaseun Sent: Tuesday, May 18, 2010 4:11 AM To: [email protected] Subject: Re: JBASE NOT COMPILING Thank you all, the operating system is AIX , the xlc_r package as been installed by the OS guys. now l can compile. but yet to CATALOG because more fileset are yet to be installed. and as regards "Tends to make me think that you have either installed the wrong version of T24/jBASE (32 bit? 64 bit? Did you enable the 64 bit kernel?), or there is something seriously wrong with your configuration. Did you install this according to the installation notes, or just wing it?" how will l enable 64bit kernel if at all required though package from Temenos is 64bit for T24 and JBASE ? thanks On 5/15/10, Jim Idle <[email protected]> wrote: 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 -- 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 -- 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
