Ulimit(stack) and ulimit(nofiles) needs to be changed.

root@iibtreasury2 # ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 8192
coredump(blocks) unlimited
nofiles(descriptors) 1024
memory(kbytes) unlimited
root@iibtreasury2 #
And
root@iibtreasury1 # ulimit -Ha
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
open files (-n) 65536
pipe size (512 bytes, -p) 10
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
max user processes (-u) 16384
virtual memory (kbytes, -v) unlimited
root@iibtreasury1 #
how to:-
1)Increase the ulimit(STACK) to a minimum of 32768
2)Increase the ulimit(NOFILES) to a minimum of 4096
permanently.
these are entries in /etc/system
set noexec_user_stack=1
set max_nprocs = 30000
set maxuprc = 16384
set rlim_fd_cur=1024
set shmsys:shminfo_shmmax=12884901888

well, after hours of searching around on the web and just after posting my question I now finally found this:
http://www.sapgeek.net/2010/10/sap-j2ee-engine-db-connection/
Using the configtool.bat (logged in with windows account <SID>adm and startet it from E:\usr\sap\<SID>\Jxx\j2ee\configtool) I was able to edit the connection string accordingly.
Now j2ee starts up properly.
Regards
Renaud

Similar Messages

  • Default key date, Document date and posting date needs to be changed automa

    Hi Experts,
    The user wants to create a variant for Foreign currency valuation, wherein the default key date, Doc date and Posting date needs to be changed every month automatically. Is it possible?
    Please let me know your thoughts.
    Warm regards,
    Murukan Arunachalam

    Hi
    Please follow this process.
    Only specify fields that should be changed
    Select these fields by entering an X in the checkboxes
    Enter a U in the UPDATEFLAG field
    Always specify key fields when changing the data, including in the checkboxes
    The configuration is an exception here. If this needs to be changed, you need to complete it again fully.
    Maintain quantities and dates in the schedule line data.
    1. Minimum entry:
    You must enter the order number in the SALESDOCUMENT structure.
    You must always enter key fields for changes.
    You must always specify the update indicator in the ORDER_HEADER_INX.
    2. Commit control:
    The BAPI does not run a database Commit, which means that the application must trigger the Commit so that the changes are read to the database. To do this, use the BAPI_TRANSACTION_COMMIT BAPI.

  • ME22n and ME23n transaction need to show changes in item changes.

    Hi Experts,
    I need to show the changes of Shipping Point & Delivery Priority from T.Code ME22N & ME23N in Environment --> Item Changes menu path. (change log)
    How do i do this. these 2 fields are from EKPV table. please provide clue like exits to make the changes or and Function modules to be used.
    thanks in advance.

    Hi
    You can get out the data from document change (see table CDHDR and CDPOS) using the object class EINKBELEG
    Max

  • Computer admin needs to be changed

    need help changing administerater on my COMPAQ PRESARIOwith Windows XP. the first owner past away and now i need help to change the computer  administrator.

    Hi,
    Please refer to the link below:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00034211&cc=us&dlc=en&lc=en
    How many user accounts do you have in the computer? Do you know the password/s?
    Regards,
    Deka
    **I work for HP.**Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give a quick thanks.

  • Oracle-validated rpm and ulimit values

    OS: Oracle Linux 5.6 (VirtualBox)
    I'm somewhat puzzled over the Oracle 11gR2 installation instruction and the "oracle-validated" rpm package.
    According to the Oracle installation instruction for Linux at http://download.oracle.com/docs/cd/E11882_01/install.112/e16763/pre_install.htm#BABIAIED
    The following values are recommended minimum:
    oracle soft nproc 2047
    oracle hard nproc 16384
    oracle soft nofile 1024
    oracle hard nofile 65536
    oracle soft stack 10240 (32768 KB at most)
    The oracle-validated package modifies /etc/security/limits.conf as following:
    oracle soft nproc 131072
    oracle hard nproc 131072
    oracle soft nofile 131072
    oracle hard nofile 131072
    oracle soft core unlimited
    oracle hard core unlimited
    oracle soft memlock 50000000
    oracle hard memlock 50000000
    From what I understand, these values are maximum limits. I assume the "oracle-validated" package is not just only for Oracle 11g, and the Oracle 11g documentation recommends values, assuming you do not want to set it to unlimited? Is this correct?
    Btw, the Oracle supplied $ORACLE_HOME/bin/osh utility to check and raise the ulimit to the maximum, actually sets ulimit to 1056837 with the oracle-validated package installed, but it is not run unless ulimit does not return "unlimited" or is less than 2113674. The osh utility is run by oraenv.

    It seems there is no real answer to it, or there is no issue as such. I'm marking this thread as answered. I have come to the following conclusion:
    Oracle-validated configures /etc/security/limits.conf which sets the upper limits per login. It is up to the user to decide the actual limits. The Oracle installation instructs to set ulimit -u 16384 -n 65536 for the Oracle user, which is certainly within the upper limits of limits.conf.
    I notice however that the default stack size is smaller than recommended. i.e. 8192.
    /etc/profile (add ulimit -s)
    if [ $USER = "oracle" ]; then
       if [ $SHELL = "/bin/ksh" ]; then
          ulimit -u 16384
          ulimit -n 65536
          ulimit -s 10240
       else
          ulimit -u 16384 -n 65536 ulimit -s 10240
       fi
    fiI think setting the values to unlimited is probably not the best idea.
    Edited by: Dude on Jul 28, 2011 5:47 PM

  • Setting ulimit stack value to unlimited

    Hi Gurus,
    I want to set ulimit -s value to unlimited. Where do I need to edit and what is the command to change ulimit stack value to maximum permanent.
    Thanks in Advance
    Bikash

    Hi Harpreet,
    setting ulimit on solaris 5.8In Linux you can run the ulimit -l command to see the maximum lockable memory for any Linux user.
    Also, make sure to set shmmax large enough. I have my notes here: http://www.dba-oracle.com/t_solaris_parameters.htm
    how to set the persistent limits That's a kernel parm, and if you don't know how, you are unlikely to have permission to change it!
    You really need to speak with your SA about this, someone with root access . . .
    But anyway. Since the kernel will need to maintain the configuration after rebooting they need to be implemented in the /etc/sysctl.conf file. Open the sysctl.conf file in your favorite editor and set the following lines.
    kernel.sem = 256 32000 100 142
    kernel.shmmax = 4294967295
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    kernel.msgmax = 8192
    kernel.msgmni = 2878
    kernel.msgmnb = 65535
    net.ipv4.ip_local_port_range = 1024 65000
    fs.file-max = 131072
    Hope this answers your question . . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference":
    http://www.dba-oracle.com/bp/s_oracle_tuning_book.htm

  • Improve Auto-Stack and Process Collections with user settings

    I have read through all of the Bridge request discussions, and encountered a few comments on the stacking process but nothing to explain my critique and feature request. My apologies for any redundancy.
    Bridge CS4 includes two features that would (virtually) streamline my entire photo-organization workflow. Brilliant! Except that they offer zero configuration and my default scenario is very different from Adobe's, so these two would-be-wonderful features are pretty much useless to me, and to anybody else who doesn't happen to shoot in the way the presets are configured.
    The first feature is to automatically group images into stacks, based on their similarity, exposure settings, and timestamps. Unfortunately Bridge considers no minimum or maximum amount of photos per stack, and has a fixed timestamp window of 18 seconds. I shoot everything in three-exposure bursts and sometimes multiple shots in less than 18 seconds, so being able to say "process collections in 3-item stacks only" would be absolutely perfect. For other people, being able to limit the timestamp range or other min/max exposure options would work great.
    The second feature, which could save me hours every week but is equally useless, is to automatically process collections in Photoshop. My biggest ire about this function is that it completely ignores stacks that I have manually created AND stacks that were previously created using the auto-stack feature. Every time this function is run, it re-runs the auto-stack process from scratch and then delivers the collections to Photoshop. Not only is this made useless by the previously mentioned inflexibility of the auto-stack process, but even if auto-stack worked perfectly, this would waste time by doing the entire thing again and denying the user the option to review the stacks before committing to the Photoshop processing. The process collections feature would also be much improved if the option were given to process ONLY panoramas or HDR photos, or auto-detect. I have never shot a panorama in my life and I'm sure plenty of people have never shot HDR, but Photoshop isn't capable of knowing our intentions and there's no reason why we shouldn't be able to instruct it.

    Agree. It is an interesting capability that falls short of being really useful. I feel like an ingrate to complain, but ...
    I'd also like to see the capability to specify something than "Auto" for the panorama option. My experience is that most of my panos work best with "Cylindrical + Geometric Correction".
    My experience is that once you get past 5+ images in a pano, it becomes very tedious ... and then 20+ images in rows is painful. Unlike a single image that you can quickly evaluate, with panos I find I need to make the pano to tell if it going to turn out.  I have been generating smaller 1800x1200 or 1200x1800 files to speed up the evaluation process, but it is still very manual and tedious.
    The Auto-Stack generates a AutoCollectionCache.xml, but I haven't found it workable to edit this. I'd like to be able to modify it to "force" my knowledge of what is in a group. It seems to check the time-stamp, and re-do the Auto-Stack, thus ignoring my changes. Sigh.

  • Re@lted t0 bluetooth dongle, stack and configuration.. .......

    Hi to all,
    Those r new or require some more info realted to STACK and statring the prohect read the following page
    http://www.cs.hku.hk/~fyp05016/kyng/bt_j9.htm
    This is may be benifical to u.
    Anyhow, i am making the my final year project related to Bluetooth and i am trying to use AVETANA which can be dowloaded from the following link:
    http://www.avetana-gmbh.de/avetana-gmbh/downloads/relicense.idmexieubncmqxqphuvrohkpjcgwbv.eng.xml
    After u visit this link u will see that, avetana require three bluetooth address. I have inputed the address 22:22:22:22:22:22 ( or 22-22-22-22-22-22). I have extracted this address from start-run-ipconfig/all after i install the device dirver software "BlueSoleil_1.6.2.1" in Win XP OS. My bluetooth dongle is "ISSC Bluetooth Device" which i extracted from Device Manager (Start - Right Click My computer - Properties - Hardware - Device Manager). Moreover my VID and UID of the bluetooth dongle is "USB\VID_1131&PID_1001". I have even cheked the microsoft XP site
    http://support.microsoft.com/kb/841803/
    for the sake of conformation that whether my bluetooth dongle is supported my Win XP sp2 and the above VID and UID is not present there.
    Now the problem is that site doesnot accept my above written address, and so i am unable to download the avetana,,,
    In the end(after searching on the net) I have concluded that might the following reason may be there:
    1) my bluetooth dongle is either of some local company manufacturer which is not recognized by win XP
    2) i am using wrong device driver
    3) i am unable to configure properly the bluetooth device.
    Moreover, even after installing the device driver (BlueSoleil_1.6.2.1) i am unable to see any bluetooth icon in the Control panel so that i can see/change the bluetooth property.
    Plz help me up..
    and if i am thinking correct, which company dongle i should purchase or which other bluetooth stack (say like atinav, BlueCove) i should use...
    I even want to know that with respect to stack (say atinav) i need to purchase the dongle or not..
    moreover, i donot want to buy any stack as this is only my academic project so i donot have so much money to buy a stack (like atinav)
    thx in advance..

    Bluetooth forum
    http://vietcovo.com http://forum.vietcovo.com

  • PI 7.1(dual stack) and PI 7.31(Single stack) -

    Friends,
    I have a proxy to proxy scenario - Proxy --> PI --> Proxy
    We have two servers PI 7.1(dual stack) and PI 7.31(Single stack)
    i did the development in ESR and my ESR is pointing to PI 7.1, when i execute the scenario i receive one error message "receiver could not be determined", i ensured that all my input is correct, still i get the same error message.
    the expectation is my scenario should point to PI 7.31, Can some one help me where and what settings i need to make in-order to make it work.
    Please Note: All my data is correct and i read some scn forums wherein they asked to refresh the cache , i have refreshed the cache also still the problem persists.
    Thanks in advance!

    Iñaki Vila
    Communication component in ID is the same as sender side.
    could you share your sender configuration?
    Did you mean Tcode - SXMB_ADM and under that Sender/Receiver configuration
    Krupa Rao Atluri
    In ID steps are correctly defined.
    I spoke to my colleague he hinted that at RUN TIME we want to point to PI7.31, he mentioned config change needed in SXMB_ADM
    any further inputs from any one could be useful.

  • Duplicates in Stacks and other Editing in the Finder

    I am a new Aperture 2 user and I am loving it so far!
    What I am wondering is if there is a way to make duplicates in a stack show up in the finder? I have noticed that the only files in the finder are masters... is there a way to show the duplicates at least?
    At the very least - I would like to be able to use some events as a screensaver or desktop. In sys prefrences, the album shows up, and all the edited photos appear as they should, but still - the duplicates are not there.
    Do I need to un-stack the photo's to accomplish this?
    Thanks =]

    Two things:
    1- You can't show edited versions in the Finder because they don't exist outside of Aperture (unless you've created a TIFF file by using Dodge and burn or another plugin or editor). This is why it's a non-destructive editor: your adjustments are just sets of instructions saved in an xml file and applied on the fly by Aperture when you view the picture. The only thing you can see in the Finder are your masters. If you want to use edited versions you first need to export them.
    2- The iLife browser only shows files for which Aperture has created a preview. Make sure the files you want to use as screensaver or desktop pic contain a preview (try dragging it to your desktop: if the preview is there you'll see a green + sign appear signifying it'll be copied. If no sign appears, you don't have a preview). You can set Preview generation in Aperture's preferences or generate them manually.
    But I'm struggling with your definition of duplicates: what exactly do you mean by that? If you're talking about different versions of the same file (with varying settings), then they're called versions. In fact the entire Aperture workflow is based on versions, stacks and picks. Duplicates would be the exact same picture, without any changes.
    Not trying to be snotty here btw, just want to make sure I'm understanding you correctly!

  • ABAP STACK and JAVA STACK certificates

    Hi Fiends,
    I have requirement in which I want to use HTTP adapter to send message and apply security certificate. I got from sdn that if I wan to use http adapter with certificate than I have to install certificates in ABAP stack.
    My problem is I had one scenario in which I am using BC adapter to send message with security certificate and for that I had applied certificates in java stack and its working properly.
    My question is,
    Is it possible to use Java Stack and ABAP STACK together..?
    I mean is it possible to implement both of the above scenario in same xi system?

    Hi Soni,
    You cannot use the same certifcates wihch you installed in Java stack with abap stack. You need to install separealy on teh abap stack.
    For HTTP communication you dont need to install certificates. You only need when you want to use HTTPS communication. So if you want to use HTTPS communication and want to use SOAP adapter then you can use ther certifcates which is already installed on java stack. But if you want to use HTTP adapter then you need to install in ABAP stack.
    Please see this hlep on how to install on the java stack and the process behind it:
    http://www.i-barile.it/SDN/EnablingSSL&ClientCertificatesOnTheSAPJ2EEEngine.pdf
    Also check this help:
    http://help.sap.com/saphelp_nw04/helpdata/de/14/ef2940cbf2195de10000000a1550b0/content.htm
    on abap stack check seshus response:
    HTTPS  enabling
    Regards,
    ---Satish

  • Difference java stack and abap stack

    hello experts,
                          Difference between java stack and abap stack

    Hi
    ABAP Stack
    The application data in the SAP system is accessed in
    the ABAP stack via platform-independent ABAP programs.
    ABAP stack is used to run ERP applications mainly MM,SD,FICO etc
    Currently in most of the installation you can found mixed stack(ABAP+JAVA)
    JAVA Stack
    The Java side of the SAP Web AS is often referred to as SAPWeb AS Java or
    as the Java stack.
    This central SAP Web AS Java instance consists of two separate
    instances plus one special application, the Software Deployment Manager (SDM).
    These two separate instances that build the central SAP Web AS Java instance are
    a standard SAP Web As Java instance, offering a Java dispatcher process and one
    or more Java server processes and the so-called SAP Central Services instance
    (SCS). The SCS instance offers two processes, exclusively used by the Java side
    of the SAP Web AS: the enqueue services and the message service. These two
    services only work for the Java side of the SAP system.
    Java Stack is mainly used for SAP Portals and you can host Internet/Web based application written in JSP/EJB ,Java Stack uses Java Threads to run application,
    Also, Xi requires Double stack
    ABAP + JAVA Stacks
    Bcoz some components are developed on JAVA
    Some components are developed on ABAP Based.
    JAVA:
    Integration Builder
    SLD
    Adapter Engine
    Runtime Workbench
    ABAP:
    BPE
    Integration Engine
    Integration Engine and the Integration server reside on the ABAP Stack. All the Execution of the IS part will be done on ABAP Stack. we can monitor the processed XML messages also in SXMB_MONI( ABAP Stack)
    Adapter Engine will reside on the JAVA Stack. All the IR, ID, SLD, RWB Application are developed on JAVA Stack, so thats why we need JAVA Webstart to run these Applications
    All the Adapter related Errors we can see in RWB, Communication channel monitoring( Developed and sits on JAVA stack)
    Hope this clears your doubts
    Thanks
    Saiyog

  • JAVA Stack and ABAP Stack not in Sync

    Hi,
    when i logged into the MI Server(7.0) gonr thru the following navigation :
    Administration-->Mobile Infrastructure---->Mobile components
    which i click on the search button i am getting the following error
    "JAVA Stack and ABAP Stack not in Sync"
    Already i redeployed the sapjra.rar, still i find the error unchanged.
    Any help on this would be great........
    Thanks,
    vijay.

    Hi
    Refer this link
    Need to Configure MI Server 7.0
    As explained by veeraragavan in this link follow these steps
    Following are in brief the roles required, just forward the same to your BASIS administrator.
    In the ABAP Stack -Under Transaction SU01:
    End User:
    SAP_MI_SERVICE
    Administrator / Critical Developers:
    SAP_J2EE_ADMIN
    SAP_MI_ADMIN
    In the J2EE Stack - Under Identity Management:
    End User:
    No role required. You can give a role for display: SAP_JAVA_NWMOBILE_ADMIN_READONLY
    Administrator / Critical Developers:
    SAP_JAVA_NWMOBILE_ADMIN_SUPER
    regards
    Manohar
    Edited by: Gouri  Manohar Gadhamsetty on Jan 19, 2009 7:17 AM

  • Stacks and Printer Problems in Leopard

    I just found two problems regarding the new stacks feature and my HP C4280 printer.
    For the stacks, I left the download stack open, which shows a fan of downloaded files, while downloading something else. but when the new downloading finished. My whole dock feature was frozen. I couldn't close the download stack and couldn't even click anything on the dock. I tried to restarted my computer, but I was still stuck. So I had to press the power button to restart it.
    For my HP C4280 printer, I could still print, but just couldn't launch the utility application of my printer, such as choosing only to print in black and white, checking the ink supply level and many other options.
    I'll appreciate very much if someone can help me fix these two bugs.

    If you are familiar and comfortable with the terminal, you can perform a bulk "chown" or whatever.
    Managing File Permissions
    Sample "ls -l /bin/ls" output: -rwxr-xr-x 1 root root 29980 Apr 23 1998 /bin/ls
    - First ten characters are the file's permissions. First is file type, '-' for normal, 'd' for directory, 'l' for symlink, etc.
    - Three sets of three characters of "rwx", or Read, Write, Execute permission - first for owner, then group owner, then everyone.
    - Then we have number of links to file, owner of the file, group owner of file, file size, date it was last modified, and the file's name.
    chmod - Change a file's mode or permissions - one way is to use octal numbering - example: "chmod 751 /bin/ls" for rwxr-x--x
    chgrp - Change a file's group - example: "chgrp users /bin/ls"
    chown - Change a file's owner - example: "chown uzi /bin/ls"
    umask - Set default file permissions (generally, do the opposite, or "777 minus what you want")
    Or you can change them one at a time as you need them.
    This happens once and a while and I am puzzled as to why.
    Did you do a disk check and file permissions before upgrading?

  • Linked List, Stacks and Other Data Structures in Objective-C 2.0

    I've checked a little throughout documentation that Apple provides for the different frameworks in order to determine if there were ready-made classes for data structures such as linked lists, stacks and so forth but there don't appear to be any available? Is this correct?

    NSArray and NSDictionary are the multi-purpose built-in aggregate types. If you need something else then you can use STL or roll your own.

Maybe you are looking for

  • B110a won't upgrade nor show ePrint email

    Hi there, I'm having a difficulty getting my B110a printer to work through ePrint. The printer is connected to the WiFi and can print any document from any computer within that network no problem. I wanted to start using ePrint though, so wanted to c

  • How do i knockout in illustrator???

    I'm trying to send my artwork for a business card to the printer, i need to mask d to mask out certain elements of the card. in order to do so i need to knock out a white shape that is on a dark background   can anyone help me???

  • CIN  in 4.6C

    Dear All, I need documentation on CIN for 4.6C . Please help . appropriate points will be rewarded. Thanks.

  • Lightroom 5 failing to install

    I am using a Mac OS x and when I try to download Lightroom 5 from creative cloud the installation always fails with this error message: Exit Code: 7 Please see specific errors below for troubleshooting. For example,  ERROR: DW006 ... ----------------

  • Emailed form received blank

    Our clients are filling out a form with an email button and also a save button when they need to access our services.  When they save the form, it is saved in their local drive with all the data they entered.  When they email the form to our service