Open Script Loadtesting for Peoplesoft application

Hi,
I have recorded a Web/HTTP loadtesting script for peoplesoft using Open Script *9.0.0.0 Service Release 1*.
When i replay the script at one of the steps where i provide the user input i receive this message.
Failed to solve variable web.option. using path .//OPTION[text()='=']/@value
oracle.oats.scripting.modules.http.api.exceptions.SolveException: Failed to solve variable web.option. using path .//OPTION[text()='=']/@value
     at oracle.oats.scripting.modules.http.api.exceptions.SolveException.createSolveExceptionPath(SolveException.java:94)
     at oracle.oats.scripting.modules.http.api.HTTPService.solveXpath(HTTPService.java:578)
     at script.run(script.java:268)
     at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:268)
     at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:645)
     at java.lang.Thread.run(Thread.java:619)
It would be great if someone can direct me in the right direction.
-Nishant

So the real question is when you playback is the element referenced in the error there on the page sent back by the server. A fail to solve issue is a parsing problem as the script looks for a potentially dynamic value. If that value can not be found then the exception is generated. I generally try to get to the bottom of this type of error by examining the returned page and comparing it to the page seen during the originally recorded. If they are different then I look to the navigation that brought me to the page - perhaps the error is the side effect of a bad navigation, perhaps there is a data dependency, etc .....
So, are the pages the same?

