Error when run Application  Help me please

Message Error when run Application A_Anexo_7:
java.lang.NoClassDefFoundError: etica.Anexo_7
     void etica.A_Anexo_7.<init>()
          A_Anexo_7.java:13
     void etica.A_Anexo_7.main(java.lang.String[])
          A_Anexo_7.java:46

you need to provides more info
basically, it's saying that it cannot find the class specified.
You need to include the class in your classpath.

Similar Messages

  • Webcenter error when running application

    hi am having below error when running my application am in jdeveloper 11.1.1.6.0
    <10 Nov 2012 8:51:37 AM> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1352530297019' for task '0'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false].'
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         Truncated. see log file for complete stacktrace
    >
    <10 Nov 2012 8:51:37 AM> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'UAMApplication'.>
    <10 Nov 2012 8:51:37 AM> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         Truncated. see log file for complete stacktrace
    >
    [08:51:37 AM] #### Deployment incomplete. ####
    [08:51:37 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application UAMApplication due to error deploying to IntegratedWebLogicServer.
    [Application UAMApplication stopped and undeployed from Server Instance IntegratedWebLogicServer]

    Hi,
    you've posted this in the WebCenter Content forum. You may want to repost your question in the WebCenter Portal forum, as the stacktrace tells me you are dealing with the WebCenter Portal Framework. Some more information would be helpful too. What kind of are you deploying?

  • Error when run application

    I am create data sourse name in ODBC Drivers and starrt
    Dreamweaver to connect a database already but when I press F12 to
    run application there was error message like this :
    Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC Microsoft Access Driver] Could not use
    '(unknown)'; file already in use.
    How should I do ? Please help me.

    I've an article on the issue.
    http://www.charon.co.uk/content.aspx?CategoryID=27&ArticleID=56
    Jules
    http://www.charon.co.uk/charoncart
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004

  • Error when run Application with jdbc  Help me please

    this my code:
    public void resultado() {
    String ClassName = "oracle.jdbc.driver.OracleDriver";
    String url = "jdbc:oracle:thin:@educacion04:1521:ora92";
    Connection con;
    Statement stmt;
    try {
    Class.forName(ClassName);
    } catch(java.lang.ClassNotFoundException e) {
    System.err.print("ClassNotFoundException: ");
    System.err.println(e.getMessage());
    try {
    con = DriverManager.getConnection(url,"ora1", "oracle");
    stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
    ResultSet.CONCUR_UPDATABLE);
    ResultSet uprs = stmt.executeQuery("SELECT * FROM ANEXO ");
    uprs.moveToInsertRow();
    uprs.updateString("cod_ane", "uno");
    uprs.updateString("cod_informe", "dos");
    uprs.updateString("", "tres");
    uprs.insertRow();
    uprs.updateString("cod_ane", "cuatro");
    uprs.updateString("cod_informe", "cinco");
    uprs.updateString("desc_anexo", "seis");
    uprs.insertRow();
    uprs.beforeFirst();
    System.out.println("Table ANEXO after insertion:");
    while (uprs.next()) {
    String name = uprs.getString("cod_ane");
    String id = uprs.getString("cod_informe");
    String price = uprs.getString("desc_anexo");
    System.out.print(name + " " + id + " " + price);
    uprs.close();
    stmt.close();
    con.close();
    con.commit();
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    WHEN CALL FUNCTION?????
    send this:
    ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    SQLException: No suitable driver

    Are you sure Oracle driver (classes12.jar or classes12.zip) is in your classpath ???

  • Shell Commands not found error when running application

    Hello,
    Im using MonoDevelop IDE in my Mac, before it used to work fine but after few days, now when I'm opening the application nothing happens., i checked the Console  for the log and it says this
    May  9 21:29:39 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x52052].com.ximian.monodevelop[1510]: /Applications/MonoDevelop.app/Contents/MacOS/monodevelop: line 17: dirname: command not found 
    May  9 21:29:39 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x52052].com.ximian.monodevelop[1510]: /Applications/MonoDevelop.app/Contents/MacOS/monodevelop: line 31: //mono-version-check: No such file or directory
    May  9 21:29:39 Sri-Vishnu-Totakuras-MacBook-Pro com.apple.launchd.peruser.501[599] ([0x0-0x52052].com.ximian.monodevelop[1510]): Exited with code: 1
    I thought may be some error with the "dirname" command, so i commented it in the code and gave the path of directory myself and then the console shows up like this.
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 19: grep: command not found 
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 19: cut: command not found
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 20: cut: command not found
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 21: cut: command not found
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 22: cut: command not found
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 31: osascript: command not found
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: Cannot launch MonoDevelop
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: MonoDevelop requires the Mono Framework version 2.10.4 or later.
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro com.apple.launchd.peruser.501[599] ([0x0-0x56056].com.ximian.monodevelop[1532]): Exited with code: 1
    I opened the contents of the application and run the shell script for opening aplication there it worked very fine and application started working.. But if i open application directly through launchpad or finder it doesnt show up and console
    I tried running those commands in the terminal directly there they work.. But dunno whats wrong in here. and even if try to open the application through the terminal it all opens fine.. what could be the possible problem, is it with my mac..?

    i finally figured out the problem.. it is with the environmental variables.  the path for all those commands like "grep" is not being set for the GUI applications.  that is why i got that error. 
    for those GUI applications which require path, we have to set path in the file /etc/launchd.conf  the environmental variables set in here are used by the gui applications and those which are launched through spotlight.
    that file may bot be present in most of the macs. No problem even if not present,we can create one and use.
    so  type in terminal
              $ sudo vi /etc/launchd.conf     
    and in the editor add these lines
              setenv PATH = /new/path
    and save.  Note: replace /new/path with the path which you need to have for the commands used in the script.
    remeber that you need to restart your mac for applications to use these environmental variables.

  • Null Pointer Execption error when running application

    Hi there...
    I am trying to display content from a table in a database. I am using datasource to do this. When I run the application I am getting the following error:
    HTTP Status 500 -
    type Exception report
    message
    descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: java.lang.NullPointerException
    root cause
    java.lang.NullPointerException
    The 3 files involed are as follows:
    us_states.jsp
    <%@ page language="java" contentType="text/html; charset=UTF-8"
         pageEncoding="UTF-8"%>
    <%@page import="java.util.ArrayList"%>
    <%@page import="net.ensode.glassfishbook.jdbcselect.UsStateBean"%>
    <%
              ArrayList<UsStateBean> stateList = (ArrayList<UsStateBean>) request
              .getAttribute("stateList");
    %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>US States</title>
    </head>
    <body>
    <table border="1" cellpadding="0" cellspacing="0" align="center">
         <caption><b>US State List</b></caption>
         <tr>
              <td><b>Name</b></td>
              <td><b>Abbreviation</b></td>
         </tr>
         <%
               for (UsStateBean state : stateList)
         %>
         <tr>
              <td><%=state.getStateName()%></td>
              <td><%=state.getStateCode()%></td>
         </tr>
         <%
         %>
    </table>
    </body>
    </html>
    JDBCSelectServlet.java:
    package net.ensode.glassfishbook.jdbcselect;
    import java.io.IOException;
    import java.sql.Connection;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.util.ArrayList;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.sql.DataSource;
    public class JDBCSelectServlet extends HttpServlet
      @Override
      protected void doGet(HttpServletRequest request,
                           HttpServletResponse response) throws
                           ServletException, IOException
        String sql = "select us_state_nm, " +
            "us_state_cd from us_states order by us_state_nm";
        ArrayList<UsStateBean> stateList =
            new ArrayList<UsStateBean>();
        try
          InitialContext initialContext = new InitialContext();
          DataSource dataSource = (DataSource) initialContext
              .lookup("jdbc/__CustomerDB1Pool");
          Connection connection = dataSource.getConnection();
          PreparedStatement preparedStatement =
              connection.prepareStatement(sql);
          ResultSet resultSet = preparedStatement.executeQuery();
          while (resultSet.next())
            stateList.add(new
                UsStateBean(resultSet.getString("us_state_nm"),
                resultSet.getString("us_state_cd")));
          resultSet.close();
          preparedStatement.close();
          connection.close();
          request.setAttribute("stateList", stateList);
          request.getRequestDispatcher("us_states.jsp").
              forward(request, response);
        catch (NamingException namingException)
          namingException.printStackTrace();
        catch (SQLException sqlException)
          sqlException.printStackTrace();
    UsStateBean.java:
    package net.ensode.glassfishbook.jdbcselect;
    public class UsStateBean
    public UsStateBean()
    public UsStateBean(String stateName, String stateCode)
    this.stateName = stateName;
    this.stateCode = stateCode;
    private String stateName;
    private String stateCode;
    public String getStateCode()
    return stateCode;
    public void setStateCode(String stateCode)
    this.stateCode = stateCode;
    public String getStateName()
    return stateName;
      public void setStateName(String stateName)
    this.stateName = stateName;
    }I am not sure what is wrong. Can anyone point out the problem to me? Thanks.

    Hi..
    The stack trace is as follows:
    StandardWrapperValve[jsp]: PWC1406: Servlet.service() for servlet jsp threw exception
    java.lang.NullPointerException
            at org.apache.jsp.us_005fstates_jsp._jspService(us_005fstates_jsp.java from :75)
            at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
            at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:389)
            at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:486)
            at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:380)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
            at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:315)
            at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
            at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
            at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
            at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:288)
            at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:647)
            at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:579)
            at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:831)
            at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
            at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
            at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
            at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:380)
            at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
            at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)

  • 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

  • Descriptor File Error when running application in EAR

    Hello,
    I've deployed one of my Workshop-built EARs fine to WLS 8.1.1, but when I
    go to run a servlet from a web application inside of it, I get the following error:
    ####<Nov 14, 2003 2:34:06 PM EST> <Error> <WLW> <ORLEX1090> <demoServer> <ExecuteThread:
    '11' for queue: 'weblogic.kernel.Default'> <weblogic> <BEA1-01E0B37D51BE> <000000>
    <Error while using app descriptor files
    java.io.FileNotFoundException: C:\bea\user_projects\domains\d1.conf\applications
    missing application.xml and/or weblogic-application.xml descriptors
         at com.bea.wlw.runtime.core.bean.EarDescriptors.<init>(EarDescriptors.java:84)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.getAppClassPathJars(AppManager.java:392)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.setClassPath(ProjectCompiler.java:968)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.createProject(ProjectCompiler.java:947)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.<init>(ProjectCompiler.java:214)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.ensureProjectCompiler(AppManager.java:463)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.ensureProjectCompiler(AppManager.java:440)
         at com.bea.wlw.runtime.core.dispatcher.DispCache.ensureDispUnitForURI(DispCache.java:865)
         at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.getDispFile(ServiceHandleImpl.java:440)
         at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.invoke(ServiceHandleImpl.java:275)
         at com.bea.wlw.runtime.core.call.JavaCall.invoke(JavaCall.java:57)
         at com.bea.wli.bpm.runtime.SubFlowCall.invoke(SubFlowCall.java:42)
         at com.bea.wlw.runtime.core.control.ServiceControlImpl.invoke(ServiceControlImpl.jcs:873)
         at com.bea.control.ProcessControlImpl.invoke(ProcessControlImpl.jcs:421)
         at com.bea.wlw.runtime.core.control.ServiceControlImpl.invoke(ServiceControlImpl.jcs:754)

    I'd suggest posting this to the weblogic.developer.interest.workshop
    newsgroup
    -- Rob
    DealRaider.com wrote:
    Hello,
    I've deployed one of my Workshop-built EARs fine to WLS 8.1.1, but when I
    go to run a servlet from a web application inside of it, I get the following error:
    ####<Nov 14, 2003 2:34:06 PM EST> <Error> <WLW> <ORLEX1090> <demoServer> <ExecuteThread:
    '11' for queue: 'weblogic.kernel.Default'> <weblogic> <BEA1-01E0B37D51BE> <000000>
    <Error while using app descriptor files
    java.io.FileNotFoundException: C:\bea\user_projects\domains\d1.conf\applications
    missing application.xml and/or weblogic-application.xml descriptors
         at com.bea.wlw.runtime.core.bean.EarDescriptors.<init>(EarDescriptors.java:84)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.getAppClassPathJars(AppManager.java:392)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.setClassPath(ProjectCompiler.java:968)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.createProject(ProjectCompiler.java:947)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.<init>(ProjectCompiler.java:214)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.ensureProjectCompiler(AppManager.java:463)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.ensureProjectCompiler(AppManager.java:440)
         at com.bea.wlw.runtime.core.dispatcher.DispCache.ensureDispUnitForURI(DispCache.java:865)
         at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.getDispFile(ServiceHandleImpl.java:440)
         at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.invoke(ServiceHandleImpl.java:275)
         at com.bea.wlw.runtime.core.call.JavaCall.invoke(JavaCall.java:57)
         at com.bea.wli.bpm.runtime.SubFlowCall.invoke(SubFlowCall.java:42)
         at com.bea.wlw.runtime.core.control.ServiceControlImpl.invoke(ServiceControlImpl.jcs:873)
         at com.bea.control.ProcessControlImpl.invoke(ProcessControlImpl.jcs:421)
         at com.bea.wlw.runtime.core.control.ServiceControlImpl.invoke(ServiceControlImpl.jcs:754)

  • Error when running payroll Help!!!

    Error as follows, Can anyone having idea on this
    I am running payroll for single employee and i am getting this error, looks like Its related to patch
    If patch how do i look for right patch to resolve this error.
    thanks & Regards,
    Ram.
    ===============================================================================
    Oracle Human Resources Generic Process
    Started at : 11-JAN-2011 09:18:31
    Chunk Size : 2
    Threads : 4
    Logging Category :
    User Messaging : N
    Interlock : N
    Trace : N
    RR Buffer Size : 500
    RRV Buffer Size : 500
    Bal Buffer Size : 400
    EE Buffer Size : 500
    Logging Area :
    Assignment ID for Start:
    Assignment ID for End o:
    PL/SQL Output
    HR_6882_HRPROC_ASSERT
    LOCATION py3vntsetup:1a
    APP-PAY-06882: Assertion failure detected at location py3vntsetup:1a.
    Cause: an internal error has occurred at location py3vntsetup:1a.
    Action: please contact your Oracle customer representative.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent program returned no reason for failure.
    Exceptions posted by this request:
    Concurrent Request for "QuickPay Run" has completed with error.
    Edited by: user8822881 on Mar 11, 2011 4:09 PM

    What is the application release?
    APP-PAY-06882: Assertion failure detected at location py3vntsetup:1a.Please search MOS for this error and go through the docs.
    Thanks,
    Hussein

  • "Internal error 2902. ixoFileCopy" error when running application installer

    Hello all, this is my first post to the NI Discussion Forums.
    I have this LabVIEW program that I have built into an application and then packaged this application into a Windows Installer.  I've done this using the LabVIEW Build Specifications function.  When I run the resulting installer, partway through the installation I get the following error message:  "Internal error 2902. ixoFileCopy" (see attachment).
    Can anyone suggest why the created installer is doing this, and what I can do about it?
    I'm using LabVIEW 8.6.1.  I'm running the resulting installer on a PC running Windows XP.
    Thanks in advance!
    Attachments:
    installer error.PNG ‏9 KB

    ****message deleted****
    Message Edited by muks on 02-17-2010 03:09 PM

  • Error when running application - something to do with Opera?

    When I run a RIA that I made based off a tutorial (I am a Flex beginner,) I get an error message stating : CreateProcess: "C:\Program Files\Opera\opera.exe" "C:\Users\Daniel\Desktop\computer stuff\FB3\FlickrRIA\bin-debug\FlickrRIA.html" error=2.  Why is there something with Opera?  I don't use Opera anymore, I uninstalled it, and only use Firefox now.

    Somebody still thinks opera is the handler for html or SWF files.  If you are using FlexBuilder you may need to update which browser it uses.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Error when running Application Manager

    I keep getting this error "
    Extension Manager 6.0.5 Update
    Installation failed. Error Code: U44M1P7 "

    Hi NASAPaul
    Please follow the below link : http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html

  • When I try to run iTunes I receive the following error message: "Apple Application Support was not found.  Apple Application Support is required to run iTunes helper.  Please unistall iTunes, then install iTunes again". I have done this twice.  What now?

    When I try to run iTunes I receive the following error message: "Apple Application Support was not found.  Apple Application Support is required to run iTunes helper.  Please unistall iTunes, then install iTunes again". I have done this twice and continue to get the error message.  What now?

    Hi texasslagle,
    It sounds like you are having issues installing iTunes on your Windows 7 PC, a frustrating situation I am sure.
    There is an article that you may want to use to try to complete your install here -
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/ts5376
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Cannot install ITunes--Mesage is "Apple Application Support was not found.  Apple application Support is required to run ITunes Helper.  Please uninstall ITunes, then install ITunes again.  Error 2 (Windows Error 2)

    Cannot install ITunes--Mesage is "Apple Application Support was not found.  Apple application Support is required to run ITunes Helper.  Please uninstall ITunes, then install ITunes again.  Error 2 (Windows Error 2)

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Following error occurring when running application in wireless tool kit

    Hi
    Following error occurring when running application in wireless tool kit
    java/lang/ClassFormatError: Bad version information.
    can any suggest y ?

    Hi,
    I am also facing the same problem......................
    java/lang/ClassFormatError: Bad version information
    The error occurs when I try to simulate the mobile device using wireless tool kit. Does it have anything to do with the antivirus/firewall running on my system?
    Did Ram get a solution to his problem? Can anybody please help?
    Many Thanks
    Merin
    HI
    Sorry i could not find any related information there
    the version of wireless toolkit i am using is 2.1
    well in release notes its given that it also
    supports cldc1.0 and midp1.0
    presently i am using cldc1.0.4 and midp1.0.3
    versions
    is there any version compatability error
    please suggest me its quite urgent

Maybe you are looking for

  • How do I test for the presence of an active open document in Photoshop?

    I'm new to Adobe scripting, and one of my first scripts deals with the activeDocument in Photoshop. If there is no activeDocument, I want to display a message and terminate the script.  My efforts so far have been met with frustration.  While develop

  • No "Add name" when attempting to share a calendar

    I want to share an iCloud calendar, but when I go into the Edit screen and tap that calendar, the Add Name bar does not appear. It does appear on several other of my calendars, but not the one I want to share.

  • Issue with WebDynPro ALV

    Hi, I have an ALV with all the cell editors of the columns are input fields. But, the point is, the rows are not editable and it is not allowing me to do copy paste. Is there any way to do this. Best Regards Sid

  • My Color LaserJet has no PPD in CS3

    I have an HP Color LaserJet CP1515 that is using Illustrator CS3's default profile. Needless to say, the colors are quite off from what they are supposed to be. What do I do when there's no profile available for my printer?

  • Jain-sip-proxy server does not display in browser

    Hi JCP I have downloaded the codes for JAin-sip-Proxy Server, Jain-sip-applet-phone.my problems are:- 1. I have downloaded all libraries and don't find any error in boiuding the code, but when I deploy using Sailfin it just display Hello World in bro