Forms window closing after reconnecting sniped session

The user accounts in our Oracle database are set up with profiles such that their sessions are terminated after 60 minutes of idle time. However, our Forms application allows users to reconnect to the database if the session has timed out in this way.
After reconnecting, my Forms window closes abnormally, and I have to return to my browser window to start a new Forms session. The closing of the Forms window does not necessarily happen immediately - it seems to happen only if I navigate to a certain form (the application's main menu). If I happen to be on a different form when I reconnect, I can query and update data, and navigate to other forms, but once I navigate back to the main menu form, the session is abnormally terminated.
No error messages are produced anywhere when this happens (at least not where I've looked thus far :) I have searched the forms server, the database server, and the client computer.
I have brought up the issue with the vendor who developed the application, but I was wondering if this issue rang any bells with anyone here.

Hi,
are you saying that the Browser window is closed when this happens ? In this case I would assume something else than Forms to cause this issue - maybe some custom code that calls JavaScript to close the window on exit. Forms usually errors with a JavaException that you can see in the JInitiator console (assuming Forms running on the web). Have a look and if there is nothing in there, bug the vendor to look into this.
Frank

Similar Messages

  • Please help...i have a windows 2012 server and it keeps closing after 30 mins...

    hi. i have a windows 2012 server and it keeps closing after 30 mins...i am connected thru RDP and have looked everywhere online for a tutorial to change the setting that keeps closing it but can't find it anywhere! please help!

    Hi,
    Thank you for posting in Windows Server Forum. 
    Have you check the timeout and reconnection setting for RDP?
    Does disconnection happens on active session or Idle session? 
    We can configure the setting by collection properties or by GPO setting.
    On collection Properties check the Timeout Tab and set the setting according to your requirement. On GPO we can find this setting on below mention path and check according to it.
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Session Time Limits 
    User Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Session Time Limits 
    You can check Configuration 1 Part from below article.
    [Forum FAQ] Restrict number of Active Sessions in RDS 2012 and 2012 R2
    http://social.technet.microsoft.com/Forums/en-US/00c2252b-8ec0-489f-8da2-07a434a9b5a2/forum-faq-restrict-number-of-active-sessions-in-rds-2012-and-2012-r2?forum=winserverTS
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Sessions not closing after timeout

    I'm having trouble where my sessions aren't closing after the
    60 minute timeout. I'm checking to see how long the sessions are
    staying open, and they are staying open past the 60 minute timeout
    I have defined. Is there somewhere else I need to modify something
    to get them to end?

    Did you try changing that 60 to something like 10 minutes
    just to rule that out as a bug?
    Here's an small Application.cfc that works using cflogin with
    a timeout if this is of any use to you
    <cfcomponent>
    <cfset This.name = "yourappname">
    <cfset This.Sessionmanagement="True">
    <cfset This.loginstorage="session">
    <cffunction name="OnRequestStart">
    <cfargument name = "request" required="true"/>
    <cflogin idletimeout="5">
    <cfif NOT IsDefined("cflogin")>
    <cfinclude template="loginform.cfm">
    <cfabort>
    <cfelse>
    <cfif cflogin.name IS "" OR cflogin.password IS "">
    <cfoutput>
    <h2>You must enter both the User Name and Password
    fields.
    </h2>
    </cfoutput>
    <cfinclude template="loginform.cfm">
    <cfabort>
    <cfelse>
    yourldap lookup
    <cfif loginIsGood>
    <cfloginuser name="#cflogin.name#"
    Password="#cflogin.password#" roles="">
    <cfelse>
    <cfoutput>
    <H2>Your login information is not
    valid.<br>Please Try again</H2>
    </cfoutput>
    <cfinclude template="loginform.cfm">
    <cfabort>
    </cfif>
    </cfif>
    </cfif>
    </cflogin>
    </cffunction>
    </cfcomponent>
    loginform.cfm
    <H2>Please Log In</H2>
    <cfoutput>
    <form action="#CGI.script_name#?#CGI.query_string#"
    method="Post">
    <table>
    <tr>
    <td>user name:</td>
    <td><input type="text"
    name="j_username"></td>
    </tr>
    <tr>
    <td>password:</td>
    <td><input type="password"
    name="j_password"></td>
    </tr>
    </table>
    <br>
    <input type="submit" value="Log In">
    </form>
    </cfoutput>

  • Form "window"  Menu changed after  Migration

    Hi All,
    I have migrated form 6i to 10g.After migration the forms WINDOW menu contain a menu item (which is a radio button ) called FILLER_WINDOW.
    Client wants to disable this menu item.
    Can i disable it?
    Thanks in advance.

    Hi,
    Can you please let me know how as i'm not able to find this menu item in .MMB.
    Thanks,
    DK

  • How to tell embedded jinitator applet is still running when window closed

    Hello, we are trying to accomplish the same thing that is mentioned in this post from Metalink. I've searched for a solution and hope someone here can help. Instead of restating the issue I think David Wilson does a good job of explaining what is needed. Can anyone please suggest a possible solution?
    From: David Wilton 07-Oct-05 01:08
    Subject: How to tell embedded jinitator applet is still running when window closed
    How to tell embedded jinitator applet is still running when window closed
    Hi,
    We run an oracle 10g forms application through 9iAS over an intranet. All users are running windows 2000 professional.
    We run separate frame = true but I would like to switch to separate frame = false
    With separate frame = true if the user clicks the outer windows "X" close button (forms mdi window) the user is prompted to save changes before the application ends.
    BUT
    when using separate frame = false
    If the user clicks the upper window "X" button (no longer form mdi window but regular browser window) the window and application is abruptly closed.
    I'm interested in using a onbeforeunload function to confirm if the user wants to close the window. This would be placed in the basejini.htm file. This could always ask if the user wants to exit or not. If they click OK then the window closes but if they click "Cancel" you are returned to the forms application exactly where you left. something like event.returnvalue="do you really want to exit?";
    However if the user exited using the normal exit form method then the applet is already closed before the onbeforeunoad event fires and there is nothing to go back to and I want the window to close automatically. This is accomplished using close.html file in post forms trigger.
    So what I want and what I think many may also want is the check if the embedded applet is still running and if so prompt the user to return to the application or continue to close. Of course If the applet is no longer running then just close because there is no reason confirm closing anymore.
    Does anyone have a html/JavaScript solution that can be placed in the jinitiator.htm file? or similar?
    Thank you
    David
    [email protected]
    From: Andrew Lenton 07-Oct-05 08:58
    Subject: Re : How to tell embedded jinitator applet is still running when window closed
    I don't know if this is exactly what you are after but you can add the following to the top of your basejini.htm file and it should prompt the user before exiting the IE window.
    <BODY %HTMLbodyAttrs%>
    %HTMLbeforeForm%
    <SCRIPT>
    <!--
    window.onbeforeunload = unloadApplet;
    function unloadApplet(){
    message = "Warning! Please exit the Java Applet prior to
    exiting the browser"
    return message;
    //-->
    </SCRIPT>
    From: Oracle, mohammed pasha 07-Oct-05 09:55
    Subject: Re : How to tell embedded jinitator applet is still running when window closed
    David,
    Well I could not understand your complete requirement.
    Refer to Note.201481.1 How to Close the Browser Window When Closing Forms And How to Simulate SeparateFrame By Javascript
    Note.115905.1 How to Close Browser Window When Closing Webforms Applet
    Kind Regards,
    Anwar
    From: David Wilton 07-Oct-05 14:37
    Subject: Re : How to tell embedded jinitator applet is still running when window closed
    Thank you for your reply and yes you did not understand my question fully.
    Sorry if this is a long reply
    I am able to close the browser window using information in notes 115905.1 and 201481.1, this is not the issue. We implemented this several years ago. It is workable for both separate frame = true or false.
    It is most important to not allow the user to end their forms application by closing the windows browser, they must close using normal form exit commands.
    What I want is to have separate frame = false, the big drawback to this option is the user can exit the application and bypass all forms code by pressing the windows "X" close button. This is why we need the code as just provided by Andrew Lenton above in this thread.
    BUT Andrew's code will always prompt the user before closing the window and I do not want that. I want the user to be prompted only under scenario 2 listed below.
    Here's the 2 case scenario for exiting the application.
    1. If the user closes properly and uses exit form which fires all normal form triggers including post_form with it's call to close.html file.
    All uncommitted changes are saved or rollback and the users session is ended normally both on the database and in the application server.
    All browser windows will close, great all is good. And without Andrew's code the window will close but with Andrew's code the user will be prompted to close or not, if they select Cancel the window will remain but the applet has already ended so why prompt? ...This is what I want to avoid.
    2. In the forms app. if the user clicks the windows "X" close button with uncommitted changes. The browser just closes the changes are rollback without prompting the user to save. The users sessions are now lost and still running in the database and application server until they are timed out.
    If I use Andrew's code then the user will be prompted to continue to close or go back, if they click Cancel to go back then focus returns to the forms application and the user can continue to work. If the user clicks OK then the window closes and unfortunately their sessions are still lost until timed out.
    So what I desire is to add to Andrew's code to check if the embedded applet is still running and prompt the user to close or not accordingly.
    Something like:
    Basejini.htm like
    </HEAD>
    <SCRIPT LANGUAGE="JavaScript">
    function maximizeWindow()
    window.moveTo(0,0);
    window.resizeTo(screen.availWidth,screen.availHeight);
    function confirm(){
    If(document.embeddedapplet.closed())
    Win.opener = self;
    win.close();
    Else if
    event.returnValue = "Closing Forms Application. OK to continue?";
    </SCRIPT>
    <BODY %HTMLbodyAttrs%, onload="maximizeWindow()", onbeforeunload="confirm()">
    %HTMLbeforeForm%
    I hope this explains my requirements.
    David
    From: Oracle, Evelene Raechel 10-Oct-05 06:45
    Subject: Re : How to tell embedded jinitator applet is still running when window closed
    Hi,
    Note.199928.1 How to Alert User on Closing Client's Browser Window in Webforms
    Regards,
    Rachel
    From: David Wilton 11-Oct-05 17:40
    Subject: Re : How to tell embedded jinitator applet is still running when window closed
    I'm sorry this is not helpful at all.
    Note 199928.1 is only an alert which does not stop the closing of the window and still displays as an alert if the user does close properly using exit form ... so why would you want to display the alert then?
    This is exaclty what I do not want and why I want to determine if the applet is still running before displaying any kind of message.
    David
    From: Oracle, Evelene Raechel 17-Oct-05 12:23
    Subject: Re : How to tell embedded jinitator applet is still running when window closed
    Closing thread.
    Thanks,

    Hello,
    I had the same issue last year - wanting to provide a warning on closing the browser, but only if the Forms session is still running. The approach I took is described below, see also the thread where I originally posted this at Closing brower window
    Hi there,I've had a similar requirement - or rather, the two conflicting requirements: to warn when the browser is being closed, but for the app to be able to close the browser without a warning being fired.
    To always provide a warning when someone (the user or the Forms app) tries to go to a different page (e.g. your close.htm), use Javascript like:
    function confirmExit(){
    if(appletRunning==true) {
    msg="Closing this window or navigating to another page will end your SomeGreatApp session.";
    window.event.returnValue=msg;
    And make a call to confirmExit() in the onBeforeUnload event of your main page.
    You'll notice I first check an 'appletRunning' variable before displaying the warning. This Javascript variable is set to true by my app when it starts up, using an embedded Javabean that calls out to Javascript. Once that variable is set to true, then the warning will be displayed if the user tries to shut the browser by clicking on the 'x' button, or to go to a different URL.
    When my app is shutting down, it uses the same Javabean to set appletRunning back to false. It then navigates to a close.htm - which will be done without a warning being displayed.
    See Re: How can a Javabean call Javascript function of the basejpi.html?? for example code on how to call Javascript from a bean embedded in your Forms app.
    Hope these ideas help you out, it's worked for me (so far, anyway!!)
    James

  • Two master machine after reconnection

    We are using the Berkeley DB 5.1.19 with the standard replication manager.
    We test the given sample "excxx_repquote" in a two machine configuration ( one master and one slave)
    with the following configuration
    - ACK quoroum
    - nsite=1
    - priority =100
    - bulk=1
    -verbose on
    We try to disconnect the cable between the two machines, and check the machine state(MASTER/CLIENT) according to BDB Events.
    We notice that after disconnect the two machines became MASTER as expected but after reconnection the cable again
    sometimes they stay as MASTER without running into election process, and sometimes it work as expected (one became CLIENT)
    If we update the table on one of the machine it's automatically enter into election and finish well(one MASTER one CLIENT)
    Since our solution the database is not updated frequently, we want to know if there is another way to ensure to get to the correct state
    without develop a ReplicationMager based on the BDB BaseAPI .
    Here a sample of session when both machine stay master:
    LD_LIBRARY_PATH=/usr/local/BerkeleyDB.5.1/lib/ /root/RepQuoteExample -h /opt/bdb/ -l 2.0.0.110:12345 -r 2.0.0.210:12345 -a quorum -b -n 1
    [Node 1 - 2.0.0.210:12345]
    [1303813200:224828][6870/1114081600] excxx_repquote: init connection to site 2.0.0.110:12345 with result 115
    [1303813201:226494][6870/1114081600] excxx_repquote: handshake from connection to 2.0.0.110:12345 EID 0
    [1303813246:138904][6870/1103591744] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][11350]
    [1303813306:199920][6870/1103591744] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][11350]
    [1303813366:259927][6870/1103591744] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][11350]
    [1303813426:319924][6870/1103591744] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][11350]
    [1303813486:381340][6870/1103591744] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][11350]
    [1303813546:441939][6870/1103591744] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][11350]
    [1303813606:504223][6870/1103591744] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][11350]
    [Node 2 - 2.0.0.110:12345]
    [1303817756:737444][28294/1134483776] excxx_repquote: accepted a new connection
    [1303817756:737753][28294/1134483776] excxx_repquote: connection from 2.0.0.210:12345 EID 0 supersedes existing
    [1303817785:985872][28294/1123993920] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][10654]
    [1303817846:51545][28294/1123993920] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][10654]
    [1303817906:118202][28294/1123993920] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][10654]
    [1303817966:181879][28294/1123993920] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][10654]
    [1303818026:247542][28294/1123993920] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][10654]
    [1303818086:311201][28294/1123993920] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][10654]
    [1303818146:374885][28294/1123993920] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][10654]
    [1303818206:439538][28294/1123993920] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][10654]
    [1303818266:501207][28294/1123993920] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][10654]
    Here a sample of session that work as expected:
    LD_LIBRARY_PATH=/usr/local/BerkeleyDB.5.1/lib/ /root/RepQuoteExample -h /opt/bdb/ -l 2.0.0.110:12345 -r 2.0.0.210:12345 -a quorum -b -n 1
    [Node 1 - 2.0.0.210:12345]
    [1303813837:576838][9750/1085184320] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 28 eid -1, type star
    t_sync, LSN [1][13418] nobuf
    [1303813837:576970][9750/1102199104] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][11442]
    [1303813837:602837][9750/1112688960] excxx_repquote: init connection to site 2.0.0.110:12345 with result 115
    [1303813837:603267][9750/1112688960] excxx_repquote: handshake from connection to 2.0.0.110:12345 EID 0
    [1303813837:719943][9750/1085184320] excxx_repquote: bulk_msg: Send buffer after copy due to PERM
    [1303813837:719961][9750/1085184320] excxx_repquote: send_bulk: Send 252 (0xfc) bulk buffer bytes
    [1303813837:719969][9750/1085184320] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 28 eid -1, type bulk
    _log, LSN [1][13510]  flush perm
    [1303813837:719992][9750/1085184320] excxx_repquote: will await acknowledgement: need 1
    [1303813837:720330][9750/1154648384] excxx_repquote: /opt/bdb/ rep_process_message: msgv = 5 logv 17 gen = 26 eid 0, type du
    pmaster, LSN [0][0]
    [1303813837:759986][9750/1144158528] excxx_repquote: /opt/bdb/ rep_process_message: msgv = 5 logv 17 gen = 26 eid 0, type ne
    wclient, LSN [0][0]
    [1303813837:760054][9750/1144158528] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 28 eid -1, type news
    ite, LSN [0][0] nobuf
    [1303813837:760090][9750/1144158528] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 28 eid -1, type newm
    aster, LSN [1][13566] nobuf
    [1303813837:760123][9750/1144158528] excxx_repquote: NEWSITE info added site 2.0.0.110:12345
    [1303813837:760142][9750/1144158528] excxx_repquote: /opt/bdb/ rep_process_message: msgv = 5 logv 17 gen = 28 eid 0, type ne
    wmaster, LSN [1][12926]
    [1303813837:760155][9750/1144158528] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 28 eid -1, type dupm
    aster, LSN [0][0] nobuf
    [1303813837:760425][9750/1133668672] excxx_repquote: /opt/bdb/ rep_process_message: msgv = 5 logv 17 gen = 26 eid 0, type vo
    te1, LSN [1][12926]
    [1303813837:760525][9750/1133668672] excxx_repquote: Master received vote
    [1303813837:760540][9750/1133668672] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 28 eid -1, type newm
    aster, LSN [1][13566] nobuf
    [1303813837:760567][9750/1133668672] excxx_repquote: /opt/bdb/ rep_process_message: msgv = 5 logv 17 gen = 28 eid 0, type bu
    lk_log, LSN [1][13302] perm
    [1303813837:760575][9750/1133668672] excxx_repquote: Client record received on master
    [1303813837:760585][9750/1133668672] excxx_repquote: /opt/bdb/ rep_process_message: msgv = 5 logv 17 gen = 28 eid 0, type bu
    lk_log, LSN [1][13302] perm
    [1303813837:760592][9750/1133668672] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 28 eid -1, type dupm
    aster, LSN [0][0] nobuf
    Tue Apr 26 06:30:37 2011 - DB_EVENT_REP_PERM_FAILED.
    Tue Apr 26 06:30:37 2011 - Insufficient acknowledgements to guarantee transaction durability.
    [1303813837:771840][9750/1085184320] excxx_repquote: rep_send_function returned: 110
    [1303813838:822994][9750/1154648384] excxx_repquote: rep_start: Found old version log 17
    [1303813838:823207][9750/1154648384] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 28 eid -1, type newc
    lient, LSN [0][0] nobuf
    Tue Apr 26 06:30:38 2011 - DB_EVENT_REP_CLIENT.
    [Node 2 - 2.0.0.110:12345]
    [1303818383:768511][1697/1116809536] excxx_repquote: Repmgr_stable_lsn: Returning stable_lsn[1][11442]
    [1303818383:775392][1697/1106319680] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 26 eid -1, type sta
    rt_sync, LSN [1][12778] nobuf
    [1303818383:775924][1697/1106319680] excxx_repquote: bulk_msg: Send buffer after copy due to PERM
    [1303818383:775945][1697/1106319680] excxx_repquote: send_bulk: Send 252 (0xfc) bulk buffer bytes
    [1303818383:775953][1697/1106319680] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 26 eid -1, type bul
    k_log, LSN [1][12870] flush perm
    [1303818383:775975][1697/1106319680] excxx_repquote: will await acknowledgement: need 1
    Tue Apr 26 14:46:23 2011 - DB_EVENT_REP_PERM_FAILED.
    Tue Apr 26 14:46:23 2011 - Insufficient acknowledgements to guarantee transaction durability.
    [1303818383:828424][1697/1106319680] excxx_repquote: rep_send_function returned: 110
    excxx_repquote: can't read from site 2.0.0.210:12345: Connection reset by peer
    [1303818385:199669][1697/1127299392] excxx_repquote: Repmgr: bust connection. Block archive
    [1303818393:152555][1697/1127299392] excxx_repquote: accepted a new connection
    [1303818393:152902][1697/1127299392] excxx_repquote: handshake from idle site 2.0.0.210:12345 EID 0
    [1303818393:269644][1697/1158768960] excxx_repquote: /opt/bdb/ rep_process_message: msgv = 5 logv 17 gen = 28 eid 0, type b
    ulk_log, LSN [1][13510] flush perm
    [1303818393:269671][1697/1158768960] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 26 eid -1, type dup
    master, LSN [0][0] nobuf
    [1303818393:269882][1697/1158768960] excxx_repquote: rep_start: Found old version log 17
    [1303818393:270050][1697/1158768960] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 26 eid -1, type new
    client, LSN [0][0] nobuf
    Tue Apr 26 14:46:33 2011 - DB_EVENT_REP_CLIENT.
    excxx_repquote: ignoring event 4
    [1303818393:270161][1697/1179748672] excxx_repquote: starting election thread
    [1303818393:270209][1697/1179748672] excxx_repquote: Start election nsites 1, ack 1, priority 100
    [1303818393:270223][1697/1179748672] excxx_repquote: Election thread owns egen 27
    [1303818393:272244][1697/1179748672] excxx_repquote: Tallying VOTE1[0] (2147483647, 27)
    [1303818393:272270][1697/1179748672] excxx_repquote: Beginning an election
    [1303818393:272284][1697/1179748672] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 26 eid -1, type vot
    e1, LSN [1][12926] nobuf
    [1303818393:272310][1697/1179748672] excxx_repquote: Tallying VOTE2[0] (2147483647, 27)
    [1303818393:272320][1697/1179748672] excxx_repquote: Counted my vote 1
    [1303818393:272328][1697/1179748672] excxx_repquote: Skipping phase2 wait: already got 1 votes
    [1303818393:272337][1697/1179748672] excxx_repquote: Got enough votes to win; election done; (prev) gen 26
    [1303818393:272348][1697/1179748672] excxx_repquote: Election finished in 0.002117000 sec
    [1303818393:272358][1697/1179748672] excxx_repquote: Election done; egen 28
    excxx_repquote: ignoring event 5
    [1303818393:272386][1697/1179748672] excxx_repquote: Ended election with 0, e_th 0, egen 28, flag 0x2a2c, e_fl 0x0, lo_fl 0
    x4
    [1303818393:272411][1697/1179748672] excxx_repquote: Election done; egen 28
    [1303818393:272422][1697/1179748672] excxx_repquote: New master gen 28, egen 29
    [1303818393:272829][1697/1179748672] excxx_repquote: rep_start: Old log version was 17
    [1303818393:272836][1697/1179748672] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 28 eid -1, type new
    master, LSN [1][12926] nobuf
    [1303818393:272854][1697/1179748672] excxx_repquote: restore_prep: No prepares. Skip.
    [1303818393:273175][1697/1179748672] excxx_repquote: bulk_msg: Send buffer after copy due to PERM
    [1303818393:273184][1697/1179748672] excxx_repquote: send_bulk: Send 480 (0x1e0) bulk buffer bytes
    [1303818393:273190][1697/1179748672] excxx_repquote: /opt/bdb/ rep_send_message: msgv = 5 logv 17 gen = 28 eid -1, type bul
    k_log, LSN [1][13302] perm
    Tue Apr 26 14:46:33 2011 - DB_EVENT_REP_MASTER.
    Thanks in advance
    if any idea can be propose

    Some internal discussion about this reminded me about a much lower-overhead alternative to forcing a checkpoint. We have a rep_flush() API that simply rebroadcasts the last log record. This call will not increase the LSN or cause I/O. The rep_flush call is not documented but it is accessible to API users and its specification is:
    int
    DB_ENV->rep_flush(DB_ENV *env); 
    The only other suggestion we have is to add a third electable site to your replication group. This would insulate you from the single point of failure problems you are having with your two-site replication group.
    A two-site replication group is a special case for our replication implementation. If you have a single point of failure (one of the sites) you do not have a functioning replication group because you only have one site left. As you have seen, if the remaining site is not ready for replication (e.g. still in client sync) or goes down, you lose the replication group and possibly some data.
    If you add a third electable site to your replication group, then when one site is unavailable you still have a functioning replication group that can hold elections and maintain more than one copy of the replicated data.
    If you are absolutely confined to two sites, these are your alternatives:
    1. Use 2SITE_STRICT and reduce your replication group availability to guarantee no loss of data.
    2. Do not use 2SITE_STRICT and risk the loss of some data when a site rejoins the replication group.
    3. If you do not use 2SITE_STRICT and you want detection of DUPMASTER (split-brain) without application activity, you will have to provide your own workaround in the form of a periodic additional replication call. Hopefully, the rep_flush() call I mentioned above will be lower overhead for you.
    Paula Bingham
    Oracle

  • Oracle forms not opening after applying devoloper 6i patch 19 (P 9935935)

    Dear All,
    I have planned to upgrade forms version from 6.0.8.25 to 6.0.8.28 as followed the note      Upgrading Developer 6i with Oracle Applications 11i [ID 125767.1]
    and applied the Patch 9935935 after this we have not open the forms and Open the all three windows as normal but after third window we are not able to get any forms window.
    what is the problem we can not find any errors and remain applications services are running fine..
    please give me solution for this??
    Thanks in advance...

    Hi Hussein,
    Thanks for quick response..
    yes, all patches has been applied successful and we are not get any error in Apache log file..
    below the Java console error:
    Oracle JInitiator: Version 1.3.1.21
    Using JRE version 1.3.1.21-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\mu34835
    User has overriden browser's proxy settings.
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\mu34835\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar to JAR cache
    Deleted glahelib.jar-5452fb74-2d4101e0.zip from JAR cache
    Deleted glahelib.jar-5452fb74-2d4101e0.idx from JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar to JAR cache
    connectMode=Socket
    serverHost=oraapps03.emri.net
    serverPort=9009
    Forms Applet version is : 60828
    java.lang.NoClassDefFoundError: com/trend/iwss/jscan/runtime/Session
         at oracle.forms.handler.UICommon.<clinit>(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.engine.Runform.registerHandlerClass(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Yes, auto config successfully completed
    Thanks,

  • Assignment Window Closed

    After insert employer information in assignment window (GOSI Details saudi arabia) the window closed suddenly.
    any hints

    The problem that i should enter this type of information (GOSI) .
    Emp A when i insert GOSI Info and commit form its close .
    Emp B if GOSI Info missing i can open Assignment window without any problem.
    Also the assignment window in fastpath after serching its close immediataly.
    Regards.

  • Form setting change after logout or after change password

    Hi,
    Some user had the experienced that their customized form setting restore to default or doesn't work at all after they logout and login again.
    However some of the user experienced it only after password change.
    Can this be avoided? By logic, it should not restore to previous setting after the changed had been made, isn't it?
    Thanks

    Hi Olga
    Please read SAP Note 715714 and 1951776, this is a system bug that is fixed in SAP version 9 higher patch level.
    Workaround:
    Whenever there is a need to modify the List of Items Form Settings Display, please ensure all users are logged off from SAP Business One program except for the user who is changing the List of Items Form Settings Display as the last SAP User who logout subsequently will override all earlier changes saved by the previous SAP User. 
    For example if there are three sessions open and one of the Users makes the changes on the first session, saved these changes and logged off, they will not be applied properly because by closing the other two session/instances afterwards over-rides all earlier changes.
    Kedalene Chong

  • Forms window wont close

    Hey guys. I keep on running into this problem with forms windows not closing consistently. Sometimes it closes and sometimes i have to minimize, then close or minimize, re-open and close. And sometimes I can just wait for a little bit and close the window...
    The application is ran by a form which serves as a menu and opens other forms. Im on forms version 10g, and database 9i... anyone ran into this problem before?
    Mo

    Don't know if it's related, but if you close Firefox it tries to shutdown the Forms applet nicely and thus shutting down can take a couple of seconds if a lot is going on in the exit-form, etc.
    Internet Explorer does not do this and just kills the JVM. That leads to idle sessions on the application server that will eventually be removed when the server discovers they are idle.
    Perhaps there is something going wrong in the shutdown code when using Firefox. You could have to try and see what is causing this. Perhaps start removing triggers from the Form that might fire when closing the form (validation, etc.)
    PS. Are you sure you are using JInitiator in combination with Firefox. As far as I know that's a rare combination and most Firefox users will use Sun JVM. Also be sure that you require a rather new version of JInitiator and patchset 2 of Forms (10.1.2.2.0) to be certified to run JInitiator with Firefox. See http://www.oracle.com/technology/products/forms/htdocs/10gR2/clientsod_forms10gR2.html for more details.

  • Open Form and code after call

    Hi
    My application has forms which calls other forms on a button click.
    I have my code like this
    1. CALL_FORM(.....
    2. After cal form there is some code which need to execute after the called form is closed.
    Now I am making the app multi window and so is changing call form with OPEN FORM. Now I see that the step 2, ie the code after the OPEN FORM is not executing.
    Why is this so? Any workarounds?
    Regards
    Sajan

    Hi
    I am not sure if this is of any help, but at least may help to clarify what is going on...
    From the Forms online help:
    When you open a form with ACTIVATE specified (the default), the opened form receives focus immediately; trigger statements that follow the call to OPEN_FORM never execute. When you open a form with NO_ACTIVATE specified, trigger statements that follow the call to OPEN_FORM will execute after the opened form has been loaded into memory and its initial start-up triggers have fired.
    Rgds
    Luis

  • Error While opening a JSP page from inside form window

    Hi,
    I am using Oracle EBS 12.0.4 and using IE 7 as my browser.
    Now when i am trying to open a jsp page form EBS Home page (after login) it is opening perfectly.The problem occurs when i tried to open jsp pages from inside form window.
    E.g. From the home page when i tried to open a jsp page "Control Purchasing Periods" which is assigned in one of our custom responsibility(Manager Systems-->PO Super User-->Set up-->Financials-->Accounting-->Control Purchasing Periods) it opens a new log in page for the EBS. When i logged in it is showing
    Error
    You have insufficient privileges for the current operation. Please contact your System Administrator. Same is happening when i am trying to open User Page form user management responsibility from inside a form window.Where as it is opening fine from home page.
    Please help.

    Hi, hueesin
    in error log i got this 4 new lines while performing the transaction from my host
    [Thu Dec 30 13:27:39 2010] [error] [client 172.16.6.144] [ecid: 1293695859:172.16.48.61:25634:0:8748,0] Directory index forbidden by rule: /dev02/KMCTEST/apps/apps_st/comn/java/classes/
    [Thu Dec 30 13:27:40 2010] [error] [client 172.16.6.144] [ecid: 1293695860:172.16.48.61:25328:0:8829,0] Directory index forbidden by rule: /dev02/KMCTEST/apps/apps_st/comn/java/classes/
    [Thu Dec 30 13:28:06 2010] [error] [client 172.16.6.144] [ecid: 1293695886:172.16.48.61:25654:0:9225,0] File does not exist: /dev02/KMCTEST/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Thu Dec 30 13:28:06 2010] [error] [client 172.16.6.144] [ecid: 1293695886:172.16.48.61:25654:0:9226,0] File does not exist: /dev02/KMCTEST/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.propertieswhile in access log i got
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "POST /OA_HTML/OA.jsp?page=/oracle/apps/fnd/sso/login/webui/MainLoginPG&_ri=0&_ti=587084970&language_code=US&requestUrl=http%3A%2F%2Fkmctapp2.kmc.com%3A8005%2FOA_HTML%2FRF.jsp%3Ffunction_id%3D2014%26resp_id%3D50670%26resp_appl_id%3D7000%26security_group_id%3D0%26lang_code%3DUS%26params%3Df7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0%26oas%3DAuZa28Bnhl7glqYyqXbjsg..&cancelUrl=http%3A%2F%2Fkmctapp2.kmc.com%3A8005%2FOA_HTML%2FAppsLogin&langCode=US&oapc=2&oas=rucHEnmoEQ25-3xRNnl0ZA.. HTTP/1.1" 302 708 1 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=28636&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=Br702.NFW.nrlg1EodytbsK-Dc1k9ERgGeColziC.cPOIi7hiyjaPiR6AJ7.Lk4IUbiFt8MZ-sww1yPk9nLXIYqdPHfttMeywkt5IQhVsrG8Y9M-0CrrcAU8ZntmtaFjlkc2vXbUaot6TQpdqAPHJyaJn6YLsew516hhfiB2xemOmo6e-.WpPrlXfvBQG.XVr-Z8y-V4uRkwwHgWHTK.ju6jLsF35BmqTRszq39cgoHe38QZqjtonDRWgTFzvxooOAmX1EHPfxfMz88uKnVWnnzU-4996ZD8e3X0Dagp19gjOYgefJlT1fTUaFvMo3cP.-7Ypt0s4Cck.GhdFOnHRK1Ok6KdvnjFyjK-WHCy4ZHCvw3NZPREYBngqJc4gvnDziIu4Yso2j4kegCe-i5OCFG4hbfDGf7MMNcj5PZy1yFwJ8GIMHyNmCAg9Yo1bXn5cTHOy7xYWHyOD5.ax3JG6Q&oas=W0vxAqkroMB_7DgeNPZhYw.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.. HTTP/1.1" 200 7534 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=28636&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=Br702.NFW.nrlg1EodytbsK-Dc1k9ERgGeColziC.cPOIi7hiyjaPiR6AJ7.Lk4IUbiFt8MZ-sww1yPk9nLXIYqdPHfttMeywkt5IQhVsrG8Y9M-0CrrcAU8ZntmtaFjlkc2vXbUaot6TQpdqAPHJyaJn6YLsew516hhfiB2xemOmo6e-.WpPrlXfvBQG.XVr-Z8y-V4uRkwwHgWHTK.ju6jLsF35BmqTRszq39cgoHe38QZqjtonDRWgTFzvxooOAmX1EHPfxfMz88uKnVWnnzU-4996ZD8e3X0Dagp19gjOYgefJlT1fTUaFvMo3cP.-7Ypt0s4Cck.GhdFOnHRK1Ok6KdvnjFyjK-WHCy4ZHCvw3NZPREYBngqJc4gvnDziIu4Yso2j4kegCe-i5OCFG4hbfDGf7MMNcj5PZy1yFwJ8GIMHyNmCAg9Yo1bXn5cTHOy7xYWHyOD5.ax3JG6Q&oas=W0vxAqkroMB_7DgeNPZhYw.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/t.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/errorl.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/navBarUnderTopTabsBg.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/footerBg.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"

  • Let ff auto delete file from c:windows\temp after download?

    Say you download a rar file. firefox builds the file first in C:\windows\temp as it download to completion. Then FF COPIES this file to the destination folder which could be on another drive. BUT FF never deletes this temp-file in c:windows\temp after copying. And you can NOT delete this file temp-file until you close FF. Deleting browser history temp files using ctrl-shift-del does not work.
    Why is this?
    Say I download many rar files at once. After each file completes firefox cCOPIES them to the destintaion directory. Again they go to another drive. BUT FF never deletes the temp-files form c:\windows\temp after completion of download and copying to the destintaion folder. UNLESS you close firefox.
    Meanwhile this can clog up my small SSD drive which is only 20GiB
    Need workaround please?

    OK you developers are such autistic a**holes. I just tried to manually delete the temp files FF makes when downloading files from c:\windows\temp. This did not free up space there's still the same amount of space left (163MB) on my SSD as before deleting the tempfiles form this dir. WTF is this?

  • Third-party cookies: Should I be concerned that I am forced to accept in order to access a site, if I delete them after every Firefox session?

    Friday 16 August, 2012
    My internet service provider (https://my.gci.net/) blocks my entry to eMailGuard (a GCI spam and virus isolator) when I have third-party cookies disabled
    When I allow third-party cookies I am able to access eMailGuard. I have used GCI eMailGuard and Firefox together for years and have had no such difficulty in the past.
    This problem commenced 2-3 weeks ago.
    I have followed all directions at http://support.mozilla.org/en-US/kb/websites-say-cookies-are-blocked-unblock-them to clear all cookies and cache, with no change. Also, my default setting (see below) is to “Clear history when Firefox closes.” If I understand correctly, clearing history will also clear cookies and cache, so I do it every time I close Firefox.
    Has Firefox changed third-party cookies parameters recently? GCI of course claims this is a browser issue. Should I be concerned about third-party cookies if I delete them after every Firefox session? Any comments or thoughts are greatly appreciated.
    My current version is Firefox v.14.0.1
    My Privacy settings are:
    • Tools\Options\Privacy
    • Use custom settings for history
    My selected (checked) custom settings are as follows:
    • Remember my browsing history
    • Remember download history
    • Remember search and form history
    • Accept cookies from sites (third-party cookies not selected)
    • Keep until: I close Firefox
    • Clear history when Firefox closes
    Thanks,
    James Lavery
    Anchorage, Alaska
    ISP my.GCI.net

    ''Keep until: I close Firefox''
    That's what I use for all cookies. If you start a new session every time you start Firefox, i.e., you don't resume the same session over and over, websites cannot track you 'across sessions' using cookies; you are a new person to them during each session (unless/until you log in).
    Note that "Flash cookies" need to be managed separately.
    As for this particular site, if you want to spend some time research it, you could install an add-on such as Firebug or the external Fiddler2 proxy. Both will show you each request made by the browser when you load a page. Then you can see which third party sites are involved and if you like make a specific entry to allow them in the Exceptions dialog.
    * https://addons.mozilla.org/en-US/firefox/addon/firebug/
    * http://www.fiddler2.com/fiddler2/ (more difficult to use for HTTPS sessions)

  • Cannot open/view/access interactive pdf form on iMac after updating Adobe Reader to 11.0.06.70

    Cannot open/view/access interactive pdf form on iMac after updating Adobe Reader to 11.0.06.70. Please help!

    Here is what it says:
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by visiting http://www.adobe.com/products/acrobat/readstep2.html.
    For more assistance with Adobe Reader visit http://www.adobe.com/support/products/ acrreader.html.

Maybe you are looking for

  • Safari 5.0.6 crashing - 'FlashPlayer-10.4-10.5 plugin' error

    Like many others, I am having problems with Safari crashing and giving an error related to the FlashPlayer plug-in. I am posting the report below - any help would be appreciated, since none of the other responses on this board were applicable to my s

  • Help!  Is DDM the tool for me ?

    I'm stepping into two large and complex databases with many tables and much linkage. (running over Oracle 10) I'm going to be implementing multiple sites with clones of these databases - but each site will have a subset of the total data. The data is

  • MIRO-Un planned cost

    Hi,   what is impact of following scenario. GR date and qty 20/05/2008 and material A:qty: 100 material B:qty: 100 MIRO: on 30/05/2008 qty: 100 during miro creation in that particular plant there was only 50 qty of material A ( rest of the stock is c

  • Coherence version mismatch

    Hi , I have a scenario where I run a bunch of coherence jvms in a cluster. There is a slight mismatch in coherence version on the data nodes (3.5.3/465 p2) & that of the non-storage nodes (3.5.3/465). I intermittently see issues which prevents the ma

  • Problem configing WLS 9 WS Security samples w/ new keys

    I am trying to modify the WebLogic "samples" webservices/security_jws example in Weblogic 9 to use a user-defined keystore and keytool generated keys and certs. So far I have modified to code to pull encoded certs from a keystore instead of the provi