Run same 9i forms servlet in different browser windows

Hi all,
I'm using Oracle9iAS Forms Service to deploy the forms. The problem that I have, is that I'm not able to run the same forms 9i servlet in two different browser windows.
I'm able to run the 9i test form with the following URL in browser window one: http://HOST:PORT/forms90/f90servlet
When I then try to run the same URL in a second browser window I get the following error:
FRM-92050: Failed to connect to the Server: /forms90/l90servlet:-1
Details...
Java Exception:
oracle.forms.net.ConnectionException: Connection from new browser window not supported
I'm using Jinitiator 1.3.1.9 to run the forms.
Thanks,
Oliver

Iam trying to work with menus.
I have created a menu item EMPLOYEE and calling the employee form like this
BEGIN
     RUN_PRODUCT(FORMS, 'EMPLOYEE', SYNCHRONOUS, RUNTIME, FILESYSTEM, '', '');
END;
But what happens is iam getting the error
FRM-92101: There was a failure in the form server during the startup. This can bappen due to invalid configuration. Please look into the webserver log file for detail.
Oracle.Forms.Net.ConnectionException: Connection for new browser window not supported.
Following is the content of Application.Log
06/12/16 16:59:08 Started
06/12/16 16:59:24 formsweb: jsp: init
06/12/16 16:59:24 formsweb: frmservlet: init
06/12/16 16:59:24 formsweb: FormsServlet init():
configFileName: D:\DevSuiteHome_1/forms/server/formsweb.cfg
testMode: false
06/12/16 16:59:24 formsweb: Started
06/12/16 16:59:33 formsweb: lservlet: init
06/12/16 16:59:33 formsweb: ListenerServlet init()
06/12/16 17:06:43 formsweb: Connection from new browser window not supported
06/12/16 17:06:57 formsweb: Connection from new browser window not supported
06/12/16 17:13:24 formsweb: Connection from new browser window not supported
06/12/16 17:14:07 formsweb: Connection from new browser window not supported
06/12/16 17:15:57 formsweb: Connection from new browser window not supported
This happens when i try to run more than one form in a browser.
When i try to run the employee form seperately i have no problem
Iam using Forms [32 Bit] Version 10.1.2.0.2 (Production)
can you help in this.

