Too many number of process' anybody with similar problem

Hi,
we are using portal 9022 on rh201. once in a while it starts creating excessive number of process' and dogs down the system. we are running infrastructure and mid tier on the same server. any body out there with similar issues. I am thinking of converting the dedicated to MTS system. anybody has any success in tuning the performance.
Thanks,
Vijay

which 'processes' are they ?
java, db writer, webcache, ohs ???
I wouldn't turn on MTS by default without understanding exactly why you are turning it on..
This document is for 309 but the premise of the assertions is exactly the same.
Thx
JP

Similar Messages

  • I would like to update to Firefox 5.0.1, but I can't due to, too many things won't work with the version & will be disabled.

    I have wanted to update from 3.6.22, to 5.0.1, but can't do to the following reasons: I can't due to, too many things won't work with the version & will be disabled. They are: Microsoft. NET Framework Assistant 1.2.1, Iconix 3.90.1, HP Detect 1.0.5.1, Yahoo! Toolbar 2.3.5.201101200332202 (I don't care about Yahoo! Toolbar, because I don't use it!). As soon as these issues are fixed, I will be able to update, to the latest versions. These issues should be fixed & ready to work, before a new version is available. Thank you!

    Try using this extension to force compatibility.
    * https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
    Check and tell if its working.

  • HT5704 Unable to download iOS 6.1.3 update. Says it is unavailable. Anyone else with similar problem?

    Unable to download iOS 6.1.3 update. Says it is unavailable. Anyone else with similar problem?

    Where are you trying to download it from? It is certainly available - it is the current iOS.

  • I've rented several movies over AppleTV, but can not download. I get a message "An error occurred loading this content. Try again later. " i've been trying for 3 days now... anyone with similar problem?

    I've rented several movies over AppleTV, but can not download. I get a message "An error occurred loading this content. Try again later. " i've been trying for 3 days now... anyone with similar problem?

    I have the same issue, to temporarily fix it go to Settings > General > Restart.  When it restarts the movie should play.  You have to do this for each movie for the most part.

  • What have "Too many open Files" to do with FIFOs?

    Hi folks.
    I've just finished a middleware service for my company, that receives files via a TCP/IP connection and stores them into some cache-directory. An external program gets called, consumes the files from the cache directory and puts a result-file there, which itself gets sent back to the client over TCP/IP.
    After that's done, the cache file (and everything leftover) gets deleted.
    The middleware-server is multithreaded and creates a new thread for each request connection.
    These threads are supposed to die when the request is done.
    All works fine, cache files get deleted, threads die when they should, the files get consumed by the external program as expected and so on.
    BUT (there's always a butt;) to migrate from an older solution, the old data gets fed into the new system, creating about 5 to 8 requests a second.
    After a time of about 20-30 minutes, the service drops out with "IOException: Too many open files" on the very line where the external program gets called.
    I sweeped through my code, seeking to close even the most unlikely stream, that gets opened (even the outputstreams of the external process ;) but the problem stays.
    Things I thought about:
    - It's the external program: unlikely since the lsof-command (shows the "list of open files" on Linux) says that the open files belong to java processes. Having a closer look at the list, I see a large amount of "FIFO" entries that gets bigger, plus an (almost) constant amount of "normal" open file handles.
    So perhaps the handles get opened (and not closed) somehwere else and the external program is just the drop that makes the cask flood over.
    - Must be a file handle that's not closed: I find only the "FIFO" entries to grow. Yet I don't really know what that means. I just think it's something different than a "normal" file handle, but maybe I'm wrong.
    - Must be a socket connection that's not closed: at least the client that sends requests to the middleware service closes the connection properly, and I am, well, quite sure that my code does it as well, but who knows? How can I be sure?
    That was a long description, most of which will be skipped by you. To boil it down to some questions:
    1.) What do the "FIFO" entries of the lsof-command under Linux really mean ?
    2.) How can I make damn sure that every socket, stream, filehandle etc. pp. is closed when the worker thread dies?
    Answers will be thanked a lot.
    Tom

    Thanks for the quick replies.
    @BIJ001:
    ls -l /proc/<PID>/fdGives the same information as lsof does, namely a slowly but steadily growing amount of pipes
    fuserDoesn't output anything at all
    Do you make exec calls? Are you really sure stdout and stderr are consumed/closed?Well, the external program is called by
    Process p = Runtime.getRuntime().exec(commandLine);and the stdout and stderr are consumed by two classes that subclass Thread (named showOutput) that do nothing but prepending the corresponding outputs with "OUT:" and "ERR" and putting them into a log.
    Are they closed? I hope so: I call the showOutput's halt method, that should eventually close the handles.
    @sjasja:
    Sounds like a pipe.Thought so, too ;)
    Do you have the waitFor() in there?Mentioning the waitFor():
    my code looks more like:
    try  {
         p = Runtime.getRuntime.exec(...);
         outshow = new showOutput(p.getInputStream(), "OUT").start;
         errshow = new showOutput(p.getErrorStream(), "ERR").start;
         p.waitFor();
    } catch (InterruptedException e) {
         //can't wait for process?
         //better go to sleep some.
         log.info("Can't wait for process! Going to sleep 10sec.");
         try{ Thread.sleep(10000); } catch (InterruptedException ignoreMe) {}
    } finally {
         if (outShow!=null) outShow.halt();
         if (errShow!=null) errShow.halt();
    /**within the class showOutput:*/
    /**This method gets called by showOutput's halt:*/
    public void notifyOfHalt() {
         log.debug("Registered a notification to halt");
         try {
              myReader.close(); //is initialized to read from the given InputStream
         } catch (IOException ignoreMe) {}
    }Seems as if the both of you are quite sure that the pipes are actually created by the exec command and not closed afterwards.
    Would you deem it unlikely that most of the handles are opened somewhere else and the exec command is just the final one that crashes the prog?
    That's what I thought.
    Thanks for your time
    Tom

  • [database design]  the "too many" number of users of one instance!!

    Good morning everyone!!
    I have a question about the number of users of one db
    instance, "possible problems" caused by too many users,
    and "pros and cons" of this case.
    Now, the company I work for is considering centralizing
    150 db servers of 150 sites. 150 chained-stores have
    their own db instance.
    Here is the structure of db instance after the
    centralization.
    1. Centralized instance has each user per site(150
    sites), for example, site001, site002, …site00n, …
    site150
    2. Each user has its own 250 tables, thus the db
    instance become to have 150 users and 150*250 tables.
    3. Each user has almost the same table schema, not
    exactly. There are a little bit of differences among
    the business rules of each sites.
    4. the version of centralized db instance is "oracle9i".
    Theoretically, it seems like there is no problem, but I
    have not experienced the db instance like this, which
    has "too many" users of 150 users.
    In terms of every aspect such as "performance/tuning",
    "system management", or "something else", I would like
    to hear what could be "the pros and cons" of this
    structure.
    Assuming that there are possible critical problems caused
    by too many users, what could be the alternative choice?
    I will be waiting to hear your experience. Every response
    will be appreciated, even if it is not about what I asked.
    Thanks for your interest in advance.
    Have a nice day.
    Ho from Japan

    Have a look to following AskTom threads:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:4685256847630125933::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:31263903816550
    http://asktom.oracle.com/pls/ask/f?p=4950:8:4685256847630125933::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:63447102315094

  • My Iphone is disabled because of too many attempts at unlocking in with incorrect passcode.  I know the code and do not want to "restore" phone.  How can I fix this

    My Iphone 4 is disabled as a result of someone making too many attempts at guessing my passcode.  I know my passcode and do NOT want to "restore" my phone.  Is there a way for me to use  my passcode to unlock it once it has been disabled?

    Its frustrating because all of the help assumes you have forgotten your passcode, or that you can get in to your phone to get the ID number. 

  • Updated to OS X Maverick and now the keyboard doesn't work. Anyone with similar problem and a solution?

    I recently updated to the OS X Maverick  and the keyboard   just stopped functioning after working fine the first day. Pressing any key just produces a ding, but no mark. Pressing the return key produces a black dot as if you were putting in a confidential password. Has anyone had a similar problem and a possible solution? Thanks. mj-t

    I am having the same problem and its not on every call, its very hit or miss, but very aggrovating. The screen just goes black and the home key nor the power button on top have any affect. Then the locked screen will show but you can't unlock the phone. I have to let it sit for a minute and then I can push the home button and go on in and the call is finally disconnected.

  • Receiving the following alert thousands of time a day: Too many total in process partial IP datagrams in the system

    The signature on the alert is 1205. The attacker is 0.0.0.0 and the target is 0.0.0.0. Does anyone know what is causing this? Or how I can tune this alert out? Any help would be greatly appreciated.                  

    You may take a packet capture and verify the IP address.
    Also Modify the signature in IDM and under "Alert Frequency" change "Summay Mode" to Summarize
    Regards,
    Sawan Gupta

  • I am not able to receive any phone calls but it does work the other way  so I can make calls - has anybody had similar problems ?

    Any time someone tries to call me my iPhone is ringing and when I want to pick the call I only get Tut Tut .... and on the other end people tell
    their end is dead and does not even give a ring tone....

    Hello,
    While your BB may not, while in your possession, have been part of a BES environment, it nevertheless likely has an IT policy in place as this is one of the key symptoms of that fact. If it ever was part of BES, then there are specific steps that must be taken to remove the IT Policy...just removing it from BES does not remove the policy. The process to remove it is totally destructive, so be sure you back up first. Also, when you restore, DO NOT do a full restore...rather, do a selective restore of only those things you need...if you do a full restore, you will simply put that IT Policy back onto your BB and be right back where you started.
    OK, so here is the procedure:
    KB14202How to remove an IT policy from a BlackBerry smartphone
    I always recommend Method 3 for PC and Method 4 for MAC.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Fan starts running after 15 minutes very noisy. anyone with similar problems?

    The fan starts after 15 to 20 minutes working with the MBair. Doe not stop. And it is quite noisy and disturbing. Anyone with a solution?
    Greets
    Mihca

    Believe me this is nothing unusual the F10 is a notebook with a strong GPU and CPU. These parts produce a lot of warmness and this must be cooled!
    Please dont compare mobile notebooks fans with the Qosmio. The Qosmio notebook properties are similar to a desktop PC and in my eyes an desktop PC is much louder as the F10

  • Update to PS CC 2014 all updated ok, opening image in camera raw if I use any sliders/panels it just freezes the raw module. Anyone with similar problem/solution?

    Any solutions/fixes. Photoshop itself it's fully functional apart from the raw opening problem. I did have 8.5rc installed, raw does seem to have updated as I now have PS CC (non 2014 version) fully functional. I have already tried a new download and re install  of 2014 to no avail. Also tried a download of the separate raw module, no fix either.
    Win 8.1 system
    Thanks in advance of any help, was trying to avoid a complete Adobe file wipe.

    Ok, so this is actually a Wacom driver problem( I'm using Intuos 4). If I turn off windows ink in Wacom driver settings then my sliders in camera raw become responsive again, but I lose pressure sensitivity in PS. Just updated Wacom drivers, but no joy. Anybody have a work around/fix?

  • Problems after downloading the lastest version of iTunes for my iPod Touch. Now whenever I switch on my laptop and access the internet I get an error message. 2nd time this has happened and I'm fed up trying to fix it. Anybody having similar problems?

    I've downloaded iTunes 10.5 onto my iPod Touch, no problems but I've now got a constant error message on my laptop everytime I switch it on and access the internet. The message is "The procedure entry point xmlTextReaderConstName could not be located in the dynamic link library libxml2.dll"
    This is the 2nd time this has happened. Last time iTunes Support called and we ran through a load of checks to no avail. The only option was to delete iTunes completely off my laptop and go for a new download of it. Can anybody tell me how to do it - didn't write it down last time, silly me, never thought it would happen again. Also sent an email to iTunes Support - waiting for a response.

    Maybe:
    "Waiting for changes to be applied": Apple Support Communities
    Also I requested that your email address be deleted. Personal responses are not given in this forum

  • 9630 Tour picture quality eventually fades to poor. 5th phone with similar problem.

    st November I got the 9630 Tour when it was released to UScellular. Over time the pictures became blurry, that Phone was damnaged+replaced. Over time its pictures too got blurry. Unfortunately on a beach trip, that phone took a swim, and a replacement came. Her 2 months later, its also now has blurry pix. I use my Camera for business so what do I do? Continue 2 have the phones replaced, everytime the photos lose quality? Rim needs to look into this, as this is the 4th blackberry of the same model# and carrier to have the exact some problem. Any suggestions?

    Device info: Tour 9630. Software ver. 5.0.0.484.
    Your carrier: USCELLULAR
    Apps: Google Maps, Pandora, Fbook, Myspace, WeatherEye, Blockberry,
    PayPal, bbm, bbMaps, AOL IM, MSN IM, GoogleTalk,
    App Free space: 65.5 MB
    File free before and after a battery remove/replace. (settings, options, status): 68859364 Bytes
    Did a battery pull fix your issue? Nope.
    Apps installed and their version if possible.   (settings, options, applications): Various Apps for all 5 phones, and has happened to every 9630 tour I have owned, eventually.

  • 5530 V.20 update - anybody with these problems?

    Hey, So the update is available for the UK phones and I updated my 5530 to the v.20 firmware. Unlike what most users say that the phone is faster, I dont really find that to be the case. When I startup, it takes awhile longer. Sometimes the wallpaper appears and then disappears and then reappears again with the contacts bar and everything. The problem really seems to be the home screen. Every time I go back to the home screen or click on menu, theres a black line in the center, a flash n nothing happens or a flash n it works. Sometimes, the flash is not there and the menu just opens up. I dont really know how to explain that, but I hope uve got an idea of what i'm saying. I'm wondering if I should soft reset.

    You could always soft reset and make sure you store everything on E instead of C, but I have one little question. Do you have a wallpaperpicture in bigger size than the screen allows by pixles?

Maybe you are looking for

  • How to connect sql server using oracle Client

    Hi, I am working in oracle9i and windows os 32 bit. I need to connect SQL server 2000 from my oracle client.. I heard about heterogeneous connectivity ... Please expalin me the steps what to add and how to connect the sql server... Regs....

  • Vector shapes suddenly looks jagged when exported from InDesign to pdf

    I've read several discussions on pdf export topics but none of them seem to solve this issue. I have an indesign document with multiple pages, its both vector shapes, text and pixel graphics. I worked on this for weeks and I exported this document to

  • Acrobat pro features for Ipad?

    Is there an Ipad app with the same features as Acrobat pro? I want to be able to create a pdf document out of several photos, and  to crop each page (photo).

  • Installing Classic on a Mac Mini

    I am using the Install Disc 2 which came with my Mac Mini. It has an icon labeled "Install Mac OS 9 System Support." When I use it to try to install Classic (OS 9), it lists the package names, including Mac OS 9 (US English) with the Action listed as

  • SEEBURGER Mapping of X12 Document - Group Issue

    Has anyone else bumped into a mapping/structure issue when using the SEEBURGER adapters?  For example, in normal X12 standards the N1, N2, and N3 segments are all siblings, but when importing the structure for mapping into PI the structure appears su