Cannot allocate any more connections after  10.2.0.3 to 10.2.0.5 upgrade

Recently upgraded Oracle from 10.2.0.3 to 10.2.0.5 and Glassfish from v3.0 to v3.1. We have not experienced errors of this kind previous to that change.
We performed the operation on our test server first and experienced no issues save some 'expect behaviour' changes as listed elsewhere.
Since upgrading on our live server we have a few times come across issues where Glassfish has used up all the connections in it's connection pool. Looking at Oracle statistics for the times where this occured showed no such matching surge in connections on the Oracle side. Usage statistics show no abnormally high number of users or log-ins at the times when this problem occurs, and the usage numbers are an order of magnitude under the maximum supported volumes that we have tested/prepared for.
This problem may be at the Oracle or Glassfish end, but we are running out of ideas so are appealing for help and suggestions from a number of forums in order to get this pinned down.
In the meantime, we are giving our larger web applications their own connection pools incase there is a code-side problem, though the spread of errors suggests this isn't going to be the case.
If there is any extra logging that can be done to pin down the source of the problem, I'd be eager to hear about it.
Sample Error in Glassfish logs:
Caused by: javax.resource.spi.ResourceAllocationException: Error in allocating a connection. Cause: In-use connections equal max-pool-size therefore cannot allocate any more connections.
     at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:310)
     at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:236)
     at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:165)
     at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:160)
     at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:110)
     ... 24 more
Caused by: com.sun.appserv.connectors.internal.api.PoolingException: In-use connections equal max-pool-size therefore cannot allocate any more connections.
     at com.sun.enterprise.resource.pool.UnpooledResource.getUnenlistedResource(UnpooledResource.java:115)
     at com.sun.enterprise.resource.pool.ConnectionPool.internalGetResource(ConnectionPool.java:526)
     at com.sun.enterprise.resource.pool.ConnectionPool.getResource(ConnectionPool.java:381)
     at com.sun.enterprise.resource.pool.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:242)
     at com.sun.enterprise.resource.pool.PoolManagerImpl.getResource(PoolManagerImpl.java:167)
     at com.sun.enterprise.connectors.ConnectionManagerImpl.getResource(ConnectionManagerImpl.java:341)
     at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:304)
     ... 28 more
|#]

790951 wrote:
Not opened a SR. DataSource config as follows (some bits hidden for obvious reasons):
<jdbc-connection-pool datasource-classname="oracle.jdbc.pool.OracleDataSource" max-pool-size="900" pooling="false" res-type="javax.sql.DataSource" connection-leak-timeout-in-seconds="3600" steady-pool-size="20" name="jdbc/OurResourceDS" connection-leak-reclaim="true">
<property name="DataSourceName" value="jdbc/OurResourceDS"></property>
<property name="Password" value="hidden-"></property>
<property name="URL" value="jdbc:-hidden-"></property>
<property name="User" value="-hidden-"></property>
</jdbc-connection-pool>Looks like pooling has been disabled - is this on purpose ?
Using Connection Pooling With Oracle Data Provider for .Net (Doc ID 240997.1)
HTH
Srini

