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

Similar Messages

  • 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.

  • 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

  • Why I get an error when running a sequence using the LabVIEW operator interface ?

    I have a simple TestStand sequence calling LabVIEW vis that is giving me an error when I run it with the .exe version of the LabVIEW operator interface and I set TestStand to run the vis using the 8.2.1 runtime engine instead of the development adapter. I made a change in the operator interface to open a vi programatically and get the value of a control, this vi is also used in the TestStand sequence I am trying to run. Could this be causing my problem ?
    Thanks

    Hello Verdulken,
    I have a few additional questions:
    Does your application function correctly when running the LabVIEW operator interface you have created as a VI in the LabVIEW development environment (i.e. does this problem only occur when the LabVIEW operator interface is run as an executable)?
    What is the error that you are receiving?
    Regarding the VI that you open programmatically, do you open it in a visible manner (i.e. use the Show front panel when called option from VI Properties)?If so, do you also close this VI after it finishes (i.e. use the Close if originally closed option from VI Properties)?
    Does the error occur on the step that calls this very same VI again later in the sequence?
    Does your application function correctly if you use the development adapter for all of your calls?
    Thank you in advance for this information,
    Matt G.
    National Instruments
    Applications Engineering

  • 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

  • Rep-52005 error when running a report from form with parameter form

    I am trying to run a report from a web deployed form and this report has a parameter form. I am getting a Rep-52005: The specified key report does not exist in key map file.
    I am using Oracle Forms/Reports 10.1.2.0.2. My code is below. The first part works fine where I run a report with no parameter form, but the second part when I have a parameter form gets the about error.
    PROCEDURE call_report (
    p_report_name VARCHAR2,
    p_reportobj_name VARCHAR2 DEFAULT NULL,
    p_parameter_list paramlist DEFAULT NULL,
    p_parameter_string VARCHAR2 DEFAULT NULL
    IS
    repid report_object;
    v_rep VARCHAR2 (100);
    rep_status VARCHAR2 (100);
    v_report_url VARCHAR2 (240);
    v_interface VARCHAR2 (50);
    v_report_parameter VARCHAR2 (1);
    vc_user_name VARCHAR2 (100);
    vc_user_password VARCHAR2 (100);
    vc_user_connect VARCHAR2 (100);
    vc_connect VARCHAR2 (300);
    v_reportserv VARCHAR2 (30);
    v_job_number number;
    BEGIN
    /* Get the database to run the report against and
    find out if the report has any parameters */
    SELECT report_parameter_flag
    INTO v_report_parameter
    FROM program_list
    WHERE program_type = 'REPORTS'
    AND UPPER (screen_id) = UPPER (p_report_name);
    vc_user_name := get_application_property (username);
    vc_user_password := get_application_property (password);
    vc_user_connect := get_application_property (connect_string);
    v_reportserv := 'rep_xxxx_ias10g_home';
    v_report_url := 'http://xxxx.state.il.us';
    v_job_number := length(v_reportserv) +2;
    vc_connect :=
    vc_user_name
    || '/'
    || vc_user_password
    || '@'
    || vc_user_connect;
    v_interface := get_application_property (user_interface);
    IF ( v_interface = 'WEB'
    AND v_report_parameter = 'N'
    THEN
    repid := find_report_object(p_reportobj_name);
    set_report_object_property (repid, report_comm_mode, synchronous);
    set_report_object_property (repid, report_destype, cache);
    set_report_object_property (repid, report_desformat, 'pdf');
    -- v_reportserv := get_report_object_property (repid,report_server);
    set_report_object_property (repid, report_server, v_reportserv);
    set_report_object_property (repid, report_other, p_parameter_string);
    v_rep := run_report_object (repid);
    rep_status := report_object_status (v_rep);
    IF rep_status = 'FINISHED'
    THEN
    web.show_document (
    v_report_url
    || '/reports/rwservlet/getjobid='
    || substr(v_rep,v_job_number)
    || '?server='
    || v_reportserv
    ,'_blank'
    ELSE
    message ( rep_status
    || 'Report output aborted');
    END IF;
    ELSIF ( v_interface = 'WEB'
    AND v_report_parameter = 'Y'
    THEN
    repid := find_report_object (p_reportobj_name);
    set_report_object_property (repid, report_comm_mode, synchronous);
    set_report_object_property (repid, report_destype, cache);
    set_report_object_property (repid, report_desformat, 'pdf');
    set_report_object_property (repid, report_server, v_reportserv);
    set_report_object_property (
    repid,
    report_other,
    'paramform=yes P_USER_CONNECT='
    || vc_connect
    || ' P_SERVERNAME='
    || v_reportserv
    || ' P_ACTION='
    || v_report_url
    || '/reports/rwservlet'
    v_rep := run_report_object (repid);
    rep_status := report_object_status (v_rep);
    IF rep_status = 'FINISHED'
    THEN
    web.show_document (
    v_report_url
    || '/reports/rwservlet/getjobid='
    || substr(v_rep,v_job_number)
    || '?server='
    || v_reportserv
    ,'_blank'
    ELSE
    message ( rep_status
    || 'Report output aborted');
    END IF;
    ELSE
    run_product (
    reports,
    p_report_name,
    synchronous,
    runtime,
    filesystem,
    p_parameter_list,
    NULL
    END IF;
    EXCEPTION
    WHEN OTHERS
    THEN
    message (SQLERRM);
    END;
    My parameter form comes up and I enter the necessary information and hit submit query button. Then I get the Rep-52005: The specified key report does not exist in key map file.
    Any help will be greatly appreciated!!
    Shellie Bricker

    Your code seems to be implementing metalink note 139546.1 - Using Reports parameter forms with RUN_REPORT_OBJECT on the web.
    For what I can see, the P_ACTION parameter should end in ?...
    i.e.
    P_ACTION=http://<hostname.domain:port>/reports/rwservlet?'
    set_report_object_property (
    repid,
    report_other,
    'paramform=yes P_USER_CONNECT='
    || vc_connect
    || ' P_SERVERNAME='
    || v_reportserv
    || ' P_ACTION='
    || v_report_url
    || '/reports/rwservlet?'
    );If this does not fix your problem, then to troubleshoot further you would have to post the code in your Before Parameter Form trigger of your report.
    Hope this helps,
    UPDATE:
    If the above does not fix your problem, my guess is that report name is not being generated in the hidden runtime values build by the code in the Before Parameter Form trigger.
    i.e.
    http://localhost:8889/reports/rwservlet?report=&destype=cache&desformat=PDF
    The above code will throw error REP-52005: The specified key report does not exist in key map file.
    Edited by: Rodolfo Ferrari on Jul 8, 2009 9:43 PM

  • 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)

  • "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 VI logger 2.01 with MX driver

    Hi,
    When I run a VI task , the following message from Task Validation shows up:
    Database does not exist in the specified path.
    I have reinstalled the software, but it want fix the problem.
    How do I solve this problem?
    Do I need the full vers. of VI logger, to run and log data?
    Do I need the Citadel database installed ? Where do I finde the Citadel database? What CD? I have the full NI Academic software.
    Please help me!!!
    I'm LOST.
    S.
    Tævje
    [email protected]

    Look here for solving problem.
    RegardsMessage Edited by Indiana on 04-21-2005 08:33 AM
    Message Edited by Indiana on 04-21-2005 08:34 AM
    Message Edited by Indiana on 04-21-2005 08:34 AM
    Message Edited by Indiana on 04-21-2005 08:36 AM

  • 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

  • ADT packaging with native extensions : permission denied error when running remote build.

    Hi Team,
    We are facing the following error when running the nightly ant build script on Mac machine for our air mobile application. We are using iOS native extensions and package with ADT. This works fine when we run the build as local user in the Mac machine. Earlier we faced some issues due to headless build and we have added the <headless-server>true</headless-server> in corresponding config files (flex-config.xml, airmobile-config.xml). After that we are facing the following error, even when we run the ant build in headless mode using the following command.
    ant -Djava.awt.headless=true -f build.xml buildPackage
    When running this build as local user in the Mac build machine, we see a window opening with com.adobe.air.ADT while packaging. This is the issue when running nightly build as there is no graphics window.
    Can anybody please help how to get rid of this issue for nightly build using adt,jar?
    Here is the error from build log:
    buildiOSPackageWithNativeExtensionMac:
         [echo] Export the iOS package with Native extension for ApprovalsMobile in Mac
         [java] Exception in thread "main" java.lang.InternalError: Can't connect to window server - not enough permissions.
         [java]  at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         [java]  at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1827)
         [java]  at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
         [java]  at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         [java]  at java.lang.System.loadLibrary(System.java:1045)
         [java]  at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
         [java]  at java.security.AccessController.doPrivileged(Native Method)
         [java]  at java.awt.Toolkit.loadLibraries(Toolkit.java:1605)
         [java]  at java.awt.Toolkit.<clinit>(Toolkit.java:1627)
         [java]  at java.awt.Dimension.<clinit>(Dimension.java:70)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator.validateImageUri(ApplicationDescri ptorValidator.java:183)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator20.validateElement(ApplicationDescr iptorValidator20.java:121)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator25.validateElement(ApplicationDescr iptorValidator25.java:65)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator26.validateElement(ApplicationDescr iptorValidator26.java:62)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator30.validateElement(ApplicationDescr iptorValidator30.java:52)
         [java]  at com.adobe.air.validator.ApplicationDescriptorValidator31.validateElement(ApplicationDescr iptorValidator31.java:46)
         [java]  at com.adobe.air.validator.DescriptorValidator.endElement(DescriptorValidator.java:239)
         [java]  at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser .java:601)
         [java]  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XML DocumentFragmentScannerImpl.java:1782)
         [java]  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDri ver.next(XMLDocumentFragmentScannerImpl.java:2939)
         [java]  at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImp l.java:648)
         [java]  at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScanne rImpl.java:140)
         [java]  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDo cumentFragmentScannerImpl.java:511)
         [java]  at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.ja va:808)
         [java]  at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.ja va:737)
         [java]  at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
         [java]  at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java :1205)
         [java]  at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.j ava:522)
         [java]  at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
         [java]  at javax.xml.parsers.SAXParser.parse(SAXParser.java:198)
         [java]  at com.adobe.air.Descriptor.validateXML(Descriptor.java:182)
         [java]  at com.adobe.air.Descriptor.<init>(Descriptor.java:56)
         [java]  at com.adobe.air.ApplicationDescriptor.<init>(ApplicationDescriptor.java:84)
         [java]  at com.adobe.air.ApplicationPackager.validateApplicationDescriptor(ApplicationPackager.java: 101)
         [java]  at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:64)
         [java]  at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:217)
         [java]  at com.adobe.air.ADT.parseArgsAndGo(ADT.java:557)
         [java]  at com.adobe.air.ADT.run(ADT.java:414)
         [java]  at com.adobe.air.ADT.main(ADT.java:464)
    Thanks,
    Swathi.

    Note: Before the above error that were two other errors .
    1) The build complained that the adt-bundle-linux toolchain could not be found and required that it be added to .mozconfig. This was done.
    2) The build complained that dx could not be found.
    The configure file was edited and the values $DX, $AAPT and $AIDL were all set to the adt-bundle-linux/sdk/build-tools/android-4.4 path.
    The instructions given on the Mozilla Wiki did not work right for Android and several modifications were made to move it along. But this permission error is tough to figure out.

Maybe you are looking for

  • Error running SSIS package to do with encrypting/decrypting password. Help needed.

    Getting this error. Can anyone shed some light? This is the first promote since 2009. Protection level of the package is 'EncryptSensitiveWithPassword' I'm new at SSIS so don't assume I know anything. 10/30/2014 16:11:06,HPAddress_Export,Error,0,SSQL

  • Socket remains in "established"  state

    In the following code, my program listens for input from port 1505. there are 3 PCs to connect to this port. if there is a data from the port there is no problem with thw connection and the sockets are closed and program continues. but when i see one

  • Network Policy Server Policies

    We are using Windows Network Policy Server application as a radius server for VPN connections using windows server 2008 R2. On my firewall, we currently have only 1 VPN profile and we have a Network Policy that saysif they are not part of this window

  • MacBook pro charger cable ripped

    I was using my MacBook pro earlier today and I heard a spark noise only to find my charger sparking at the end where it connects to the brick. There was a little tear before this, but until the sparking happened the rubber surrounding the cord was mo

  • KI178 - Enter a true account assignment relevant to cost accounting @ VA01

    Hi All, I am creating a new Sales Order, however it is issuing KI178 message as above and does not allow me to save it. What could be the issue here? Thanks, Regards, Dave