JD3.2; BC4J; JSP; logging out connections

We have developed user connections by building on Juan's application pool example
[href] http://technet.oracle.com:89/ubb/Forum2/HTML/006025.html
[href]
But we would like to be able to log users out. Is there a way of doing this cleanly?
We would like to present the users with a log-out button that resolves any uncompleted transactions, closes down the session and frees any outstanding database locks.
The biggest single problem we have with BC4J on the database is that it doesn't tidy up its locks if the transaction fails for any reason. And given that JServ only supports Servlet API 2.0 session failures happen all too frequently.
There seems to have been a couple of postings on this issue, but no replies for the JDev team.
rgds, APC

public void setReleaseApplicationResources(boolean release){
m_rsBrowser.setReleaseApplicationResources(release);
}the last thing i do in the render method of the RS bean is: m_rsBrowser.render(); which in turn the last thing this bean do is: releaseApplicationResources(); so my code is equivalent to the recomendation you did.
but ph is subclassing ViewCurrentRecord so the equivalent of your recomendation is:
ph.render();
RS.render();
ph.setReleaseApplicationResources(true);
ph.releaseApplicationResources();
Right? I did it this way and throws me the same error.
Q. remains:
1)What does mean the Error Message: Component object XXXX has no parent?
2) Under what circumstances the previous error throws?
3) How I can recover my application from this error?
4) is My application is going to degrade?(i've changed all the setReleaseApplicationResources to false) to make it work.
Thank you for your interest. Help please.

Similar Messages

  • Is a sudden blue screen log out connected to audio volume control?

    I use three computers all with the appropriately updated Mac OS (10.4.5). In all three, I am experiencing the same curious problem. Now and again, the screen goes blue and then we are into the log in routine. All applications have to be restarted. I have noticed that adjusting sound by making use of the keyboard sound control appears to lead to this event happening (after several seconds delay). There is an additional common feature to all of this: I have replaced the hard disk in all three. In this Powerbook 12", I installed a 250 GB disk, in a 20" G5 iMac at work, I replaced a 150GB disk with a 500 GB and then used the replaced 150 GB disk to replace an 80 GB disk in an 18" iMac at home with a 1.6 GHz processor.

    Two things: First, 10.4.5 is not the most updated version of Tiger; it has been up to 10.4.11 for some time now. You should run your software update.
    Second, this forum is for problems running OS 10.5 Leopard, not 10.4 Tiger. You might have a better chance at a good response in the Tiger forums here:
    http://discussions.apple.com/category.jspa?categoryID=177
    Good luck!

  • Unable to log out connected users, bug.

    The problem: When another user is logged in with unsaved changes and I try to shut down, I get a dialog box telling me the situation and that I need to enter an admin name and password in order to shut down. However it always returns an 'incorrect name and password' message.
    This has happened on my old emacs and on both my new imac G5's. I've tried long and short names with passwords. Nada. I've even tried creating a new admin account and using that to shut down. Nada.
    Anyone else able to reproduce this problem?

    Hi JOn, this seems to be profound in Leopard. ...not older versions
    THE FIX IS VERY VERY SIMPLE..
    This is simply after entering the userid and password of the 'admin' level user at the PROMPT,
    PRESS the * RETURN key**!.
    and it will work.
    do not use the mouse click.
    Yes I know this sounds ridiculous, but several of my relatives in other countries on 10.5.x had this problem with their kids logged in using fast user switching .
    see this too: http://discussions.apple.com/message.jspa?messageID=6574671#6574671
    Try it.. works fine.
    hth.

  • My ipod touch 4g isnt letting me download apps now whenever i try to it says cannot connect to itunes, i cant find anything that works, i logged out of my apple account and tried to log back in but it wont let me! Can anyone help me

    My ipod touch 4g isnt letting me download apps now whenever i try to it says cannot connect to itunes, i cant find anything that works, i logged out of my apple account and tried to log back in but it wont let me! Can anyone help me

    Likely Apple problem
    iTunes Store - 20% of users are affected
    Users are unable to make purchases.
    http://www.apple.com/support/systemstatus/

  • I have qualitynet either wired internet. I buy a card good for a month at a time, I can only log into one device at any one time.  Are there settings I can adjust on my airport express to allow all my devices to connect to wi-fi without having to log out.

    I have qualitynet either wired internet. I buy a card good for a month at a time, I can only log into one device at any one time.  Are there settings I can adjust on my airport express to allow all my devices to connect to wi-fi without having to log out of one devise before using another?

    Some Internet providers that limit access to a single device at a time do so by the device's hardware MAC address. If your ISP is one of those, you may be able to substitute the MAC address of your AirPort Express base station for the computer. I would suggest that you contact them to find out if this is allowable.

  • I keep getting an error when trying to update an app- cannot connect to store. I logged out from my account and tried to log back in and got the same error. I am doing all this from my phone since I no longer own a personal computer (only work)

    I keep getting an error when trying to update an app- cannot connect to store. I logged out from my account and tried to log back in and got the same error. I am doing all this from my phone since I no longer own a personal computer (only work) since I use iCloud and I tunes match

    YAY!!! Saved it in my Mac's Firefox Bookmarks for easy future access!
    Hope you are having a lovely afternoon today! I'm about ready to go bobo....I have an early meeting, and I don't want to oversleep! The nice part is that I work remotely, so I only have to wake up 15 minutes or so before the meeting.... I don't even use an alarm clock anymore (really, my iPhone alarm, which is much more pleasant), unless I have to get up at 6:30 or something....
    TMI?
    GB

  • HT1527 Whenever I try to redeem a card or access my account I get a message "connection manager invoke failed to find service connection url".  I reset my password, logged out and tried logging back in, same message.  How do I solve this issue?

    Whenever I try to log in to my account or redeem gift cards, I get a message saying "Connection Manager Invoke Failed to find a service connection url".  I changed my password, logged out and the same thing keeps happening.  Does anyone have a solution for this?

    Hello,
    Try to go to the settings on your phone... Settings > Store > Click your Apple ID: And sign out from your account, then sign in again .... This solved the problem for me on my iPhone 4s

  • Retina macbook log out with HDMI Connection

    My macbook pro with retina display has a HDMI port, as most people know, however, every time I connect a display with HDMI, i get logged out, with my session completely lost. Any ideas?
    I'm running OSX 10.8.2

    I'm having the exact same issue with my retina display Macbook as well. Anyone found a solution yet? Very annoying when it kills my whole session!

  • Creating a log-out jsp.

    Hey,
    I want to create a log out page. I use a login bean to verify
    username and id. I added a log out button which puts an
    attribute"logout" to the request.
    Logout
    On the calling page:
    if((request.getParameter("logout")).equals("true")){
    HttpSession thisSession = request.getSession(true);
    thisSession.invalidate();
    This works fine but when the users moves backwards with his
    browser to the login page and attempts a second login ( a new )
    i get an java.lang.IllegalStateException. Why is that and how
    can i solve this?

    well, every thing seems fine, except that in jsp, there is a
    reference to the HttpSession object, which is called session, so
    you don't have to declare it, you should be able to use it
    without doing so, something like this
    the jsp you logout in
    <%
    if ((String)request.getParameter("logout").equals("true")) {
    //invalida la session
    session.invalidate();
    response.sendRedirect("otherUrl");
    %>

  • When you change your Apple ID Password does it log out all the connected accounts?

    When you change your apple id password does it log out all the accounts synced to it or connected?

    You will need to logout of the account on all clients after changing the password, then login with the new one.

  • HT204161 I was watching a movie on my Apple TV and suddenly it stopped. I noticed I was logged out. Then I tried logging in again and I keep getting a message "cannot connect to iTunes". I restarted the Apple TV three times and tried again each time. I am

    I was watching a movie on my Apple TV and suddenly it stopped. I noticed I was logged out. Then I tried logging in again and I keep getting a message "cannot connect to iTunes". I restarted the Apple TV three times and tried again each time. I am stuck  Help please

    There's an issue currently that a lot of us are experiencing in that we all get the error message "iTunes is currently unavailable; please try later"
    It's an issue with Apple and we're awaiting an update re this
    I've posted a topic in regards to this after having a long conversation with Apple support this morning and will be receiving a call from their tech team tomorrow to run through it further
    As it stands iTunes cannot be accessed via ATV's and nor can it be streamed via AirPlay from iTunes to the ATV
    However I can access all films/iCloud content via my Mac Mini with no issues!

  • HT201356 I have accidentally deleted my alternate iCloud (email) address. Are there any possibilities to retrieve it back because my iPad is connected to that email address, and now, I can't log out from it on my iPad, because it doesn't exist?

    I have accidentally deleted my alternate iCloud (email) address. Are there any possibilities to retrieve it back because my iPad is connected to that email address, and now, I can't log out from it on my iPad, because it doesn't exist.
    I have alternate icloud email attached to my iPad and I accidentally delete it from appleid.apple.com. And now I can't log out that iCloud account because it doesn't exist and it can't recognize my password.

    If you mean that Find My Phone is asking for a password to a different Apple ID to your current Apple IDand that ID is a previous version of your current ID, not an entirely different one.
    This feature has been introduced to make stolen phones useless to those that have stolen them.
    However it can also arise when the user has changed their Apple ID details with Apple and not made the same changes to their iCloud account/Find My Phone on their device before upgrading to iOS 7, or if you restore from a previous back up made before you changed your details and some other circumstances.
    The only solution is to change your Apple ID back to its previous state with Apple at My Apple ID using your current password, you don’t need access to this address if it’s previously been used with your Apple ID, once you have saved these details enter the password as requested on your device and then turn off "find my phone" and delete the account from your device. It may take a short while to remove the account.
    You should then change your Apple ID back to its current state, save it once again and then log back in using your current Apple ID. Finally, turn "find my phone" back on once again.
    This article provides more information about Activation Lock.

  • Can't connect to App store on any device, i have tried to log out and back in again.

    Can't connect to App store on any device, i have tried to log out and back in again.
    Any suggestions.

    Restart your router.

  • Logging out portal user programitically? (JSP)

    I am trying to log out users using a JSP. Here is a snippet of
    code calling the wwsec_app_priv package. I am not having any
    luck with this. Any suggestions?
    Thanks,
    Tom Henricksen
    CallableStatement logout = null;
    logout = con.prepareCall ("begin if wwctx_api.is_logged_on
    then wwsec_app_priv.logout(p_done_url=>?); end if; end;");
    logout.setString(1,logout_url);
    logout.execute();
    logout.close();

    The syntax you have works within our current web page (PSP
    page), but we have never tried it directly with PL/SQL.
    One thing you might want to look at is that "normally" (from a
    web page) the URL is called via the portal30 DAD:
    /pls/portal30/PORTAL30.wwsec_app_priv.logout?p_done_url=
    http%3A%2F%wherever.com
    Could it be that this works if PORTAL30 is running the package,
    and not the actual user? Just a wag. --Kate                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Log out of computer -- logs out of Internet connection also?

    I would like to Log out of my account for a minute, to log in again, making a GUI system enhancement work from something I did with ShapeShifter. I never log out; I always shut down the computer when I'm done with it. So the internet is always working properly when I turn the computer back on. If I log out, does the Internet connection/IP reset? Or do anything else where I would need to log in some foreign way? (foreign as in, not my regular name and password log in).
    The way I need to Log out
    http://aycu37.webshots.com/image/13316/2002587092581712856_rs.jpg
    I ask because if I need to log in some foreign way, I don't remember any of those kind of log in details, or Internet activation procedures. And I can't phone my Internet Service Provider at the moment to ask for help.
    Thx.
    17" iMac G4, 1GHz PowerPC, 768mb RAM Mac OS X (10.4.9)

    I answered my own question. It works regularly.

Maybe you are looking for

  • Dep Run Error

    Hi Experts, Cany any one suggest me to solve my issue with teh depreciation run. When i am running depreciation run for the period 001-2008 (Apr-2008) to CC ABCD, system is giving the follwing error. According to posting cycle, you should post period

  • Premiere Elements NEEDS to be in Creative Cloud

    Many people use a pan/zoom effect for their photos. Granted Premiere gives more total control over the process through effect/motion but the interface is tedious and guesswork. I want to pan over a photo do I really need to guess with x and y axis an

  • How renumber footnotes at the beginning of each chapter?

    Hi! I work in Indesign 6 with very large books in which the author continually add text and pages make me travel pages, each chapter should begin with footnote number 1. If I do with these sections do not move when I add pages and I have to update a

  • Can I order a lock iPhone in Malaysia?

    How can I buy a lock iPhone and recive it in Malaysia, My purpose is to use it as an iPod in malaysia and use it as a self-Phone when I travel to America!

  • Database performance

    Can anyone help me? I just anted to know which are best and precise sites on internet where I can find info about Oracle 8i database performance monitoring,correction,best practises and prevention. Many times our database performance goes down and ne