Similar Messages

  • Open Source- WebAnalytics - for weblogic Portal Appliccation

    Hi All,
    I am using Weblogic portal 10.2
    I have developed a site , in portal 10.2
    I want to integrate webanalytics to my application.
    Did any one intergrated Open source Webanalytics for portal application
    I can see "AWstats" , but if you have used other than this let me know..
    Thanks & Regards
    Srinivas

    Hi,
    I tried creating a simple JSF portlet and I can able to register and it is working Fine, but my teammet got the same issue like you :) . While Analyzing what I found is , the location where we created the portlet in weblogic portal. If you created your portlet directly under WebContent folder then this issue is coming up, so try to create the portlet in a folder inside the WebContent folder, say create a folder with name portlets under webcontent and create the JSF portlet inside that portlets folder.
    Now start the server and register the same in WebCenter, you will not get that exception. I am going to raise a ticket with Oracle about this issue and get the root cause.
    Thanks
    Karthikeyan

  • Playing back script in OpenScript with application which opens in ext windo

    Hi,
    I have to test an application which after log in a user opens an external window and works in this external window.
    There is now way to omitt loging.
    I recorded a script in open script and I tried to play it back, but there was fail before trying to open external window with application to test.
    I got the error:
    HTTP response code: 404 Not Found
    How can I solve this problem?
    Is there any possibility to put things from console to file?
    Thanks in advance,
    M
    Edited by: usermarta on 2009-02-05 01:50

    Hi,
    Symptoms:
    Got HTTP response code: 404 Not Found when playing back a script.
    Cause:
    The HTTP response code "404" means that the page was not found on the web server. Either the url is incorrect or goes to a resource that was moved, renamed, or doesn't exist on the server. In scripts this mostly happens when the url is dynamic, meaning, the url changes every time that the page is requested. It also could happen if a cookie or any another http header is missing or added, yet depending how the website was designed, this could give a different HTTP response code.
    Resolution:
    You may want to compare:
    the URL that is posted in the log when you playback the script
    vs.
    the URL of "the page that gives the HTTP code 404" when you do the steps of the script manually using Internet Explorer.
    If for some reason you don't see the URL of the external window when doing the process manually, right click anywhere inside the external window and select "Properties". If you can't right click on the window let me know and I will give you some tips. (This is because Internet Explorer 6 may not always show the URL, Internet Explorer 7 will always show it.)
    When comparing the URLs look for parts that may be dynamic. The parts that are dynamic are usually few letters and numbers that don't seam to mean an word or a phrase, for example: 7h8G5d.
    You can also determine if the URL is dynamic by doing the following:
    1) Open Internet Explorer and do the steps of the script manually up to the point where the HTTP code 404 is seen on the script
    2) Take note of the URL
    3) Open a new Internet Explorer window using the Quicklunch, Start Menu, or Desktop shortcut (not by using new Window or new tab because this would preserve session values)
    4) In the new window repeat the steps of the script manually as in step 1
    5) Take a note of the URL and compare it with the URL of step 2
    Differences between the URLs are the dynamic parts of the URL.
    It is also possible but less likely that the URL is different every time that the web application is re-built.
    Once you know what are the parts that are dynamic you will need to use variables or transformations in OpenScript to make the URL to vary accordingly. Please let me know if you need these steps.
    Regards,
    Zuriel
    btw: There is no way to "put things from console to file". I made the feature request for you. Probably you will see it in a future release.
    For you and everybody, please feel free to post anything that you feel that the tool should have or should be better. This makes the product better for you and for others. I can guarantee that you will be heard by posting in this forum, what I cannot guarantee is that each of them will be implemented.

  • Open Script supports Oracle Fusion Middleware Application

    Hi,
    Can anybody please confirm whether Oracle Open Script 9.2 supports scripting for Oracle Fusion Middleware Applications?
    We have received a project proposal to do load test for the same.
    Appreciate for early response
    Thanks in advance
    Regards,
    Mahesh

    Hi Mahesh
    ATS supports different protocols when you say Fusion Middleware do you know which protocols you are testing ?
    I have used ATS to test Middleware a lot but is really the protocol that you need to test so find out the protocol that you are testing and you will know if its supported by ATS.
    Regards
    Alex

  • Why is it recommended to have a separate PeopleSoft ID for starting Application Server in PeopleSoft

    HI,
    Why is it recommended to have a separate PeopleSoft ID for starting Application Server in PeopleSoft

    Hello:
    You can put the JS function into the HTML Header section of the Page defintion.
    <script>
    function doDelete(id) {
    $x('P14_DEL_ID').value=id;
    doSubmit('DELETE');
    </script>Define a new page process whose process point is 'On Submit: After Computations and Validations'. For the Process Source specify
    Delete from <table> where key_column=:p14_del_id;Under Conditional Processing select 'Request=Expression 1'. For Expression 1 specify 'DELETE'
    Hope this helps.
    Varad

  • Not able to record web navigation(URL/Certificate Error : Navigation Blocked) part of oracle application in open script !

    Hi,
    I am trying to record script in using Functional Oracle EBS/Form in open script but only Oracle Forms actions are got captured.
    I am not able to record first web navigation(URL/Certificate Error : Navigation Blocked) part, only i am getting "web.window(7, "/web:window[@index='0' or @title='about:blank']"). close()" code for   navigation of URL part.
    I tried with changing Capture Screen in Recorder but doesn't work. 
    How to resolve this.
    Please help me out.
    Here is some info :
    OATS version  : Version: 12.3.0.1 Build 376
    Browser : Internet Explorer 9
    Operating System : Windows 7
    I am using VPN connection to open oracle application. 

    try adding ur url in secured site list

  • Open project was cancelled or application was unable to load database for pathname

    My pc is installed with Robohelp 3x. Recently I shifted the
    pc from one room to anther. Now when I attempt to open my existing
    workable solution, it give me the following message: "Open project
    was canceled or application was unable to load database for
    <pathname>". Do I need to call for Robohelp technical
    support? If yes, can someone provide me the toll free number?
    Can someone pls advise?

    Thanks Peter, managed to get in through the link you've
    given. I seriously doubt it has anything gotta do with a corrupted
    project. I have 2 working projects last week but they can no longer
    be opened this week.
    I tried even to created an empty project from scratch. It was
    created successfully but when I reopen the project, it shows the
    same error message.
    Could there have been other possibilities or ways which I can
    troubleshoot?
    *puzzled*

  • Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory

    Dear Experts,
    Please note that I am facing a chllenge while confiuguring the VNCServer on the local test Server. The Local Test Sver OS Version is Redhat Enterprise Linux Server 
    Release 5.5 32-bit. Please review the following error message and advise me on how to fix the vncserver issue.
    [root@test .vnc]#  cat xstartup
    #!/bin/sh
    # Uncomment the following two lines for normal desktop:
    unset SESSION_MANAGER
    exec /etc/X11/xinit/xinitrc
    gnome-session &
    [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    twm &
    [root@test .vnc]#  cat /etc/sysconfig/vncservers
    # The VNCSERVERS variable is a list of display:user pairs.
    # Uncomment the lines below to start a VNC server on display :2
    # as my 'myusername' (adjust this to your own).  You will also
    # need to set a VNC password; run 'man vncpasswd' to see how
    # to do that.
    # DO NOT RUN THIS SERVICE if your local area network is
    # untrusted!  For a secure way of using VNC, see
    # <URL:http://www.uk.research.att.com/archive/vnc/sshvnc.html>.
    # Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
    # Use "-nohttpd" to prevent web-based VNC clients connecting.
    # Use "-localhost" to prevent remote VNC clients connecting except when
    # doing so through a secure tunnel.  See the "-via" option in the
    # `man vncviewer' manual page.
    # VNCSERVERS="2:myusername"
    # VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
    VNCSERVERS="1:oracle"
    [root@test .vnc]# ls
    passwd test.oracle.co.zm:1.pid  test.oracle.co.zm:3.log  test.oracle.co.zm:5.pid  test.oracle.co.zm:6.pid
    test.oracle.co.zm:1.log test.oracle.co.zm:2.log  test.oracle.co.zm:5.log  test.oracle.co.zm:6.log  xstartup
    [root@test .vnc]# more test.oracle.co.zm:1.log
    Xvnc Free Edition 4.1.2
    Copyright (C) 2002-2005 RealVNC Ltd.
    See http://www.realvnc.com for information on VNC.
    Underlying X server release 70101000, The X.Org Foundation
    Tue Mar 11 11:18:37 2014
    vncext:      VNC extension running!
    vncext:      Listening for VNC connections on port 5901
    vncext:      Listening for HTTP connections on port 5801
    vncext:      created VNC server for screen 0
    Could not init font path element unix/:7100, removing from list!
    localuser:root being added to access control list
    No profile for user 'root' found
    SESSION_MANAGER=local/test.oracle.co.zm:/tmp/.ICE-unix/13603
    Window manager warning: Log level 32: could not find XKB extension.
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (nm-applet:13697): WARNING **: No connections defined
    Initializing nautilus-open-terminal extension
    Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-writer.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-impress.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-calc.desktop for panel launcher: No such file or directory
    [root@test .vnc]#
    Regards
    Mohammed Abdul Muqeet

    Hi,
    Try these 3 solutions
    1. Did you start vncserver services as:
    service vncserver start
    2.Check that port 5901 has not been blocked by a firewall:
    # nc -vz localhost 5901
    You should get a connection and a termination. If you get an error, fix the firewall.
    3. service iptables stop
    Hope This Helps
    Regards,
    -DK

  • Help! "The iTunes application could not be opened. You do not have enough access privileges for this application"

    I am getting the following error when trying to open iTunes: "The iTunes application could not be opened. You do not have enough access privileges for this application." I am logged in with the admin (and only) user account on my laptop, so I'm confused as to why this would start happening all of the sudden.
    I poked around in the control panel trying to find random options that would fix it, but nothing has. I'm running Windows 7.
    Thanks for any help!

    have you seen this discussion ?

  • Open data set for reading excel file on application server in back ground

    open data set for reading excel file on application server in back ground

    hi Vijay,
    I am afraid you won't be able to read from Excel file on Appl. Server.
    ec

  • I am looking for an application that would allow me to open a word doc, and take notes in the .doc using a stylus pen.  I'd then like to convert those notes to text, and then be able to copy / paste those notes into an email.  Does this app exist?

    I am looking for an application that would allow me to open a word doc, and take notes in the .doc using a stylus pen.  I'd then like to convert those notes to text, and then be able to copy / paste those notes into an email.  Does this app exist?  It seems like we were doing these same types of things with Palm Pilots years ago, one would think this would work with iPads?

    I don't believe it will open a Word document, but Writepad allows for handwritten conversion of notes to text and then to email. Might help you some of the way...

  • The Help Link from the Application Pages Does not Work for Peoplesoft Campus Solutions 9.0

    Hi everyone.
    I have a problem, I have been trying to set up the Help Link from the Application Pages for Peoplesoft Campus Solutions 9.0 according to the instructions given in the Document: http://docs.oracle.com/cd/E17566_01/epm91pbr0/eng/psbooks/EnablingtheHelpLinkfromApplicationPages.pdf ,  (referenced in the Doc ID 1289101.1, E-PB: How to Set Up the Context Sensitive Help with Hosted PeopleBooks using Universal Linking).
    I follow the instructions of that document carefully:
    I go to: PeopleTools -> Web Profile -> Web Profile Configuration
        2. Then I choose the Web Profile: "Development".
        3. Then Change the value for the Help URL field by entering the following URL format: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hrcs90r5 , the ctx parameter selected is the one that correspond to  the Campus Solutions (hrcs90r5) according to the Product Line Code Table (ULinkID) especified in the mentioned document.
        4. Stop the Web Domain and Clear cache.
        5. Start the Web Domain again.
    After setting up the Web Profile Configuration I test the help links, thas is why I click in the Help link in any Peoplesoft CS 9.0 Application Page (modify a person), but the next error message appears: "We're sorry, the topic you requested was not found.".
    I tried many combinations with the ctx parameters URL but it does not work yet. 
    I did the same test, but this time using the Help URL field with a HRMS ctx parameter by entering the following URL format: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hcm92pbr5 , and It works fine !!!
    According to the previous test you realize that It works with HRMS ctx parameter but not with Campus Solutions 9.0 ctx parameter,  Does anybody know what else can I do ? Am I doing anything wrong or missing? or maybe the Oracle's ctx parameter for Campus Solutions URL It is broken simply.
    Thanks for you help and feedback.

    2799444 - The page you are testing with appears to be a Workforce Administration page. Is that correct?
    The CS PeopleBooks would only work for CS pages, e.g.: try navigating to Main Menu > Campus Community > Personal Information > Add/Update a Person
    Also, you can use multiple ctx parameters:
    E.g.: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hrcs90r5&ctx=hcm92pbr5&ctx=pt852pbh2
    This way the help would work for the HR related pages like Workforce Administration, Campus Solutions pages like Campus Community and also PeopleTools pages like Web Profile Configuration. Hope this clarifies your question. Thanks!

  • OATS - Error when running application in Open Script

    Hi everyone,
    I am new with OATS. I am trying to create a script for our application that is running on forms.
    This is the error I get:
    Java Plug-in 1.6.0_31
    Using JRE version 1.6.0_31-b05 Java HotSpot(TM) Client VM
    User home directory = C:\Users\a
    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
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    SSV dialog is suppressed
    Loading Oracle ATS Forms Functional Testing Module[5.5] [Oracle JRE_1.6.0_31]
    FormsFT Helper Temporary Directory: C:\Users\AGNES~1.ROX\AppData\Local\Temp\27\OpenScript_FormsFT
    Loading cached Forms Jars ...
    0...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/frmwebutil.jar
    1...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/jacob.jar
    Loading cached Forms Jars ...
    2...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/frmall.jar
    3...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/aoscbram.jar
    4...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/myKeys.jar
    5...http://fnt1fmw101:9001/forms/BramptonJava/GetDefaultPrinter.jar
    6...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/timeout.jar
    cracked oracle.forms.engine.Main
    Forms Version: 11.1.1.6
    RegisterWebUtil - Loading WebUtil Version 11.1.1.6
    cracked oracle.forms.engine.Runform
    cracked oracle.ewt.lwAWT.LWScrollbar
    cracked oracle.forms.net.SocketConnection
    servarg:escapeParams=true module=pdmain6.fmx userid= debug=no host= port= obr=no record=names tracegroup= log= term= ssoProxyConnect=no
    Forms Session ID is formsapp.243
    cracked oracle.forms.net.HTTPConnection
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.1.6
    Initialize logging by default options
    ******Applet Initiator starting from Forms Engine now.
    [INFO] Applet Initiator starts
    [INFO] Applet [Ewt Addon] Activated
    setProperty: 7777
    ini file : C:\Users\AGNES~1.ROX\AppData\Local\Temp\27\OpenScript_Applet
    cracked oracle.ewt.lwAWT.lwText.LWTextComponent
    2013-02-04 12:06:46 456 INFO [oracle.oats.scripting.modules.formsFT.helper.helperService.HelperServiceConnection] Send Message: <Message name="RegisterHelper" browserId="4212" moduleId="oracle.oats.scripting.modules.formsFT" />
    2013-02-04 12:06:46 456 INFO [oracle.oats.scripting.modules.formsFT.helper.helperService.HelperServiceConnection] Receive message :<Message name = "StartConnection" port="7778"/>
    Helper Service Message :<Message name = "StartConnection" port="7778"/>
    cracked oracle.forms.handler.LogonDialog
    cracked oracle.forms.handler.TextFieldItem
    cracked oracle.forms.handler.ListValuesDialog
    cracked oracle.forms.handler.EditorDialog
    cracked oracle.forms.handler.HelpDialog
    cracked oracle.forms.handler.AlertDialog
    ******new forms Client
    ****** set a new recorder:oracle.oats.scripting.modules.formsFT.common.api.internal.automation.FormsClientOpenScript server port is 7778
    ****** Connect to applet using CommunicationLayer
    ******CMD_REQUEST_RECORDING_IDENTITY received
    2013-Feb-04 12:06:47.49 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.95 WUF[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.95 WUH[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.95 WUS[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.111 WUT[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.142 WUO[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.142 WUL[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.142 WUB[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    cracked oracle.ewt.alert.AlertPane
    2013-02-04 12:06:47 392 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Start ComunnicationLayer with process id:5632 Server Port :7777
    Window created = sun.plugin2.main.client.PluginEmbeddedFrame[frame0,0,0,1280x1024,invalid,layout=java.awt.BorderLayout,title=,resizable,normal]
    2013-02-04 12:06:47 407 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Message Received: oracle.oats.scripting.modules.applet.common.api.internal.event.AgentAcknowledgeEvent
    2013-02-04 12:06:47 407 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Start Recording
    2013-Feb-04 12:06:47.579 WUI[setProperty()] Setting property WUC_SYSLIB_DIR to :FNT1FMW101:brampton_aosc
    2013-Feb-04 12:06:47.579 WUI[getProperty()] Getting property WUC_BEAN_VERSION
    2013-Feb-04 12:06:47.595 WUT[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.595 WUT[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.595 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.jacob.dll
    2013-Feb-04 12:06:47.595 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-04 12:06:47.595 WUT[loadSettings()] Local properties file loaded
    2013-Feb-04 12:06:47.595 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.JNIsharedstubs.dll
    2013-Feb-04 12:06:47.595 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-04 12:06:47.595 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.d2kwut60.dll
    2013-Feb-04 12:06:47.595 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-04 12:06:47.610 WUB[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUB[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUL[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUL[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUO[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUO[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUS[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUS[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUH[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUH[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUF[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUF[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUI[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUI[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUI[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:48.31 WUB[setProperty()] Setting property WUB_SEPARATEFRAME_ICON to Pd.gif
    2013-Feb-04 12:06:48.31 WUB[BrowserFunctions.setSeparateFrameIcon()] Not running in separateFrame - Icon not set
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    ***** create DelayRecorderThread
    ****** DelayRecorderThread started...
    ****** DelayRecorderThread run now ...
    ......Forms Recording: OracleForms.windowChange(" Logon to TDS/OS%screenshot=C:\Users\AGNES~1.ROX\AppData\Local\Temp\27\OSFFSS\screen1359997613382.jpg");
    ......Forms Recording: OracleForms.list("//forms:list[(@name='LOGON_CNT_STR_0')]").selectItem("BRPQA");
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_UN_0')]").click();
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_UN_0')]").setText("PDMAIN");
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_PW_0')]").click();
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_PW_0')]").setText("pdmain");
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_LOGON_0')]").click();
    FRM-92091: unexpected fatal error in client-side Java code
    Java Exception:
    java.lang.NullPointerException
         at oracle.ewt.scrolling.arrowBox.ArrowBox.removeAdjustmentListener(Unknown Source)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$4.run(CompositeAwtEventListener.java:260)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:390)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1791)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$100(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$2.run(SwingListenerMgr.java:537)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:970)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$4.run(CompositeAwtEventListener.java:380)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:390)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1791)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$100(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$2.run(SwingListenerMgr.java:537)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:970)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$4.run(CompositeAwtEventListener.java:380)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:390)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1791)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$100(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$2.run(SwingListenerMgr.java:537)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:970)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$4.run(CompositeAwtEventListener.java:380)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:390)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1791)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$100(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$2.run(SwingListenerMgr.java:537)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:970)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$3.run(CompositeAwtEventListener.java:179)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:194)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1786)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$000(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$1.run(SwingListenerMgr.java:506)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:515)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.componentAdded(CompositeAwtEventListener.java:730)
         at java.awt.AWTEventMulticaster.componentAdded(Unknown Source)
         at java.awt.Container.processContainerEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.DesktopContainer.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.Container.addImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.addImpl(Unknown Source)
         at java.awt.Container.add(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.DesktopContainer.setWindowPosition(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow._moveToFront(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.setActive(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.setVisible(Unknown Source)
         at oracle.forms.ui.ExtendedFrame.setVisible(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.setVisible(Unknown Source)
         at oracle.forms.handler.FormWindow.doShowComponent(Unknown Source)
         at oracle.forms.handler.UICommon.onComponentUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.handler.FormWindow.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage_C(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_C(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at oracle.forms.engine.Main.dispatchEvents(Unknown Source)
         at oracle.forms.engine.Main.tryDispatching(Unknown Source)
         at oracle.forms.engine.Main.componentResized(Unknown Source)
         at java.awt.Component.processComponentEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.BufferedApplet.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.BufferedApplet.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
         at java.awt.EventQueue.access$000(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    2013-02-04 12:07:13 548 INFO [oracle.oats.scripting.modules.formsFT.helper.Engine] Destory runform: oracle.forms.engine.Runform@5976c2
    ......Forms Recording: OracleForms.dispose();
    2013-02-04 12:07:13 595 INFO [oracle.oats.scripting.modules.formsFT.helper.Engine] Forms FT helper stopping message is sent out
    2013-Feb-04 12:07:19.804 WUB[VBeanCommon.destroy()] WebUtil Browser Functions being removed..
    2013-Feb-04 12:07:19.804 WUL[VBeanCommon.destroy()] WebUtil C API Functions being removed..
    2013-Feb-04 12:07:20.38 WUO[VBeanCommon.destroy()] WebUtil Client Side Ole Functions being removed..
    2013-Feb-04 12:07:20.53 WUT[VBeanCommon.destroy()] WebUtil File Transfer Bean being removed..
    2013-Feb-04 12:07:20.53 WUS[VBeanCommon.destroy()] WebUtil Session Monitoring Facilities being removed..
    2013-Feb-04 12:07:20.69 WUH[VBeanCommon.destroy()] WebUtil Client Side Host Commands being removed..
    2013-Feb-04 12:07:20.69 WUF[VBeanCommon.destroy()] WebUtil Client Side File Functions being removed..
    2013-Feb-04 12:07:20.85 WUI[VBeanCommon.destroy()] WebUtil GetClientInfo Utility being removed..

    Hi Deepu,
    I am still getting an error:
    Does it matter which java version I use?
    here is the log:
    Java Plug-in 1.6.0_27
    Using JRE version 1.6.0_27-b07 Java HotSpot(TM) Client VM
    User home directory = C:\Users\agnes.roxas
    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
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    SSV dialog is suppressed
    Loading Oracle ATS Forms Functional Testing Module[5.5] [Oracle JRE_1.6.0_27]
    FormsFT Helper Temporary Directory: C:\Users\AGNES~1.ROX\AppData\Local\Temp\28\OpenScript_FormsFT
    Loading cached Forms Jars ...
    0...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/28/OpenScript_FormsFT/fnt1fmw101_9001/frmwebutil.jar
    1...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/28/OpenScript_FormsFT/fnt1fmw101_9001/jacob.jar
    Downloading...http://fnt1fmw101:9001/forms/BremenJava/aosc.jar
    Downloading...http://fnt1fmw101:9001/forms/BremenJava/myKeys.jar
    Downloading...http://fnt1fmw101:9001/forms/BremenJava/GetDefaultPrinter.jar
    Loading cached Forms Jars ...
    2...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/28/OpenScript_FormsFT/fnt1fmw101_9001/frmall.jar
    3...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/28/OpenScript_FormsFT/fnt1fmw101_9001/aosc.jar
    4...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/28/OpenScript_FormsFT/fnt1fmw101_9001/myKeys.jar
    5...http://fnt1fmw101:9001/forms/BremenJava/GetDefaultPrinter.jar
    cracked oracle.forms.engine.Main
    Forms Version: 11.1.1.6
    RegisterWebUtil - Loading WebUtil Version 11.1.1.6
    cracked oracle.forms.engine.Runform
    cracked oracle.ewt.lwAWT.LWScrollbar
    cracked oracle.forms.net.SocketConnection
    servarg:escapeParams=true module=pdmain6.fmx userid= debug=no host= port= obr=no record=names tracegroup= log= term= ssoProxyConnect=no
    Forms Session ID is formsapp.279
    cracked oracle.forms.net.HTTPConnection
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.1.6
    Initialize logging by default options
    ******Applet Initiator starting from Forms Engine now.
    [INFO] Applet Initiator starts
    [INFO] Applet [Ewt Addon] Activated
    setProperty: 7777
    ini file : C:\Users\AGNES~1.ROX\AppData\Local\Temp\28\OpenScript_Applet
    cracked oracle.ewt.lwAWT.lwText.LWTextComponent
    2013-02-05 07:37:51 821 INFO [oracle.oats.scripting.modules.formsFT.helper.helperService.HelperServiceConnection] Receive message :<Message name = "StartConnection" port="7778"/>
    Helper Service Message :<Message name = "StartConnection" port="7778"/>
    2013-02-05 07:37:51 821 INFO [oracle.oats.scripting.modules.formsFT.helper.helperService.HelperServiceConnection] Send Message: <Message name="RegisterHelper" browserId="2996" moduleId="oracle.oats.scripting.modules.formsFT" />
    cracked oracle.forms.handler.LogonDialog
    cracked oracle.forms.handler.TextFieldItem
    cracked oracle.forms.handler.ListValuesDialog
    cracked oracle.forms.handler.EditorDialog
    cracked oracle.forms.handler.HelpDialog
    cracked oracle.forms.handler.AlertDialog
    ******new forms Client
    ****** set a new recorder:oracle.oats.scripting.modules.formsFT.common.api.internal.automation.FormsClientOpenScript server port is 7778
    ****** Connect to applet using CommunicationLayer
    ******CMD_REQUEST_RECORDING_IDENTITY received
    2013-Feb-05 07:37:52.447 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.493 WUF[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.500 WUH[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.505 WUS[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.513 WUT[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.540 WUO[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.547 WUL[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.553 WUB[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    cracked oracle.ewt.alert.AlertPane
    2013-02-05 07:37:52 835 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Start ComunnicationLayer with process id:6048 Server Port :7777
    Window created = sun.plugin2.main.client.PluginEmbeddedFrame[frame0,0,0,1280x1024,invalid,layout=java.awt.BorderLayout,title=,resizable,normal]
    2013-02-05 07:37:52 851 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Message Received: oracle.oats.scripting.modules.applet.common.api.internal.event.AgentAcknowledgeEvent
    2013-02-05 07:37:52 854 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Start Recording
    2013-Feb-05 07:37:52.987 WUI[setProperty()] Setting property WUC_SYSLIB_DIR to :FNT1FMW101:bremen_aosc
    2013-Feb-05 07:37:52.987 WUI[getProperty()] Getting property WUC_BEAN_VERSION
    2013-Feb-05 07:37:52.993 WUT[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:52.993 WUT[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:52.993 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.jacob.dll
    2013-Feb-05 07:37:52.993 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-05 07:37:53.01 WUT[loadSettings()] Local properties file loaded
    2013-Feb-05 07:37:53.04 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.JNIsharedstubs.dll
    2013-Feb-05 07:37:53.04 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-05 07:37:53.07 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.d2kwut60.dll
    2013-Feb-05 07:37:53.07 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-05 07:37:53.19 WUB[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.19 WUB[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.19 WUL[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.19 WUL[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.19 WUO[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.19 WUO[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.19 WUS[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.19 WUS[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.19 WUH[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.19 WUH[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.20 WUF[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.20 WUF[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.20 WUI[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.20 WUI[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.20 WUI[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.493 WUB[setProperty()] Setting property WUB_SEPARATEFRAME_ICON to Pd.gif
    2013-Feb-05 07:37:53.493 WUB[BrowserFunctions.setSeparateFrameIcon()] Not running in separateFrame - Icon not set
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    ***** create DelayRecorderThread
    ****** DelayRecorderThread started...
    ****** DelayRecorderThread run now ...
    ......Forms Recording: OracleForms.windowChange(" Logon to TDS/OS%screenshot=C:\Users\AGNES~1.ROX\AppData\Local\Temp\28\OSFFSS\screen1360067886207.jpg");
    ......Forms Recording: OracleForms.list("//forms:list[(@name='LOGON_CNT_STR_0')]").selectItem("BREQA");
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    ......Forms Recording: OracleForms.list("//forms:list[(@name='LOGON_CNT_STR_0')]").selectItem("BRPQA");
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_UN_0')]").click();
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_UN_0')]").setText("PDMAIN");
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_PW_0')]").click();
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_PW_0')]").setText("pdmain");
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_LOGON_0')]").click();
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_LOGON_0')]").click();
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_LOGON_0')]").click();
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_EXIT_0')]").click();
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_EXIT_0')]").click();
    Window created = sun.plugin2.main.client.PluginEmbeddedFrame[frame1,0,0,1x1,layout=java.awt.BorderLayout,title=,resizable,normal]
    RegisterWebUtil - Loading WebUtil Version 11.1.1.6
    Window created = sun.plugin2.main.client.PluginEmbeddedFrame[frame2,0,0,988x563,layout=java.awt.BorderLayout,title=,resizable,normal]
    servarg:escapeParams=true module=pdmain6.fmx userid= debug=no host= port= obr=no record=names tracegroup= log= term= ssoProxyConnect=no
    Forms Session ID is formsapp.280
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.1.6
    FRM-92091: unexpected fatal error in client-side Java code
    Java Exception:
    java.lang.NullPointerException
         at oracle.ewt.scrolling.arrowBox.ArrowBox.removeAdjustmentListener(Unknown Source)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$4.run(CompositeAwtEventListener.java:260)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:390)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1791)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$100(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$2.run(SwingListenerMgr.java:537)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:970)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$3.run(CompositeAwtEventListener.java:179)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:194)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1786)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$000(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$1.run(SwingListenerMgr.java:506)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:515)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.componentAdded(CompositeAwtEventListener.java:730)
         at java.awt.Container.processContainerEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.Container.addImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.addImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwMenu.BaseMIContainer.doLayout(Unknown Source)
         at java.awt.Container.validateTree(Unknown Source)
         at java.awt.Container.validateTree(Unknown Source)
         at java.awt.Container.validate(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.laf.TitleBar.propertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.firePropertyChange(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.setFrameIcon(Unknown Source)
         at oracle.forms.ui.ExtendedFrame.setIcon(Unknown Source)
         at oracle.forms.handler.FormWindow.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.handler.FormWindow.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage_C(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_C(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform_C(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.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    2013-02-05 07:38:55 642 INFO [oracle.oats.scripting.modules.formsFT.helper.Engine] Destory runform: oracle.forms.engine.Runform@96e599
    ......Forms Recording: OracleForms.dispose();
    2013-02-05 07:38:55 652 INFO [oracle.oats.scripting.modules.formsFT.helper.Engine] Forms FT helper stopping message is sent out
    2013-02-05 07:38:59 287 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Message sent: oracle.oats.scripting.modules.applet.common.api.internal.event.JavaRecordedData
    2013-02-05 07:38:59 305 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Message sent: oracle.oats.scripting.modules.applet.common.api.internal.event.JavaRecordedData

  • I upgraded my Mac from OSX 10.5.8 to Snow Leopard and then to Mountain Lion 10.8.2.  I did have Microsoft Office for Mac 2004 in my applications and now get a message "can't open Office because Power PC applications are no longer supported."

    I just upgraded my MAC from OSX 10.5.8 to Snow Leopard and then to Mountain Lion 10.8.2.  When I try to access my Microsoft Office for MAC (2004 edition) files I am getting a message "can't open Office because Power PC applications are no longer supported.  How can I access all of my save Word documents?  I just want to be able to retrieve all of my documents that were in Microsoft Office for Mac (2004).  If I purchase the newest version of MS office for Mac from Apple will I be able to retrieve my old documents?

    Use any number of free alternatives to your nearly decade old version of MS Office.
    Consider
    LibreOffice (donation-supported)
    NeoOffice (free)
    OpenOffice (free)
    In addition to the above I also recommend Apple's Pages ($19.99). I use OpenOffice and Pages and have been completely Microsoft - free for years. Life is better without Microsoft.

  • TS1702 i cant download new application on my Iphone everytime i open app store then searching for the application i want to download when i Tap the FREE sign it become half square and never downloaded.

    i cant download new application on my Iphone everytime i open app store then searching for the application i want to download when i Tap the FREE sign it become half square and never downloaded.

    Sometimes this happens because the app won't run on the iOS version of the device you are trying to install it to.  Go to the app store and make sure it will run on iOS 3.1.3 (many only run on iOS 4 or higher).

Maybe you are looking for

  • Apps won't open after IOS5. Re-synced but still won't open.  Is there a way to delete them and then reload them again?

    I had no problem in downloading a free app after updating to IOS5.  I thought everything was o.k. but when I tried to launch an app, it just blinked and nothing happens.  I had a notification before updating to IOS5 that I should back up my app purch

  • Importing Movs instead of MPEGs

    I'm using Premiere Pro CS3 and recently I've had a problem with the program crashing. I noticed that the clips' thumbnails on the timeline were red (even though they were rendered) and then when I scrubbing on the timeline Premiere would crash. Also,

  • How do I get rid of "!" marks on top Bar?

    There are eight "!" characters before the wi-fi mark on the top bar. The only information I get from them is that the demo expired, and that I should buy or register it. Tell me how to get rid of them or I shall have to go back to Safari

  • Use of MRBP Tcode

    Hi Experts, Can anyone pls tell me whats the use of Tcode: MRBP and what s the real time business process associated with it. ? When i execute this transaction in IDES, by creating a MIRO, it says no invoices found for background verification. To exe

  • Page number question

    Page numbers are not transferring consistently from master pages.  Also, some pages in the 'pages' window have () around them while others don't.  Those with () do not show page numbers on right hand page of two-page spread.  Can anyone tell me what