903 SessionEJB AM: pooled connection lost for new txn

Hello,
Our environment: JDev 9.0.3.2 / OC4J 9.0.3 / Oracle 9.0.1.1.
JClient application works with Application module deployed as Session EJB, 'ejb-location' of the datasource is used.
CASE:
After new transaction is created in OC4J (commit/rollback from client), next connection-oriented action (jdbc command in OC4J) makes request on new connection from the datasource. Currently opened connection for the AM becomes lost.
Reproducing: test AM EJB (scott.dept), commit/rollback changes and re-query from database. OC4J should be running with -Dtransaction.debug=true for getting a trace.
Such a behavior makes troubles for JClient OLTP application where session timeouts are disabled - db-sessions number is constantly increased. Special efforts (not so easy) should be done in the connection pool to avoid this increasing.
I'd like to know if this's a desired logic (and I missed something in configuration) or just a current error ?
If latter, could we hope that this will be fixed in JDev 9.0.3.3 ?
Thanks for any comment.

repost

Similar Messages

  • Connection lost for minutes

    Hello, We got the wrt160n
    Connected is a wired Pc and wireless laptop.
    It works fine, but sometimes the connection on the PC is lost for a couple of minutes.( Wireless laptop is online, putting it on or offline has no effect)
    What could be the cause?
    Before the wrt160n is a cable modem . The internet connection is with a dynamic IP configuration.
    Second question: How can I check the settings in the router , made in the wizard previously? I don't know how and no documentation available
    Thanks

    If you loose connection to your Wired PC you can adjust your Router's MTU Settings to avoid this -
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave username blank & in password use admin in lower case...
    On the set-up tab change the MTU Size to 1350 and click Save Settings...
    Once you return to the set up page click on the Security tab and uncheck Block Anonymous Internet Requests and click on Save Settings...
    If it does not work try to download and update the drivers for your wired adapter...
    2. To check the setting in the router you need to access the router using it's default address 192.168.1.1...

  • Trackpad connection lost for no reason

    Good Morning, I have found my trackpad to have a mind of its own...it will lose it's connection while I am using it...
    and I have to turn it on again...it takes a moment to reboot. It has done this often, even with new batteries just added..
    Could a cordless mouse on the table cause it to go awry?
    Appreciate some feedback here...I have a trackpad out of control lol
    my best mdm samm

    You asked if a cordless mouse could make a problem like this occur. It seems unlikely, but there is a simple test you could do to make sure - turn off the mouse and don't use it. If the trackpad issue goes away, there is your answer. If not, well at least you have eliminated one possibility.

  • Connection snag for new iMac G5 to AV receiver

    The user guide says that I can use an optical audio cable w/ mini-plug connector for a iMac G5-based home theater system. I bought a Sony HT-DDW670 5.1 system with an AV Receiver STR-K670P that has a digital optical in
    (SA-CD/CD in) that I connected to the optical out. When preferencing the sound setting for the selected device, Mac says that the Digital Out "has no output controls".
    The only note in the Sony guide concerning the optical hookup reads: "The sound is not output when you play a SA CD on the SA CD player connected to the SA-CD/CD OPTICAL IN jack on this receiver. Connect to the analog input
    jacks (SA-CD/CD IN jacks)." -compatible w/ 32, 44.1, 48, & 96 kHz.
    Does anyone have any ideas? The sony online support talked about a stereo mini pin adapter?
    iMac G5 PowerMac12,1   Mac OS X (10.4.2)  

    Hi there,
    Not sure quite waht your problem is!? I have my imac (iShight) G5 connected to my Sherwood amp through a monster audio optical cable with a mini concerter into the mac. As you say, the Mac ships the digital signal straight to the amp.... so you have no system volume controle. However applications can still have an influance on volume.
    I have my amp set to a hight volume and my apps to a mid level so I get a nice out put and have room to crank it up.
    My amp has a coaxcal and optical input, which is accessed through DVD input, as it assumes that DVD will have digital audio I also have to switch between coaxical and optical on the amp... depending on what cable I'm using.
    My DVD used to be coaxixal, may power mac and iMac are optical! The sound is fantastic when you get it to work!
    Did that cover your issue in any way? Sorry for rambeling!
    Stu.

  • Connecting problems for new HP5940

    How do I let airport extreme know that I am connecting a printer. Also how do I know if I am connecting thru ethernet...as it says that wireless printing can not take place if I am connected that way.
    Sorry but I am not that up on all the jargon. Keep it simple for me please.
    I can print when I directly connect to the ibook

    Everything is connected and working fine now.

  • HTTP Stream stops after instant encoder connection lost

    Hi,
    We use amazon cloud front and Open Broadcaster to livestream also using jwplayer. Some time we experience internet problem on our local system and encoder lost its connection to server but it just took 1 or 2 second. RTMP stream not effecting by this problem and all clients works fine but mobile client (iphone, ipad) stuck last 10 second before connection lost and playing this 10 second every time when i open stream on my tablet.
    The only solution that i have find, deleting these folder and restarting server.
    mnt/application/livepkgr/streams
    mnt/application/livepkgr/events/_definst_/liveevent
    I use this FMS url "rtmp://<server-adress>/livepkgr?adbe-live-event=liveeven"t and Play path/stream key is "kamera5"
    Url for jw payer is, http://<server-adress>/hls-live/livepkgr/_definst_/kamera5/event.m3u8
    Also, I figured out today the .m3u8 file not updating after connection lost with new .ts file, it is always same when i download it every time.
    How can i setup the server to play http after instant connection losts?
    Thank you.

    Hi
    Is the encoder configured to use Absolute Time Code (ATC)
    This is necessary for HLS and HDS. It is required for smooth transition between different stream bitrates and in cases of encoder failure and/or restart.
    This could be the root of your issue when the connection between encoder and publishing server is interupted.
    Bit more detail:
    ATC comes as timestamps within the header of Messages Packet format for the RTMP.
    RTMP message packets format has been defined here http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/rtmp/pdf/rtmp_specifi cation_1.0.pdf
    Basically the timestamp field in Type0 chunk must be a absolute time based on some wall clock.
    Timestamp field is interpreted as integral number with least count as 1 millisecond and it should be always increasing.
    This is how the timestamps would look with following events from encoder
    Without ATC
    With ATC
    Publishing start
    Publishing start
    Sending rtmp audio message, timestamp 0 ms
    Sending rtmp audio message, timestamp 12000 ms
    Sending rtmp video message, timestamp 2 ms
    Sending rtmp video message, timestamp 12002 ms
    Sending rtmp audio message, timestamp 4 ms
    Sending rtmp audio message, timestamp 12004 ms
    Sending rtmp video message, timestamp 5 ms
    Sending rtmp video message, timestamp 12005 ms
    Sending rtmp audio message, timestamp 6 ms
    Sending rtmp audio message, timestamp 12006 ms
    Sending rtmp audio message, timestamp 8 ms
    Sending rtmp audio message, timestamp 12008 ms
    Publishing Stop -
    Publishing Stop -
    Wait for 1000 seconds
    Wait for 1000 seconds
    Publishing Start again
    Publishing Start again
    Sending rtmp audio message, timestamp 0 ms
    Sending rtmp audio message, timestamp 13008 ms
    Sending rtmp video message, timestamp 3 ms
    Sending rtmp video message, timestamp 13011 ms
    Sending rtmp audio message, timestamp 4 ms
    Sending rtmp audio message, timestamp 13012 ms
    Sending rtmp video message, timestamp 6 ms
    Sending rtmp video message, timestamp 13014 ms
    Sending rtmp audio message, timestamp 7 ms
    Sending rtmp audio message, timestamp 13015 ms
    Sending rtmp audio message, timestamp 8 ms
    Sending rtmp audio message, timestamp 13016 ms
    So here timestamp is the timestamp defined for Message header of the RTMP protocol. It is integral number of milliseconds. As you notice here, in case of ATC based timestamps, they are based on actual wall clock, always increasing.
    Can you check on the encoder side that ATC is configured ?
    Thanks.

  • Magic trackpad bluetooth Connected / Connection Lost

    Hi there,
    I have a Mac Pro 2010 (Not macbook pro). I use a magic trackpad alongside a wacom intuos.
    My trackpad has been displaying connected / connection lost for quite some time now and its rather annoying.
    This doesn't happen after sleep, not does it take 60s to kick in (like some reports I've seen). It starts immediately and continues forever.
    I check back on these forums periodically to see if anyone has had my exact problem and no dice.
    Here is what I have tried:
    • Reboot
    • Reset PRAM
    • Reset SMC by disconnecting power cable from tower
    • Replacing batteries, changing battery brand
    • Checking connectors for signs of corrosion on batteries and in the trackpad. (they're clean)
    • Running trackpad a friend's macbook air (it worked and maintained connection)
    • Running on another laptop on the same desk as the Mac Pro (maintained connection – ruled out local interference)
    It seems to have been since Yosemite, but not instantaneously. I am loath to reinstall the OS and quite frankly have seen that this has not been a step towards fixing it for anyone!
    Any new fixes anyone has, I'd love to hear them! Also my trackpad is personalised. Can i reset it? Perhaps that would fix it!
    Thanks

    To uninstall Chrome was no problem because if you reinstall it you lose nothing, unlike with some apps.
    But this link with Yosemite seems to go on and on and no-one has come up with an answer.  I don't think Bluetooth is the fault but it may be connected (forgive the pun) to a service or app you have.  As I said, I have neither Yosemite or Chrome so I can only offer educated guesswork rather than practical help.
    This would not be a solution but if you could download and apply Etrecheck, it may show something in your system.  This link should take you there.   Then copy / paste it here in this thread.
    http://www.etresoft.com/etrecheck

  • MY wireless mouse keeps quitting.  It quits I get 'connection lost'.  It starts up i get 'connected'.  I've installed new batteries, same problem.  Do I need new rechargeable batteries from the Apple store?

    My mouse works intermittenly.  It quits, I get an on screen message,"connection lost".  It starts up again, I get "connected".  i've installed fresh AA batteries in the the mouse to no avail.  Do I need to go to the Apple store and get some new rechargeable batteries?

    Anything in this thread that might help - Woyin's contribution at the end is worth a look:
    https://discussions.apple.com/message/17070040#17070040
    or the 'make it a favourite' option, that worked for me.

  • TS1398 My internet connection was lost for 30mins, since then my ipad won't reconnect.

    Since my internet connection was lost for 30mns, my ipad will not not reconnect with the wifi, what can I do?

    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting
    http://www.apple.com/support/ipad/wifi/
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Safari shows "The network connection was lost" for all flv files on the internet.  Firefox plays all

    I upgraded to the lastest version of Flash to fix what I thought was a problem in Firefox.  That problem turned out to be something else but now Safari will not play ANY flash content.  I have uninstalled and reinstalled several times.  I have even installed an older version.  All of these have the exact same result.  Flash works in Firefox but not in Safari.  I have cleared the cache.  I have gone into the flash securty settings and deleted all content.  Nothing seems to change this.  Anyone have any ideas?

    Plug-Ins are installedand keep in mindthis problem affects all 3 browsers i am using IE9, Safari5 & Firefox 19NOT a SPECIFIC browser issuewhich is why i think it's either "Flash" (Adobe) or streaming web-site (Freedocast) issue.
    Date: Mon, 1 Apr 2013 01:25:24 -0700
    From: [email protected]
    To: [email protected]
    Subject: Safari shows "The network connection was lost" for all flv files on the internet.  Firefox plays all
        Re: Safari shows "The network connection was lost" for all flv files on the internet.  Firefox plays all
        created by Sunil_Bhaskaran in Installing Flash Player - View the full discussion
    Have you enabled plug-ins in Safari?Could you please go through the last question of Mac section in the following URL: http://helpx.adobe.com/flash-player/kb/flash-player-faq.html#main-pars text1 Thanks,Sunil
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5195274#5195274
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5195274#5195274
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5195274#5195274. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Installing Flash Player by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I have the G Drive 1 TB (GEN4 1TB) external drive purchased in 2010. I need to connect to my new MacBook Pro. I'm using the external drive for media storage of my video editing projects. Will a 800fw to thunderbolt adapter cable work?

    I have the G Drive 1 TB (GEN4 1TB) external drive purchased in 2010. I need to connect to my new MacBook Pro. I'm using the external drive for media storage of my video editing projects. Will a 800fw to thunderbolt adapter cable work? I understand that using a USB port connection is not fast enough for video editing. I read somewhere the G Drives don't connect well to MacBook Pro.
    thanks
    larry

    I doubt this can be relocated or moved so you might want to just repost in the macbook pro area.
      MacBook Pro
    https://discussions.apple.com/community/notebooks/macbook_pro
    https://discussions.apple.com/community/mac_os?view=discussions
    Can you afford a new Thunderbolt case and cable? any case with FW800 is going to be slow 72MB/sec and less, and any new 1TB drive is capable of 75MB/s minimum up to 125MB/sec.
    Thunderbolt storage can of course when setup properly reach 100's of MB higher using multiple drives.
    Use what you have for a system backup or for secondary backup storage.
    you might be able to take the drive - most cases allow you to open and swap drives - and use this:
    G-Technology 1TB G-DRIVE mini High-Speed Portable Hard Drive                                   
    or this:
    http://store.apple.com/us/product/HB137VC/A/g-technology-4tb-g-raid-professional -high-performance-dual-drive-hard-drive?fnode=5f

  • HT4106 I have a camera connection kit for my ipad 2. Can this kit be used with my new ipad air?... If so what adapter is required please

    Camera connection kit for ipad 2. Can this kit be used with ipad air and if so what adapter(s) are required please

    You can try the 30 pin to lightning adapter but I'm not sure if that'll work. So if you get it to experiment, make sure you can return it. Apple does sell a SD to lightning adapter for the newer devices. So that should be a sure bet. The main downside is that your 30 pin camera kit came with both USB and SD for 29 and now the USB adapter is 19 and the SD adapter 29, so more expensive.
    You may want to look into third party adapters, but make sure you use a reputable manufacturer (ie not a cheap no-name off amazon) because iOS7 brought with it software that looks for a signed chip in the adapter. And a chip is 'signed' when a company gets apple's permission to make accessories. I would suggest sticking with companies like Belkin, Kensington and Targus. They seem to be of a better reputation when making things and would have a signed chip.

  • Ad iTunes on previous computer, can't find my libraries now I have re-downloaded for new computer. My wedding tunes were on my old iTunes - have I lost them all??

    I had iTunes on previous computer, can't find my libraries now I have re-downloaded for new computer, does this mean I have lost all my music content? My wedding music was on there, and i had paid loads to download stuff. I assumed it was all saved somewhere like hotmail messages. Any ideas, please? Jane

    janiemou wrote:
    I had iTunes on previous computer, can't find my libraries now I have re-downloaded for new computer,
    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751
    Also see this migrate iTunes library post by turingtest2
    janiemou wrote:
    i had paid loads to download stuff.
    Download Past Purchases
    Sign in with the Apple ID that you used for the original purchase. See which Apple ID you used to download an item.
    2) See if the content is available for redownload. Previously purchased items might not be available if they're no longer on the iTunes Store.
    From  >  http://support.apple.com/kb/HT2519

  • What are the correct parameter names for a JDBC pool connection?

    Looking in the admin console I notice the differences in the properties name (type casting) of PointBasePool and __TimerPool pool connections properties and the create wizard properties.
    PointBasePool and __TimerPool uses this name parameters: User,Password, and DatabaseName.
    Create wizard uses these: databaseName, user, password.
    So, then, what is the standard names for a connection in SOA8? What is the standard for JDBC?
    For example, Tomcat 4 uses username, password, url, driverClassName as parameters names.
    Please help,
    This is getting more and more confising,
    Thanks,
    Lorenzo Jimenez

    The properties that you specify when creating the connection pool are unique to the vendor.
    Any or the properties that you specify user,password, url...etc we expect to have setters (setUser, setPassword, setUrl)
    let me know if need more info

  • Best practice for auditing a SP 2010 BCS scenario with a SQL Server pooled connection.

    I'm using SP 2010 BCS to connect to a SQL Server db. For this, I've used SSS and am passing SQL credentials to take advantage of pooled connections. I'd like to pass the user context (user ID/User name) to the database so that I can do auditing, such as
    created by and last modified by. What is the best approach to make this work while still using a pooled connection?
    I've thought about modifying the external list forms so that I capture and pass down user context info, however, I'd like not to rely on this in case the external content type is consumed by another consumer such as an Office product, etc.

    Hi,
    There is no good way to do it.
    You can set the created by and modified by columns as input parameters for the create and update operations and using ajax to set values for both of columns.
    http://troyscott.ca/2010/07/17/creating-an-update-operation-for-an-external-content-type/
    Regards,
    Seven

Maybe you are looking for

  • Final Cut is Crashing--Will not Open

    OK, I have repaired permissions, trashed preferences, unloaded all the audio plugins (mostly because they take forever when FCP opens), and finally reinstalled FCP Studio 2. The only thing on my startup disk is OSX SL and programs. I always work off

  • Variable substitution & Seeburger conversion module

    Hi everybody! I would like to use the variable substitution in a receiver file adapter to add the order no. (which is contained in the XML file) to the filename. In addition I have to convert the XML file to an edifact format using the seeburger modu

  • External monitor causes earth loop problems

    When i connect an external monitor to my macbook pro it creates horrible interference, soudns like an earth loop somewhere but i can't stop it. Is very irritating! Any suggestions would be much appreciated. cheers, josh

  • Mac Pro slow vs. iMac?

    Hello: I have the early 2008 Mac Pro (2.8GHz quad) with 10GB total ram and I am really perplexed because when I went to Frys yesterday to play around with an iMac (2.8GHz core duo) with only 2GB ram, I found that this iMac opened up programs and was

  • For the Summer

    My elementary school has six mobile charging stations. When the school year ends on May 26th and I store the iBooks, would it be better to leave them plugged in for the two and a half months the school isn't in session or leave the iBooks uncharged a