Hi,

Thank so much for your concern and i really appreciate it.

Initially stack was 10234 but i have increased it to 60235 but still no
changes from the perfornamce as the
stackoverflow error appeared again.

Thank a lot.

Best Rgds Always,

rafael

On Mon, Feb 28, 2011 at 1:57 AM, Sastry <[email protected]> wrote:

>  Dear,
>
> Your data segment is fine, but i am doubting on stack size as it looks bit
> low '10240' in your case, where as when i encountered some issues i
> increased the stack limit then it worked fine might be i am wrong as
> environments and data size is different so as a try increase the stack size
> for this user and check. unfortunately i am not sure if we increase stack
> limit whether it will impact the performance of the system before doing this
> check with the O/S admin as well.
>
> Hope this solves your problem.
> Regards,
> SASTRY
>   On Mon, Feb 28, 2011 at 3:51 PM, adeleke rafael <
> [email protected]> wrote:
>
>> Hi,
>>
>> *Attention: Sastry*
>>
>> *Thanks for your contribution, can you help me check the detail of the
>> ulimit setting on the server when this command is issued: ulimit -a. Kindly
>> help me stated the likely sizes based o your experience.*
>> **
>> *sh-3.2$ ulimit -a
>> core file size          (blocks, -c) 0
>> data seg size           (kbytes, -d) unlimited
>> scheduling priority             (-e) 0
>> file size               (blocks, -f) unlimited
>> pending signals                 (-i) 38911
>> max locked memory       (kbytes, -l) 32
>> max memory size         (kbytes, -m) unlimited
>> open files                      (-n) 65536
>> pipe size            (512 bytes, -p) 8
>> POSIX message queues     (bytes, -q) 819200
>> real-time priority              (-r) 0
>> stack size              (kbytes, -s) 10240
>> cpu time               (seconds, -t) unlimited
>> max user processes              (-u) 16384
>> virtual memory          (kbytes, -v) unlimited
>> file locks                      (-x) unlimited
>>
>> thank you.*
>> **
>> *best regards,*
>> **
>> *rafael*
>>
>>   On Sat, Feb 26, 2011 at 9:09 AM, Sastry <[email protected]>wrote:
>>
>>>   Dear,
>>>
>>> May be i am wrong, but it worked for me in unix after setting up of
>>> ulimit for the data , please check whether all the O/S level vars are fine
>>> or not then try again. hope it may work for you .
>>>
>>> Regards,
>>> SASTRY
>>>
>>>
>>> On Sat, Feb 26, 2011 at 11:46 PM, Jim Idle <[email protected]>wrote:
>>>
>>>> First guess is poor programming by whoever wrote that routine. However
>>>> it
>>>> suggest that there is something wrong with the data that the cache
>>>> program
>>>> is trying to manage and that perhaps error checking was sacrificed in
>>>> favor of performance.
>>>>
>>>> Jim
>>>>
>>>> > -----Original Message-----
>>>> > From: [email protected] [mailto:[email protected]] On
>>>> Behalf
>>>> > Of adeleke
>>>> > Sent: Saturday, February 26, 2011 9:19 AM
>>>> > To: jBASE
>>>> > Subject: T24:R10 LOGON ERROR AFTER SUPPLYING PASSWORD
>>>> >
>>>> > hi,
>>>> >
>>>> > can anybody suggest what is causing this error after supplying
>>>> > SIGN.ON.NAME <http://sign.on.name/> and PASSWORD and immediately
>>>> <ENTER KEY> is pressed system
>>>> > returned this error below:
>>>> >
>>>> >  ** Error [ SUBROUTINE_OVF ] **
>>>> > Call to 'SUBROUTINE System.getCache' caused overflow of subroutine
>>>> > stack , Line     1 , Source OPF
>>>> > Trap from an error message, error message name = SUBROUTINE_OVF Line 1
>>>> > , Source OPF jBASE debugger->
>>>> >
>>>> > ENVIRONMENT: Linux o/s t24 R10
>>>> >
>>>> > Here is detail of jdiag:
>>>> >
>>>> > jsh t24linux ~ -->jdiag
>>>> >         jdiag - jBASE diagnostic '$Revision: 1.15 $'
>>>> >
>>>> > System Information
>>>> > ==================
>>>> >
>>>> > System                      : Linux t24testserver 2.6.18-164.el5.#1
>>>> > SMP Tue Aug 18 15:51:48 EDT 2009 x86_64
>>>> > OS Release                  : Red Hat Enterprise Linux Server release
>>>> > 5.4 (Tikanga)
>>>> > UNIX User                   : t24linux (uid 501, euid 501)
>>>> > Tty name                    : /dev/pts/3
>>>> > Time                        : Sun Feb 27 00:40:07 2011
>>>> >
>>>> > Environment
>>>> > ===========
>>>> >
>>>> > JBCPORTNO                   : Not Set
>>>> > TAFC_HOME                   : '/opt/TAFC/R10'
>>>> > JBCGLOBALDIR                : '/opt/TAFC/R10'
>>>> > WARNING: JBCDATADIR is not set, Default '/opt/TAFC/R10/jbase_data'
>>>> > WARNING: JBCDATADIR is subdirectory of JBCGLOBALDIR
>>>> > HOME                        : '/usr/t24linux/bnk/bnk.run'
>>>> > JEDIFILEPATH                : '/usr/t24linux/bnk/bnk.run'
>>>> > JEDIFILENAME_MD             : '/usr/t24linux/bnk/bnk.run/VOC'
>>>> > JEDIFILENAME_SYSTEM         : '/opt/TAFC/R10/src/SYSTEM'
>>>> > SYSTEM File is (DICT)       : '/opt/TAFC/R10/src/SYSTEM]D'
>>>> > RELEASE Information         : Major 10.0 , Minor 0.5 , Patch  (Change
>>>> > 91345)
>>>> > Spooler dir (JBCSPOOLERDIR) : '/usr/t24linux/bnk/bnk.run/jspooler'
>>>> > JBCEMULATE                  : 'prime'
>>>> > WARNING: Cannot access Executable path '/opt/TAFC/R10/jdk/jre/bin',
>>>> > error 2
>>>> > WARNING: Cannot access Library path '/opt/TAFC/R10/jdk/jre/lib/
>>>> > platform', error 2 Object path (JBCOBJECTLIST) :
>>>> > '/usr/t24linux/bnk/bnk.run/lib:/usr/
>>>> > t24linux/bnk/bnk.run/t24lib'
>>>> > Compiler                    : gcc gcc (GCC) 4.1.2 20080704 (Red Hat
>>>> > 4.1.2-46)
>>>> > jBASE Compiler Run-time     : '/opt/TAFC/R10/config/system.properties'
>>>> > Program dir (JBCDEV_BIN)    : '/usr/t24linux/bnk/bnk.run/bin'
>>>> > Subroutine dir (JBCDEV_LIB) : '/usr/t24linux/bnk/bnk.run/lib'
>>>> > Max open files              : 65536
>>>> > jsh t24linux ~ -->
>>>> >
>>>> > thank you.
>>>> >
>>>> > --
>>>> > 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

Reply via email to