HELP ..cluster is loosing session when a clusterserver is down

Hi,
          our cluster consists of an admin Server and two managed Servers on different
          machines.
          They are connected via active/Standby secure Switches.
          So the application should give the used session to the other managed Server
          when the first has an emergency shutdown.
          But sometimes it does and sometimes NOT.
          So could there be any configuring in BEA to avoid this problem ?
          Thanx in advance
          André
          

The two machines need to be always connected - are they? ( I don't know what
          an active/Standby secure switch is).
          If the first application has an 'emergency shutdown' it is dead - it is too
          late for it to give the used session to the other server.
          Clustering keeps a second, up-to-date session on the other server at all
          times.
          Mike
          "A. Zeglin" <[email protected]> wrote in message
          news:[email protected]..
          > Hi,
          > our cluster consists of an admin Server and two managed Servers on
          different
          > machines.
          > They are connected via active/Standby secure Switches.
          > So the application should give the used session to the other managed
          Server
          > when the first has an emergency shutdown.
          > But sometimes it does and sometimes NOT.
          > So could there be any configuring in BEA to avoid this problem ?
          >
          > Thanx in advance
          >
          > André
          >
          >
          >
          >
          

Similar Messages

  • Need help! printer looses power when printing!!!

    My printer HP Deskjet Ink Advantage 1015 boots normally but whenever I print something it suddenly turns off. The power button doesn't work when turning it back on. I have to pull the plug of the adaptor and plug it back in order to turn on the printer again. i've tried the diagnostic tool but doesn't show any errors until i print the test page. the it happens again. the printer turns off before printing.

    Man, I think you may have fixed it.. I saw your post on this same topic earlier a few pages back but my troubles were a bit different so I wasnt sure if that was right, but it looks to have fixed it... Now I would like to know how I effed that up in the first place ;) Thanks a ton, if you were in Northern Colorado Id buy you a beer for that.
    Thanks

  • HI everybody i want to ask if you come me in help, i want to draw paths but when i use stroke options with pen or brush settings i loose quality when i zoom in , can someone help me with pen settings???

    HI everybody i want to ask if you come me in help, i want to draw paths but when i use stroke options with pen or brush settings i loose quality when i zoom in , can someone help me with pen settings???

    The work path is a vector object, and infinitely scalable, but when you stroke it, Photoshop lays pixels on a layer that follow the path.  These pixels are raster based and can not be scaled without loosing quality.  You do have options.  If you want to make the raster layer bigger, transform the work path and stroke it again.  Or work at a higher resolution in the first place.
    Incidentally, you can't stroke a Path with the Pen, because it is a Vector based tool, and stroking is a raster based function.

  • Loosing session variables in tom cat web app

    Hi,
    I have a very strange problem. I keep loosing session state when I open a JSP from another one.
    The funny part is that it only happens when I access my application from outside my LAN. when I test my application from a client located inside my LAN I have no problems. It raeds session variables with no problems. When I teste t from outside my LAN where the server is located it looses my session variables. i acts as if it has timed out.
    Can you help me with this? The Tom Cat version I`m using is 4.1.27 and the JDK is 1.3.1.
    Many thanks,
    Rui Silva

    travis is right. You should make sure you always pass all your URLs through the String response.encodeURL(String) method. Some users may not be able to accept cookies, others may intentionally turn them off. If you want you app to work in all cases, then your URLs need to be encoded.
    This counts for URLs as part of links, form actions, javascript submissions, etc...

  • Unable to bind a cluster-aware stateless session EJBObject to the name

    I have been struggling with "Unable to deploy EJB" because of
    "Unable to bind a cluster-aware stateless session EJBObject to the name"
    I'm using WL6.1 sp2.
    Anyone could give me a hint?
    Thanks!

    In config.xml remove the <Application></Application> tag for Ejb.
    Application Deployed="" Name=""
    Path="">
    <EJBComponent Name="" Targets="" URI=""/> </Application>
    gary <[email protected]> wrote:
    Hi guys, hope you can help:
    I had to change the packages of some ejbs and now when I try to deploy
    the new .jar file I get the error below. I have tried deleting the ejb's
    off the server, rebooted the server and nothing seems to work. Any help
    would be appreciated. (Weblogic version 6.1)
    Thanks in advance,
    Gary
    Unable to deploy EJB: quizinterface from etvquiz-ejb.jar:
    Unable to bind a cluster-aware stateless session EJBObject to the name:
    channel4.quizinterface_EO. Please ensure that the jndi-name in the weblogic-ejb-jar.xml
    is correct. The error was:
    javax.naming.NameAlreadyBoundException: Can't rebind anything but a replica-aware
    stub to a name that is currently bound to a replica-aware stub; remaining
    name ''
    <<no stack trace available>>
    >
    <Nov 1, 2002 1:57:46 PM GMT> <Error> <Management> <Error deploying application
    .\config\mydomain\app
    lications\etvquiz: java.lang.reflect.UndeclaredThrowableException>

  • Failover did not happen when network switch went down!!! PLEASE HELP

    Hi gurus,
    Yesterday one disaster struck my RAC database. We have two node cluster and it is 10.2.0.2, both of them located in different sites, yesterday suddenly power went down and the one of the network switch went down and got destructed, node one of RAC database was connected to that switch, but the failover did not happen to the node two as this should be the case when one node goes down the other should be available for all the node one sessions/connections.
    when I tried to ping/telnet the node 1, it was not happening because the switch was down, the network guyz connected the cables to other switch available. When I connected to the node 1, it was showing "Oracle is not available" message.
    And when I tried the other node, it was the same case but I did not see any error in alert log file. Then my TL restarted both the nodes and then the database was available.
    I am very confused that how the failover did not happen and how the database went down, PLEASE suggest something to how to identifiy what was happened. Thanks & Regards
    Edited by: user1221 on Mar 18, 2009 1:09 AM

    About Oracle RAC ... you have 2 nodes ... You have to connect 4 IPs.
    I mean
    - IP public node1
    - IP public node2
    - IP Virtual node1
    - IP Virtual node2
    When node1 down
    You can not ping "IP public node1", but you should ping "- IP Virtual node1", because it should up on node2.
    But not bind 1521 port.
    Idea about failover
    you have to create new difference Service...on RAC Database!
    and on your client have to set TNS to on failover and balance (if you used OCI), you can use TAF feature
    Example:
    DB =
    (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = db01-vip)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = db02-vip)(PORT = 1521)) (FAILOVER=ON)(LOAD_BALANCE = yes) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = NEW_SERVICE_DB) (FAILOVER_MODE = (TYPE = SELECT) (METHOD = BASIC) (RETRIES = 180) (DELAY = 5))))
    If you use JDBC, can not use TAF.
    Anyway, I suggest you read more about RAC on http://otn.oracle.com/rac and http://oracleracsig.org
    Good Luck

  • Failover did not happen when one node went down!!! PLEASE HELP

    Hi gurus,
    Yesterday one disaster struck my RAC database. We have two node cluster and it is 10.2.0.2, both of them located in different sites, yesterday suddenly power went down and the one of the network switch went down and got destructed, node one of RAC database was connected to that switch, but the failover did not happen to the node two as this should be the case when one node goes down the other should be available for all the node one sessions/connections.
    when I tried to ping/telnet the node 1, it was not happening because the switch was down, the network guyz connected the cables to other switch available. When I connected to the node 1, it was showing "Oracle is not available" message.
    And when I tried the other node, it was the same case but I did not see any error in alert log file. Then my TL restarted both the nodes and then the database was available.
    I am very confused that how the failover did not happen and how the database went down, PLEASE suggest something to how to identifiy what was happened. Thanks & Regards

    Thanks for your reply,
    after the network switch was replaced we connected to both the nodes and found that the instances are down with no reason given in the Alertlog file. We just restarted both the instances and then the database was up and the clients connected to both the instances with equal sessions on both the instances. I want to know that whether the failover can be done at the application side or it should be done on the database side i,e; in tnsnames.ora file with the required parameters? as in our scenario there is no failover configuration in the tnsnames.ora file.
    Thanks & Regards

  • Opening last opened sessions when its start, no thumbnails in the new tabs,

    my firefox always opening all last opened sessions when its start,
    no thumbnails in the new tabs, its really blank tab, there is no toogle to open thumbnails
    i try to "restore to default" in option menu, its only fixed the "opening last opened sessions"
    then i try to reset firefox and it solve the problems in a time
    then i restart my computer, start firefox, and all the problems came back again
    is there any solutions without reintalling my firefox?
    Thanks

    What is the Startup setting?
    *Options > General > Startup: Home page
    Is that "Show my windows and tabs from last time" or one of the others?
    You can check if you have a user.js file in the Firefox profile folder that sets the browser.sessionstore.resume_session_once pref to true.
    *http://kb.mozillazine.org/browser.sessionstore.resume_session_once
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    You can also check the settings for "Clear history when Firefox closes" in case this feature is enabled and if enabled then disable this as a test (i.e. remove the checkmark).
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [ ] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/remove-browsing-search-and-download-history
    Make sure that the disk cache is enabled and working because the thumbnails on the about:newtab page are generated from the disk cache. You can check the on the about:cache page (there should be disk cache section).

  • Deployig to a Cluster without losing session.

    Hi,
              We have a cluster setup with 4 servers. We use HttpSession and
              StatefulSessionBeans in the cluster with in-memory replication. Is it
              possible to redeploy the application to a cluster without losing
              session ?.
              Thanks,
              -Senthil.
              

    We have a cluster setup with 4 servers. We use HttpSession and          > StatefulSessionBeans in the cluster with in-memory replication. Is it
              > possible to redeploy the application to a cluster without losing
              > session ?.
              Not with WebLogic session replication. The session replication is "lazy"
              (only when something happens) so the best approach is to make sure there are
              no imcompatibilities and then cycle the cluster one server at a time, maybe
              one server every hour (or whatever your session timeout is).
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com/coherence.jsp
              Tangosol Coherence: Clustered Replicated Cache for Weblogic
              "Senthil" <[email protected]> wrote in message
              news:[email protected]..
              > Hi,
              >
              >
              > Thanks,
              > -Senthil.
              

  • How to kill db-session when explored is closed?

    Hi all,
    Is there an easy way to kill database sessions when the explorer window is closed?.
    I tried to set the "disconnect application module upon release" checkbox on the module, but than my application doesn't work correctly...
    I'm getting errors like:
    Jul 17, 2007 6:34:10 PM com.sun.faces.lifecycle.ProcessValidationsPhase execute
    SEVERE: SelectOne submittedValue's index 0 is out of bounds. It should be between 0 and -1
    java.lang.IndexOutOfBoundsException: SelectOne submittedValue's index 0 is out of bounds. It should be between 0 and -1
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.SimpleSelectOneRenderer.__getIndex(SimpleSelectOneRenderer.java:347)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.SimpleSelectOneRenderer._convertIndexedSubmittedValue(SimpleSelectOneRenderer.java:189)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.SimpleSelectOneRenderer.getConvertedValue(SimpleSelectOneRenderer.java:157)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.getConvertedValue(InputLabelAndMessageRenderer.java:42)

    Hi Arti,
    You may want to check out how to use JDBC Datasources intead of the JDBC URL to connect to your database at the OC4J level. This method will manage the number of open db sessions that the OC4J can access. It is normal to have the sessions connected even after the browser has closed. It actually saves processing on the database because you don't need additional resources to open sessions, and you're reusing technology on connection management that is part of the database DNA. It is designed this way so that the OC4J can reuse existing connections for performance reasons among others.
    To do this on ADFBC, these are the files that you'll need to modify:
    1) data-sources.xml
    2) bc4j.xcfg for every application module to use JDBC Datasources instead of JDBC URL. (Right-click, configuration on the AM)
    However, for testing, the business component browser will need to use the JDBC URL connection.
    I hope this helps.
    Kenton

  • Close the session when closing the opendoc link

    HI,
    Environment: BOXIR3.1 SP3 FP 3.6
    When the user logging into infoview/CMC that time one session is creating , once logged off session also automatically closing. But when we using the open doc link, we dont have option to sign out the application. At that time we wanted to close the browser. But in CMC still we could see the users session in active. Could you please help us to kill the session when the browser is closed .
    is there any possible to kill such kind if session in BOXIr3.1
    Thanks
    N/A

    Hi,
    You can only kill sessions using the SDK and it's not recommended.
    Sessions should be automatically cleaned from the CMS after the timeout period. If it is not your case, follow the steps indicated in this KBA:
    https://service.sap.com/sap/support/notes/1286471
    Regards,
    Julian

  • Firefox should save session when only popup windows is open

    When I have some window with multiple tabs open and I click close button on top, it saves the session and quits. Thats ok. But when there is some hidden popup window open (or source code) it destroys the session and leaves the popup open!!!! So the menu is gone and you lose your session. When i restart FF tabs are gone. So it should save session when only some popup windows are open.
    Also it should ask what to do when i click close window, when it's unclear what to do

    It is always a good idea to close a Firefox session by clicking File > Exit or Firefox button > Exit for proper shutdown.
    Those pop-up windows are produced by JavaScript. JavaScript can disable certain features in the pop-up window. You can set some preferences using '''about:config''' so that those features are not disabled in the pop-up window. See:
    *How to use '''about:config''': http://kb.mozillazine.org/About:config
    #type '''''about:config''''' in the URL/Location bar and press the Enter key
    #if you see a warning, accept it (promise to be careful)
    #Filter = '''dom. disable_window_open_feature.'''
    #reset preferences you want to '''''false''''' by double-clicking on that preference in the lower panel on the '''about:config''' tab
    #Preferences you can reset in this case: http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Adobe PDF Plug-In For Firefox and Netscape "9.4.3"
    *Shockwave Flash 10.2 r159
    *Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**SAVE the installer to your hard drive (save to your Desktop so that you can find it after the download). Exit/Close Firefox. Run the installer you just downloaded.
    #**Use either of the links below:
    #***https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox ''(click on "Installing and updating Adobe Reader")''
    #***''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Firefox_:_FAQs_:_Install_Java#Multiple_Java_Console_extensions
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Help needed in servlet sessions

    hi,
    I m having following servlet with the logon and logout request..
    and my problem is that I don't want 2session with same clientID
    means a client want to log in ( who is currently logged in with say ClientID=5)
    with same ClientID (=5) then he won't be able to do that.. and i m invalidating the session
    when client hits logout button ( i don't want to use session time out) but what if he just
    shut down his browser without logout. In that case i want to invalidate that session
    immediately (as it is necessary for first requirement) i.e. if the session resides in memory
    than client won't be able to log in again untill that session automatically invalidated...
    so help me!!!!
    thanks
    bhups
    some part of my code in which i m getting and invalidating session is given below.
    class myServlet extends HttpServlet{
    void doGet(req,res)
    Client _client=null;;
    HttpSession _session=req.getSession(false);
    if(_session!=null)
    client=(Client)session.getAttribute("_client");
    if(requestID.equals("Login"))
    String ClientID=req.getParameter("ClientID");
    String Password=req.getParameter("Password");
    String AuthenticationStatus=Authentication(ClientID,Password);
    if(AuthenticationStatus.equals("Authenticated"))
    _session=req.getSession(true);
    session.setAttribute("client",new Client(Integer.parseInt(ClientID),Password));
    res.sendRedirect("./inbox.html");
    else
    throw someException();
    if(requestID.equals("Logout"))
    if(_client!=null)
    _session.invalidate();
    res.sendRedirect("./login.html");
    class Client
    private int ClientID;
    private String Password;
    public Client(int cid,String password)
    ClientID=cid;
    Password=password;
    public int getClientID()
    return this.ClientID;
    }

    Hey this can be done using javascript
    U have to capture the window close event of the browser and for that event write a javascript function
    which calls the logout.jsp page or any other necessary servlets to do the logout process.
    a dummy example is given here
    someJsp.jsp
    <html>
    <head>
    <script>
                 function closeSession()
                                 window.navigate("logoff.jsp");
    </script>
    </head>
    <body onUnload="closeSession()">
    </body>
    </html>

  • How do I Restore previous session when I have it setup correctly and it did not restore from last session? I have General is set to Show my windows .....

    How do I Restore previous session when I have it setup correctly and it did not restore from last session? I have General is set to Show my windows and tabs from last time and Privacy set to remember history.
    These to pages do NOT apply: https://support.mozilla.org/en-US/kb/restore-previous-session
    https://support.mozilla.org/en-US/kb/how-do-i-restore-my-tabs-last-time
    There is No option to restore previous session when I go into History. There is No Recent history in the History. It will show my history if I click on show History, but it won't restore it!

    Hi StuckAtHomeMom
    try in PRIVACY panel to set : Firefox will: Use custom settings for history and :
    Uncheck: [ ] "Always use private browsing mode"
    Uncheck: [ ] "Clear history when Firefox closes"
    check everything else and in Accept third-party cookies, set Keep until: they expire
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Error 100000004 Unknown Session when Company change on Addon

    I am experiencing in some customers error "100000004 unknown session", when customer changes company, and Addon has to be reloaded in automatic mode.
    Addon is developed under VB.Net running B1 SP00 and SP01 version.
    error is aleatory, do not occur always.
    Error is trigged when trying to connect DI-API under single sign on mode.
    Somebody has any information of what can be causing this error ??
    Thanks in advance,
    WIllie Ballesty

    Hi!
    I don't know what may be causing this error to you, I eventually get it once in a month or something. When it appears more than three or four times in a row, reinstalling the SBO client helps a lot.
    By the way, have you tried to remove the temp folder the diapi is creating? maybe it has gotten corrupted
    Hope it helps;
                        Jon Arranz

Maybe you are looking for

  • IPhone Deletes Exchange Emails To Wrong Folder

    Hello all! I have a Microsoft Exchange mail account setup on my iPhone 4 (iOS 6.1) which works wonderfully, short of one aspect:  Emails deleted from my phone do not go to the accounts standard 'Trash' folder, but to a different 'Deleted' folder.  I

  • Purchased history

    I purchased some music a while back and I had to reboost my computer, and download itunes again and now I can't get my purchased music. Does someone know how?

  • 'You can't open the application "Logic Pro X" because someone else is using it.'

    Hello. I have two user accounts on my MacBook and if I attempt to open Logic Pro X in 'user 2' while it is already open in 'user 1', I get 'You can't open the application "Logic Pro X" because someone else is using it.' Now I know I can simply quit L

  • Iphone syncing with windows live mail address book using add custom lable

    i am having trouble getting the iTunes to sync contact details when using add custom labels when adding contact phone numbers to iPhone, also will not use the windows live mail contacts to sync details seems to want to use windows contacts which my w

  • Elements, iphoto and camera raw

    Hello I have a few problems and hope someone can help me out. I installed Elements 9 (including the camera raw update), iphoto 11, Snow Leopard on my iMac. I did all of this so I can continue to shoot raw in my new camera, the Nikon D7000. I find I c