Similar Messages

  • Different browser windows share the same JVM

    Hi there !
    Running the same applet in different browser windows
    (Netscape 4.72 - Plug-in 1.2.2) appears to use the same JVM. When I see the process list from the OS (Windows Task Manager) I see only one Netscape Process.
    This is causing me a lot of problems, because the applet opens a socket connection with the server.
    Since all applet instances running in different browser windows each one, are executing on the same JVM, all messages they send to the server goes through the SAME socket connection, turning the server in an inconsistent state.
    Is it possible to start a completly new browser
    process in order to have each applet instance running in a different JVM ?
    TIA for any help

    Not much help for you but I've had the same problem over here ... and we could find nothing to improve this.

  • Running same backup script on two different Databases

    Hello All,
    I am running same backup script on two different Databases.
    But output is different.
    Please give me your feedback.
    1) Database 1:
    OS: AIX
    DB: 10.1.0.4.0
    Script:
    export ORACLE_SID=sid1
    cd $ORACLE_HOME/bin
    ./rman nocatalog << EOF
    connect target
    ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE disk;
    configure controlfile autobackup on;
    backup as compressed backupset database plus archivelog delete input;
    delete noprompt obsolete;
    exit
    EOF
    6 Files created:
    -rw-r----- 1 oracle dba 4140032 Jun 19 00:00 uvhlvjs8_1_1
    -rw-r----- 1 oracle dba 38029824 Jun 19 00:00 backup_uuhlvjs8_1_1
    -rw-r----- 1 oracle dba 781287424 Jun 19 00:20 v1hlvjsk_1_1
    -rw-r----- 1 oracle dba 578027520 Jun 19 00:23 backup_v0hlvjsk_1_1
    -rw-r----- 1 oracle dba 1222656 Jun 19 00:23 backup_v2hlvl7r_1_1
    -rw-r----- 1 oracle dba 4259840 Jun 19 00:23 c-1052429639-20060619-00
    -rw-r----- 1 oracle dba 4177920 Jun 19 00:23 SNAPCF_ATHENA.F
    2. Databse 2:
    OS: Linux (SLES 8)
    DB: 10.1.0.5.0
    Log Archive Filename Format: %t_%s_%r.dbf
    2 files created:
    1_17804_535674251.dbf 1_17837_535674251.dbf SID_2chlmrrl_1_1.1
    1_17805_535674251.dbf 1_17838_535674251.dbf SID_2dhlms8c_1_1.1
    I am also getting dbf file every one hour as below:
    1_17868_535674251.dbf
    DN

    waiting for reply

  • Load balancing 10g forms - Connection from new browser window not supported

    Load balancing 10g forms - Connection from new browser window not supported
    We're experimenting with using webcache to load balance between multiple applications servers running OC4J forms processes.
    We currently have one machine with infrastructure and mid-tier (BI & Forms) installed, which is being used for the webcache functionality, this is load balancing between 2 other servers each of which just have the mid-tier (BI & Forms) installation
    In order to get this to work, I had to follow the instructions in the Forms deployment guide : http://download-uk.oracle.com/docs/cd/B14099_11/web.1012/b14032/tuning.htm#sthref707
    The main gist of this is that you need to set the following in the orion-web.xml file in order that the sessions are maintained:
    <session-tracking
    cookies="enabled">
    </session-tracking>
    This all works fine in most cases.
    The problem I am having is if I do one of the following on the client machine:
    1) From IE6 / IE7 run a copy of a forms application. Then open a new window using the "New Window" menu option, and attempt to run another forms application.
    2) In IE7 or Firefox 2.0 open a copy of the forms application, and then open a new tab and try and open another forms application.
    If I try either of these I get a FRM-92101 error, and the following is displayed in the java console:
    oracle.forms.net.ConnectionException: Connection from new browser window not supported
    From trawling various forums (including metalink and otn) it looks like a problem with the way coockies are handled.
    Unfortunately the usual workaround is to ensure that the session tracking option in the orion-web.xml file is disabled.
    The problem is that I need this enabled in order for the load balancing to work.
    Does anyone know of any other workarounds or patches that might help resolve this?
    We're using Application server 10.1.2.0.2 running on windows 2003 servers.

    You were right. Carriage returns were stopping it from working (the document is laid out over separate lines, so I assumed it would make no difference...).
    I've now managed to get it so the forms at least run, but they are all being run in the forms OC4J instance on the same machine as the OHS.
    Has anyone actually managed to get this to work, or am I doing something wrong?
    I did wonder if using an OHS instance on a machine with no forms installation would make any difference?
    I had raised a support call via metalink on this subject, but they eventually came to the conclusion that the only way to do this is with a hardware load balancer (Despite several documents suggesting that webcache is the way to go (including the forms deployment manual)).
    I'm at the point now of giving up and writing some custom scripts to do the job instead...

  • How does a servlet close the browser window?

    How can a servlet close the browser window it is running in?

    I'm running the servlet by calling it in a browser window, passing parameters using POST, with the parameters appearing at the end of the url.
    Is there another way to run the servlet, without it affecting the browser window? That would be a better solution.

  • How to display the same content in the two different main windows?

    Hi experts,
    How to display the same content in the two different main windows?
    Thanks in advance.
    sarath

    Hi
    Sorry but you can't have two main windows in sapscripts.
    Regards
    Gregory

  • How to get header to stay centered on different browser window sizes

    Hi,
    Is there a way to change the header design so it stays
    centered and moves to accommodate different browser window sizes?
    Right now, it stays where it is, and everything else moves and
    stays centered as window size changes. I'm a new Dreamweaver user.
    the url is
    http://ellifolks.com/
    I tried changing the template I made for the site, and was
    able to delete some things, but it won't let me add things now. I
    can't undo to where it started, either. I tried doing a second
    template. Now I can't save anything -- I get a message saying
    "sharing issues".
    Thank you.

    Combining absolutely positioned elements with centering
    tables (as you have)
    accounts for about 20% of the posts on this forum. It's
    commonly done
    because it seems so easy. This is one of the penalties you
    pay for taking
    that easy road.
    The answer to your question is yes, you can do this.
    1. Make this image the page background -
    http://ellifolks.com/images/ellifolks_web_header_repeat.gif
    - and use CSS to
    give it a style of background-repeat:repeat-x.
    2. Place your assembled header within a STATIC div (i.e., NOT
    a layer) at
    the top of the page by changing this -
    <div id="apDiv1"><img
    src="images/dots_header_left.gif" width="175"
    height="192" alt="dots left" /></div>
    <div id="apDiv2">
    <div align="center"><img
    src="images/header_animals_logo.gif" width="759"
    height="195" alt="ellifolks logo" /></div>
    </div>
    <div id="apDiv3"><img
    src="images/dots_header_right.gif" alt="dots right"
    width="175" height="192" /></div>
    to this -
    <div id="header"><img
    src="images/dots_header_left.gif" width="175"
    height="192" alt="dots left" /><img
    src="images/header_animals_logo.gif"
    width="759" height="195" alt="ellifolks logo" /><img
    src="images/dots_header_right.gif" alt="dots right"
    width="175" height="192"
    /></div>
    3. Add this to your CSS -
    #header { width:1109px; margin:0 auto; }
    That should do the trick.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "zinnia3" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi,
    >
    > Is there a way to change the header design so it stays
    centered and moves
    > to
    > accommodate different browser window sizes? Right now,
    it stays where it
    > is,
    > and everything else moves and stays centered as window
    size changes. I'm
    > a
    > new Dreamweaver user. the url is
    http://ellifolks.com/
    >
    > I tried changing the template I made for the site, and
    was able to delete
    > some
    > things, but it won't let me add things now. I can't undo
    to where it
    > started,
    > either. I tried doing a second template. Now I can't
    save anything -- I
    > get a
    > message saying "sharing issues".
    >
    > Thank you.
    >
    >

  • Firefox runs as process, but won't launch browser window

    When I try to open Firefox I can see that the process is running in my task manager, but no browser window launches. I 've uninstalled and re-installed FF. I've also re-named my mozilla application data folder so it creates a new user profile before doing a fresh install. None of this helps.
    == This happened ==
    Every time Firefox opened
    == A week ago. Not sure what changed ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4

    You need to make sure the operating system has a default browser.
    * http://kb.mozillazine.org/Default_browser

  • Cache problem for servlet opening new browser window

    Requirement:
    I have JSP page say summary.jsp with link "print account summary"
    When user clicks on this link, new browser open with PDF document of summary.jsp
    This new browser window should not have address bar and toolbar.
    Solution:
    Servlet called PrintSummary which sets contenttype=application/pdf and sends the data to outputstream.
    href of link is
    Java script function is:
    function openWindow(url){
    window.open(url,'blank','toolbar=no')
    Problem:
    Since the URL of this new window is
    http:// host:portnumber/PrintSummary
    Even if I click the "Print summary" link for account2,
    being the same URL (http:// host:portnumber/PrintSummary) it accesses the existing page in the cache which is created for account 1.
    In href if I just use servlet url as
    I get the expected behaviour but then I don't have control on browser appearance and browser window will be with address bar and toolbar.
    The only option I could think of was changing URL as follows:
    <% String url ="javascript:openWindow('PrintSummary? var1="+ Math.random()+"')";
    So that URL is different all the time
    Is there any way to solve this problem?
    Thanks in advance
    M.

    I'd definitely try to use a Flex popup... but the
    flash.net.navigateToURL method is a simple way to open a popup
    window in a new browser. You can pass any data needed by the new
    page using the URLRequest and/or URLVariables. The URL you navigate
    to could, of course, be another Flex application if necessary. I
    use this only when I need to open a popup window on another site,
    or an HTML formatter report or something similar.
    Concerning yourself with the size of the popup window may be
    a bad design choice also. I, for example, have my browser
    configured to open all popups in a new tab regardless of sizing
    constraints imposed by the designer. If it is absolutely necessary
    for you to have control over the size of your popup window, you
    should follow the advice given by others and use a Flex
    popup.

  • Exchanging data between different browser windows

    Hi,
    It´s possible to eschange data between iviews that are in diferrent browser windows, using databag or Portal event functions?
    I want do save data in Databag or fire a event in Webdynpro application. After it, another application (webdynpro for java) will execute in another browser window,  reading the databag or handling the event.
    Both the application are in the Portal.
    Thanks,
    Márcio

    Should be possible if you can read & write to cookie from the application. Assuming both the instances are running on the same system.
    If you are using Portal Components ( JSPDynpage etc) then you can declare USER SPECIFIC personalization properties & this can store data . Since its personalized is can be read only by the logged in user, from either browsers.
    Greetings
    Prashant

  • How do I run an applet in full size of browser window?

    When I run an applet in the browser, I have to specify the width and height for the applet. How do I tell the applet to use the full size of browser window?
    Does anybody have experience on it?
    Thanks!

    Guys,
    I have found a solution already. The key is to specify percentage in width and height value. For example, width="100%" height="100%". There you go!
    Jet Wu

  • Opening a servlet in new browser window

    Does anyone know how you can make a servlet open in a a new browser window when clicking a link for that servlet.
    cheers

    Hi..
    do
    window.open("http://localhost:8080//yourservlet-path//servlet-name");
    you can also set window properties, they are passed as parameters to window.open
    see syntax of window.open. but this thing will open your servlet in a new window with default properties.

  • Template Images Move w/ Different Browser Window Sizing

    I need to know if it is possible to "lock" the images I have
    in my template so that when the browser window is resized the
    elements do not move and relocate themselves. If the window is
    sized down I just want it to cut off the images. Anyone have any
    suggestions? The help is greatly appreciated.

    Did you see my previous extensive reply?
    Suggestion 1: it's a bad idea to use file/pathnames that
    contain spaces (or
    any punctuation other than hyphen or underscore) like this -
    background-image: url(../images/IW%20background%20file2.jpg);
    ../images/top row/toppic3.jpg'
    -----------------^
    Suggestion 2: The indent icons are NOT appropriate for
    general layout. The
    have a SEMANTIC meaning (what is contained within them should
    be quoted
    material)....
    <blockquote>
    <p><a href="#" onmouseout="MM_swapImgRestore()"
    Suggestion 3: When you want help with a layout problem, the
    best bet is to
    upload the offending page and post a link to it, rather than
    to just paste
    the code into a reply.
    Suggestion 4: All layout problems are related to a) the HTML
    markup you have
    on the page, and perhaps b) the CSS that cascades into that
    markup. Most of
    the answers given here will be given referencing HTML/CSS
    markup. To
    understand the answers that are given, you will need to have
    some
    understanding of HTML and CSS (and you will *definitely* need
    this to work
    effectively with DW). So -
    The images across the top of your page are simply adjacent
    image tags
    contained within anchor tags, which are all contained within
    a single
    paragraph tag, within a blockquote tag, directly within the
    body of the
    page, e.g.,
    <body>...<blockquote><p><a><img></a><a><img></a><a><img></a><p>
    The <blockquote> tag is a block tag. A block tag fills
    the width of its
    container, whatever that might be. This <blockquote>
    tag, therefore, will
    therefore reach from the left page margin to the right page
    margin, because
    it is only contained within the <body> tags - i.e.,
    there is no container
    wrapping the <blockquote> other than the
    <body></body> tags. As the browser
    viewport width changes, the space between the page's left and
    right margins
    changes concommitantly, reducing or enlarging the amount of
    space in which
    the <blockquote> tag sites. Thus, the effective width
    of the blockquote tag
    is affected immediately by the browser viewport width. In a
    similar
    fashion, the <p> tag, also a block tag, changes its
    width to accommodate the
    flexing of the viewport window. Since the images are just
    arrayed in
    adjacent locations within that <p> tag, if the width of
    the <p> tag is less
    than the aggregate width of the images, then the images will
    wrap to the
    next line.
    Is that the "motion" you are seeing? If so, it's unrelated to
    the
    incidental fact that the page is also made from a Template.
    You can fix this with a bludgeon or a scalpel.
    Bludgeon: Use CSS to give that <p> tag an explict
    width, and to set overflow
    to hidden, e.g.,
    <p style="width:969px;overflow:hidden;">....
    Scalpel: Redesign the page layout....
    Hope that helps.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "dbodrero" <[email protected]> wrote in
    message
    news:[email protected]...
    >I posted the code from one of the pages having the
    problem above. Is this
    >what is needed to look at or do we need to look into the
    code for the
    >template page? Thanks.

  • CXML Punchout to Supplier returns in different browser window.

    After checking out from suppliers shopping cart, when returning to iProc, it creates a new browser window and leaves the suppliers site open. How can I make the punchout return to the original window from where I executed the supplier punchout. We are on R12 using IE8, cxml
    thanks R

    Hi
    Raised a SR before posting here. Our implementation is with CXML so don't want to muddy the waters with XML. The cxml to set up the handshake with the supplier is PunchOutSetupRequest. I want to catch this chunk of cxml before we send it to the supplier. The relevant code in PunchOutSetupRequest is <Extrinsic name="FormpostTarget">_self</Extrinsic>
    If we replace the self with parent then the call back from the supplier opens in the correct window, but I don't want to custom any code - must be possible to amend the attribute for FormpostTarget
    tks R

  • Running same scenario in parallel for different values

    Hi all, I have a requirement that,on a high level, calls for running a scenario "in parallel" for a set of values that are passed into it. To break it down, say you have a scenario that does some processing (could be anything), and in order to do this processing, it needs a list of values (say 1, 2 and 3). What we need is that the scenario runs for these three values at the same time, the reason being it may run 10 mins for 1, 20 mins for 2, and 10 mins for 3 and we don't want to wait for it to finish for 1 and move onto 2 and finish 2 and then move on to 3. In order to test this can be done, ideally we'd like to see in the operator that when the scenario is kicked off, it is running for all three values simultaneously. Please gurus, if there is any way this can be achieved, do let me know.
    Thanks so much!

    Hi Bhabani, Thanks for your response. I think you've understood the requirement perfectly. It will generate different sessions for each loop. What I'm trying to test here is whether each of those sessions will be launched at the same time. Using the asynchronous mode should, in theory, ensure that they are but how can we verify this? Is there anything we can include in the package (maybe some Odi Tool) that will visibly show that all the sessions have been kicked off?
    Appreciate your help!