Similar Messages

  • What is this? "The streaming server cannot accept any more connections at this time."

    I just tried to start iTunes, and got this error message instead of a song: "The streaming server cannot accept any more connections at this time." I've never encountered this before. I guess I should be glad I'm not one of those people who got rid of their records and CDs.

    Such a message generally means that there's a problem with the streaming server, not with iTunes or with your computer. It may well be that the station you're trying to connect to is just popular and is reaching the limits of the number of users it will allow.

  • Trying to listen to itunes "The streaming server cannot accept any more connections at this time."

    The streaming server cannot accept any more connections at this time.
    Happens when trying to play music and since upgrading to Lion.
    Help : )

    Such a message generally means that there's a problem with the streaming server, not with iTunes or with your computer. It may well be that the station you're trying to connect to is just popular and is reaching the limits of the number of users it will allow.

  • My wifes iphone was too full to record a video so I upgraded her cloud storage to 20g and did mine at same time. Cloud is showing 15g free storage butshe still cannot take any mor photos as "not enough memory" What is the point of paying for the extr

    My wifes iphone was too full to record a video so I upgraded her cloud storage to 20g and did mine at same time. Cloud is showing 15g free storage butshe still cannot take any mor photos as "not enough memory" What is the point of paying for the extr

    Hello Pushtheriver,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps and helpful advice concerning iCloud storage issues:
    Get help using iCloud storage
    This may also help:
    Understanding iOS device capacity
    You can sync and download many different types of content on your device. Some types of content (such as music and videos) typically take more space than others (such as notes and books). The amount of space taken by an app depends on the app's purpose; complex or graphically intense apps usually take more space than simpler apps.
    If your device is near its capacity, you can remove some of the less used content to make room for more.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • Hello, I have Windows 7, and I have now to install Windows 8 on my Computer, and since, I cannot make any more of update of Apple of itune in Windows 8. Nor to download  the software recent of itune... That have to I make???

    Hello, I have Windows 7, and I have now to install Windows 8 on my Computer, and since, I cannot make any more of update of Apple of itune in Windows 8. Nor to download  the software recent of itune... That have to I make???

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information. <br>
    '''Note''': ''This will cause you to lose any Extensions and some Preferences.''
    *Open websites will not be saved in Firefox versions lower than 25.
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Java.sql.SQLException:Cannot open any more tables.

    I have such exception(java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Cannot open any more tables.) when I try to make request to database:
    if(null!=con)
    try{
    Statement stmt;
    stmt = con.createStatement ( ResultSet.TYPE_SCROLL_INSENSITIVE,
    ResultSet.CONCUR_UPDATABLE);
    ResultSet rs= stmt.executeQuery(quary);
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    ex.printStackTrace();
    }//try
    But exception occurs after several requests(about 20). First 20 requests work fine. What is it? Thanks.

    Statement stmt;
    stmt = con.createStatement ( ResultSet.TYPE_SCROLL_INSENSITIVE,
    try{
    ResultSet.CONCUR_UPDATABLE);
    ResultSet rs= stmt.executeQuery(quary);
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    ex.printStackTrace();
    }//tryyou should reuse the statement rather than opening it for every query
    Good Luck

  • The streaming server cannot accept any more connectionections at this time.

    When I try to play a radio station with iTunes, a window pops up wiht the iTunes error message: "The streaming server cannot accept any more connecitons at this time."
    I've restarted my computer. Still get the error message.
    I've dumped all of my internet temporary memory. Still get the error message.
    Can someone help?
    Vaio Laptop   Windows Vista   iTunes v7.3

    Such a message generally means that there's a problem with the streaming server, not with iTunes or with your computer. It may well be that the station you're trying to connect to is just popular and is reaching the limits of the number of users it will allow.

  • Cannot fit any more songs

    My default reads on the bottom 603 songs 1.7 days, 2.68 GB.
    Above that it says used 3.76 GB, free 2.5 MB. It is a Ipod mini, holds 1000 songs or 4 GB. I cannot load any more songs into it, any suggestions? I have deleted them and tried over with different ones. Thanks, Stevez!

    This seems to happen from time to time. I have not read a good explanation, but I suspect that the iPod's operating system isn't the best at memory management.
    These are the ‘standard’ fist steps to this type of issue:
    First, make sure that you have emptied the Recycle Bin or the ‘Trash’ when the iPod is connected and seen by the computer.
    Then try Resetting Your iPod to correct this problem. It may take several attempts.
    If that does not solve the problem, then Restore Your iPod (as b suggested) and reload the music back onto the iPod, from your iTunes.

  • Hi! ... When configuring my new iPad, it says the UserId is already in use and I cannot progress any more. Of course it's in use, it's my UserId. How do I continue ?? ... Thanks in advance

    Hi! ... When configuring my new iPad, it says the UserId is already in use and I cannot progress any more. Of course it's in use, it's my UserId. How do I continue ?? ... Thanks in advance

    Did you select "Sign In with an Apple ID" as opposed to "Create a free Apple ID" when setting it up?

  • HT203200 I made yearly subscription to Chandamama junior English and Telugu magazines which are released on monthly.  I could download for only 2months and cannot download any more.  Please help

    I have made yearly subscription to Chandamama junior english and Telugu magazines which are released monthly by publishers.  I could download for only 2months from itunes store and now cannot download any more.  No error message.  When I enter my itunes store password, it simply ignores.  Please help.

    Hi Charlotte,
    You don't say what your version of Windows you have. Assuming XP, go to Start | Run, type DXDIAG and click OK. Click the Sound tab and run the tests to eliminate a hardware problem first of all. If you don't hear anything, check your cables first of all. Also make sure "Mute" isn't checkmarked in your sound setup. You'll find that in Windows Control Panel.
    Which browser do you use? If you have Firefox 4, sign up to the HTML5 trial @ http://www.youtube.com/html5
    HTML5 is the latest video standard and doesn't require Flash player. Google is in the process of converting all its files to work with the new format. It may solve you problem. If you don't have Firefox 4, you can get it from here: http://www.mozilla.com/en-US/firefox/fx/
    IE8 doesn't support HTML5.
    To clean out your temp files, go to Start | Run, type: CLEANMGR and click OK. Click OK again to start the utility. Tick all the boxes except "Compress old files" because the latter takes too long, and then click OK. You can run this utility any time you wish by the way.
    The above steps will hopefully fix your problem. If not, post here again please.

  • HT5731 My iPad says I cannot download any more because I am out of memory.  I purchased space in cloud and still get same message.  I do not know how to delete shows to open space.  Can you help?  Thanks.

    My iPad says I cannot download any more because I am out of memory.  I purchased space in cloud and still get same message.  I do not know how to delete shows to open space.  Can you help?  Thanks.

    Your iPad is physically out of storage space. Purchasing space in iCloud dosen't magically give your actual iPad more physical  storage space.
    You need to delete content off of your iPad.
    https://discussions.apple.com/thread/5122738?start=0&tstart=0
    http://m.youtube.com/watch?v=mZdBQoE37FA&desktop_uri=%2Fwatch%3Fv%3DmZdBQoE37FA

  • I have worked many hours on an iphoto book and I am up to page 29.  I cannot add any more pages and I need to!  Please help!!  "Add page" is not working!!!

    I have worked many hours on an iphoto book and I am up to page 29.  I cannot add any more pages past that and I need to!  Please help!!  "Add page" is not working!!!

    Fixed it thanks to similar questions and answers to them.  Thanks all!

  • TS2756 iOS personal hotspot does not let any device connect after a connection from a 5 GHz band

    I used my iPhone 5 with latest iOS version. When I connect my iphone to a 5GHz band at home and then ON the Personal Hotspot (PH), my ipad mini retina can't connect to the wifi of the iphone, it said "Unable to connect". I tried it with my laptop and got the same result. But if I disconnect it from the 5GHz and reconnect to a 2.4GHz band (at home too), then turn on PH, it will let other device connect normally.
    I know that I can solve the problem by connect to a 2.4GHz and then turn on PH. But the problem is when I go out, every wifi around me is password protected, and I need to share PH to my laptop. it just won't connect. Do a Network reset solve the problem too, but when I come back home and connect to my 5GHz band, the problem still raise, PH will not let any device connect to it until I connect my iphone to a 2.4GHz and then turn on PH again.

    Hi, thanks for your answers. 
    I have tried bluetooth tethering and it does work, but often i find has the same issue after a few minutes or if i let my device sleep, i have to reinitiate the hotspot. Whats worse is that i can go into the hotspot settings sometimes and it says "NOW DISCOVERABLE!" but nothing can see it, not my iPad, not my laptop, nor any other wifi enabled device until i toggle Hotspot off and on again.
    Also, distance is an issue. Occasionally I like leaving my iPhone to charge on my desk to charge as tethering beats the battery up and if i go to the room next door, the bluetooth drops. If i don't come back within range in a few seconds, the hotspot becomes undiscoverable and I have to go through the process again. Overall this has not been a feasible solution for my issues.
    As for resetting the network settings, I had to do this initially when I upgraded to iOS 5 as the Personal hotspot setting disappeared entirely. I had to do a full network reset, and reboot my handset once more for Personal hotspot to even return as a usable option but it didn't help the flakiness.  This isn't an iOS 5 new issue though, as i said, it's been happening since 4.3...
    All these super annoying first world pains eh?  Again, thanks for your feedback but it doesn't help my particular issues.

  • MacBook Pro sees wireless networks but cannot join any. Connection timeout error

    I have a MacBook Pro here that sees all wireless networks but cannot join any. It gives a connection timeout error with every one.
    Internet access via ethernet cable works just fine.

    It's not uncommon for you to "see" a great many networks, dozens even, yet you not be able to connect to any of them even if they are "open" (no lock icon). There may be a number of reasons for that, such as they're too weak for a reliable connection, or the router may limit connections to only specified devices.
    There is only one way to achieve a reliable network connection, and that's for you to connect to your own wireless router. Even that doesn't work if its signal is too weak or if there are many competing wireless networks in your area.
    If it's your own AirPort Base Station you're trying to use but can't, the latter could be the reason. The only way to mitigate the effects of wireless interference is to use 802.11n and 5 GHz whenever practicable. Even today you may only find one or two 5 GHz networks being used in an otherwise "crowded" area.

  • So, I have had the Ipod 4th generation for about a year now, and I have never had any trouble adding music onto my ipod until this latest version of itunes came out. Now, I cannot add any more music onto my ipod! I Have grayed out songs that I can't play

    So, I have had an Ipod touch (fourth generation) for a little less than a year now, and I have never had any problems with it until the latest version of itunes came out. Now, my ipod never can sync (I left it up for an hour before and it only got to step 2 out of 7), and I can't add any more music to my ipod! To make it worse, about 100 songs that I had deleted off my ipod, but could still be found in my itunes library, appeared again on my ipod! But, they are grayed out and I can't listen to them so they just take up space.
    Any help would be very much appreciated. Thank you!

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync/delete all music and resync
    To delete all music go to Settings>General>Usage>Storage>Music>Tap edit in upper right and then tap the minus sign by All Music
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.