Maybe you are looking for

  • Page as portlet

    Hi. I've made a page with 3 tabs and made the page a portlet. Upon displaying the portlet on the main page it won't display the content of the portlet's tab until I click one of the other 2 tabs of the portlet, and then click the first tab. Has anyon

  • SQLSever2000 Migration hangs

    I am trying to migrate sql2k database to O9i using OMWB 2.0.2.0.0 Before I ran sp_changedbowner('sa') on the sql server I was getting many errors in capturing the system tables. Now it just hangs on 'Capturing Loading SS2K_SYSCOMMENTS' with jwre usin

  • Error passing data to port

    Hello, I use extractor 1_CO_PA1100V04. I see that data are uploaded. Diagnosis - current process not finished : Number of records like that 15.42:10 (68888 from 0 records) Errors in details : sent, not arrived; Error passing data to port Selected num

  • Where does these web services reside???

    Hi all !!! I am damn new to ESOA and Web services concepts.... I am working in PI 7.1. I would like to use the existing web services that are reposited by SAP Labs..But I am unable to find them in My PI 7.1 pack....Actually where do they exists?? How

  • Problem running VKM2 (RVKRED03) in background

    HI Whenever I try to run VKM2 (RVKRED03)  - Released SD Documents, with a Variant, in the background... I am not getting a spool created, no data is being produced It is OK when running in the foreground Does anyone have any idea on why this may be h