Maybe you are looking for

  • Variable substitution characters in sqlplus

    The question mark character - "?" is the substitution for ORACLE_HOME in sqlplus. What is the substitution character for ORACLE_SID? Are there any other characters that can be used? Where I can read about it? Leonid

  • An Error Message ; "Account 130131 already exits" in FK01

    Hı Friends, When I creating new Vendor with FK01 transaction , system gave me an error "Account 130131 already exist" , I controlled in SPRO, vendor number range and shows "Status" 130136... and I also controlled Vendor list,the last vendor is 130130

  • Scroll bar of Detail table disappears after clicking on other Detail table.

    I am using JDeveloper 11.1.1.0.2 and JHeadstart 11g TP1. I have 1 master table with 3 detail tables. Master table: Layout style = Table-form --> inline, Stack Groups on same page = Detail Groups Only (Tabbed) Detail tables: Layout style = Table-form

  • Can't Backup Mailbox

    Hi I have a worrying problem with my Exchange 2010 mailbox store. As far as I can tell the Exchange server is all working correctly. However, using a 3rd party backup tool, it is reporting a CRC error in the .edb file when I try to backup. Looking in

  • The next 875P bios... _what_ is taking so long?

    The MSI flagship mobo for enthusiasts, the 875P Series, has not received a bios update since 2003-6-26! An important feature Intel sata raid 1, as well as numerous errors have yet to be implemented/resolved, which makes it very hard to understand why