Flashbuilder 4 Upgrade from Flex 3 getting following errors any idea

Hi:
  I'm getting the following 2 errors when I try to compile a swf from Flex 3 to FB4
  Any ideas and how to get around this
  1) 1061: Call to a possibly undefined method addChild through a reference with static type mx.core:INavigatorContent
      this is the AS call
        app.dashboardstack.selectedCild.addChild(panel);
2) 1118: Implicit coercion of a value with static type mx.core.INavigatorContent to a possibly unrelated type
             mx.core.Container
        var subjectObject:Container = accordion.selectedChild;
Thanks, Mike

You need to read this, http://www.adobe.com/devnet/flex/articles/flex3and4_differences.html and a couple of other related articles in the Flex Developer Center.

Similar Messages

  • After upgrading  jdeveloper version getting following errors

    Hi,
    I created my application using jdeveloper11.1.1.3 and now i upgraded my jdeveloper version to 11.1.2.1. And while using my application in this I am getting following errors.
    1. ArrayIndexOutOfBoundException:
    TestCase:
    I am having modeldriven dropdown searchfield(Combo) in my search form. while selecting the value from it and clicking search button the following errors occurs. It occurs only for combobox field.
    2. ADF: Adding the following JSF error message: Missing IN or OUT parameter at index:: 1 java.sql.SQLException: Missing IN or OUT parameter at index:: 1
    TestCase:
    In my Timesheet form when entering the data and saving it. this error occurs.
    please help.....
    Edited by: Rebecca on Nov 30, 2011 10:48 PM

    hi user,
    ArrayIndexOutOfBoundException: check the code gone under some looping. that is in recursion
    Missing IN or OUT parameter at index : usual mistake using some bind param. but not defining that bind param variable.
    but your subject of your thread is different from your content of your thread. why?

  • ECC 6 SR3 upgrade I am getting following error at  RSVBCHCK

    2EETQ241 Errors found in logfiles - accumulated in file "PSVBCHCK.ELG"
    1EETQ203 Upgrade phase "JOB_RSVBCHCK_D" aborted with errors
    1 ETH010XRSVBCHCK: Check of open update requests
    2EETG050 Update records still exist - Please process.
    There is no SM13 nor SMQ1 entries in the system, also reorganiezed update records, also checked following.
    SQL> select * from sapr3.VBERROR;
    no rows selected
    SQL> select * from SAPR3.VBERROR;
    no rows selected
    SQL> select * from SAPR3.VBMOD;
    no rows selected
    SQL> select * from SAPR3.VBHDR;
    no rows selected
    SQL>
    Incase anyone had faced similar issues, and found a workarond please let me know
    thanks.

    Hi Mathew,
    Please check if your system has the ABAP program "RMCEXCHK" as per OSS Note  no. 1083709.
    Once you run this program, it exactly would let you know what are the areas which are causing the issues. Based on that you can empty out the LIS Set up tables.
    Also, can you please check the update program for LIS has emptied out the entries in SMQ1.
    Regards,
    Anil

  • Getting Tomcat error- any ideas?

    Im on a Uni tomcat server and am getting this error "The requested resource (/05ics42/servlet/SessionServlet) is not available."
    I cant change the actual tomcat settings but i dont think its that, all the other students dont have this problem so im thinking the tomcat settings are fine. Im under the impression that it may actually be something in my servlet.
    import java.io.*;
    import java.sql.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class SessionServlet extends HttpServlet
    public void doGet(HttpServletRequest req, HttpServletResponse res)
    throws IOException, ServletException {
    processRequest(req,res);
    public void doPost(HttpServletRequest req, HttpServletResponse
    res) throws IOException, ServletException {
    processRequest(req,res);
    public void processRequest(HttpServletRequest req,
    HttpServletResponse res) throws IOException, ServletException {
    res.setContentType("text/HTML");
    PrintWriter out = res.getWriter();
    String username = req.getParameter("username");
    String password = req.getParameter("password");
    Connection con = null;
    try {
    con = DBConnection.getConnection();
    Statement statement = con.createStatement();
    ResultSet rs = statement.executeQuery("SELECT * " +
    "FROM User_Login" + "WHERE username = '" +
    username + "' and " + "password = '" + password + "'");
    out.println("<HTML><HEAD><TITLE>Session Servlet</TITLE></HEAD><BODY><CENTER>");
    out.println("<br /><br />");
    if(!rs.next()) {
    out.println("Login Denied");
    else {
    UserSession.setSession(req,username);
    out.println("Welcome " + UserSession.getSession() + "!");
    out.println("</center></body></html>");
    catch(Throwable th) {
    th.printStackTrace();
    finally {
    try {
    con.close();
    catch(Throwable e) {
    e.printStackTrace();
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    public class DBConnection
    public static String dbDriver;
    private static String dbLocation;
    private static String dbUsername;
    private static String dbPassword;
    private static void initialize() {
    dbDriver="com.mysql.jdbc.Driver";
    dbLocation = "jdbc:mysql://latcs5.cs.latrobe.edu.au/05ics42";
    dbUsername="05ics42";
    dbPassword="cse32ics";
    public static Connection getConnection() {
    if(dbDriver == null) {
    initialize();
    Connection connection = null;
    try {
    Class.forName(dbDriver);
    connection = DriverManager.getConnection(dbLocation,dbUsername,dbPassword);
    catch(ClassNotFoundException cnfe) {
    System.out.println("DBConnection Not Found: " + cnfe);
    catch(SQLException sqle) {
    System.out.println("DBConnection: SQL Exception: "+
    sqle);
    finally{}
    return connection;
    <web-app>
    <servlet>
    <servlet-name>ToppingFactory</servlet-name>
    <servlet-class>ToppingFactory</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>ToppingFactory</servlet-name>
    <url-pattern>/servlet/ToppingFactory</url-pattern>
    </servlet-mapping>
    </web-app>
    Any ideas? Thanks for any help Gurus :D

    <servlet-class>SessionServlet</servlet-class>Your servlet class MUST have a package. Specify a package for the servlet class, recompile it and place it with the proper directory structure corresponding to the package under WEb-INF/classes for your web application. Then specify the <servlet-class> tag with the fully qualified servlet class name.
    It should solve your problem.

  • When editing a template and making changes then saving and closing I get this error any idea?

    Have a user who is on Sharepoint office 365 online and when trying to center a excel spreadsheet icon link to center on a organizational report template then saving and closing the user receives this error:
    An expected error has occured
    Trouble shoot issues with Microsoft Sharepoint foundation
    Correlation ID 0952719c-af2e-20a4-9ee6-e98b1a457d0a
    Any clue what this error indicates?
    Best regards,<br/> <br/> <strong>Joe C<br/> </strong>Partner Online Technical Community<br/> -----------------------------------------------------------------------------------------<br/> We hope you get value from
    our new forums platform! Tell us what you think:<br/> <a href="http://social.microsoft.com/Forums/en-US/partnerfdbk/threads"><span style="color:#0033cc">http://social.microsoft.com/Forums/en-US/partnerfdbk/threads<br/>
    </span></a>------------------------------------------------------------------------------------------<br/> This posting is provided &quot;AS IS&quot; with no warranties, and confers no rights <hr>

    Any ideas?  And Melbourne is right SP 2013 online would be impossible to view those logs unless I open a ticket with MS
    Best regards,<br/> <br/> <strong>Joe C<br/> </strong>Partner Online Technical Community<br/> -----------------------------------------------------------------------------------------<br/> We hope you get value
    from our new forums platform! Tell us what you think:<br/> <a href="http://social.microsoft.com/Forums/en-US/partnerfdbk/threads"><span style="color:#0033cc">http://social.microsoft.com/Forums/en-US/partnerfdbk/threads<br/>
    </span></a>------------------------------------------------------------------------------------------<br/> This posting is provided &quot;AS IS&quot; with no warranties, and confers no rights <hr>

  • Have downloaded new Lightroom 5.4 from CC. When trying to launch am getting following error message and then Lightroom crashes: "an error occurred when attempting to change modules". Can't find a thread which relates to this error message.

    Have downloaded new Lightroom 5.4 from CC. When trying to launch am getting following error message and then Lightroom crashes: "an error occurred when attempting to change modules". Can't find a thread which relates to this error message.

    Hi 99jon,
    Many thanks for that. Had been going through this list yesterday and now again today:
    Ref  Solution 1: Lightroom is at its latest update
    Ref  Solution 2: It's interesting how I cannot find the Preferences file anywhere on my mac. (new mac pro, OS 10/9.2) . . .
    Ref  Solution 3: Lightroom doesn't allow me to do anything after the error message appears
    Ref  Solution 4: don't have any Nik Software plug-ins
    Ref  Solution 5: checked permissions and changed all to "Read & Write" - makes no difference
    Ref  Solution 6: I don't have a different user account on my mac.
    Not sure what else to do.

  • HT201493 Can't sign in into find my friends on my ipad2. Get following error message" your Apple I'd is valid but this iPad does mot qualify fot the free iCloud service". Does any one has

    Can't sign in into find my friends on my ipad2. Get following error message" your Apple I'd is valid but this iPad does mot qualify fot the free iCloud service". Did any one had this problem? Any solutions?

    Can't sign in into find my friends on my ipad2. Get following error message" your Apple I'd is valid but this iPad does mot qualify fot the free iCloud service". Did any one had this problem? Any solutions?

  • During iTunes installation "Registering iTunes automation server"... I am getting following error messag from "Microsoft visual C   runtime Library"... Runtime Error! Program: C:\program files (x86)\iTunes\iTunes.exe

    During iTunes installation, when it comes to installation phase "Registering iTunes automation server"... I am getting following error message:
    "Microsoft visual C++ runtime Library"...
    "Runtime Error! Program: C:\program files (x86)\iTunes\iTunes.exe"
    "R6034
    An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information."
    My system is Windows 7 Enterprise - Service Pack1

    Check the user tip below.
    https://discussions.apple.com/docs/DOC-6562

  • While running a report i am getting following error?

    HI
    While opening a report i am getting following error. Here i attached screen shot .Please tell me solution for  that

    I am also receiving the same error, but from within Answers. It occurs occasionally, depending on what fields I select. I am trying to narrow it down to a field and field type. I am using OBIEE 10.1.3.4.0 and Oracle 11g.
    Any help would be appreciated.
    Thanks,
    Anne

  • Getting following error  while we starting up cache engine

    Hi,
    We always getting following error, when we try to restart our 4 cache engine ie 4th coherence node all the time. We are having cluster with WKA type with 6 member in it. First 3 member start normally without any issues. But the 4 th one always ends up in the following issue. Even we change starting order for coherence nodes, first 3 will go fine, from 4 th onwards, we are getting the following problem.
    2012-10-25 16:27:25.746/113.283 Oracle Coherence EE 3.4.2/411p1 <Error> (thread=DistributedCache, member=4): validatePolls: This service timed-out due to una
    nswered handshake request. Manual intervention is required to stop the members that have not responded to this Poll
    PollId=1, active
    InitTimeMillis=1351178785142
    Service=DistributedCache (4)
    RespondedMemberSet=[]
    LeftMemberSet=[]
    RemainingMemberSet=[1,2,3]
    what should we check for? Any help is greatly appreciated.
    Regards,
    chakradhar

    Hi,
    This was a problem in earlier releases of Coherence and you can try to configure the <thread-pool> for your Distributed Cache and see if the problem goes away. Here is a note from Oracle support that talks more about this problem: https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=845363.1
    HTH
    Cheers,
    _NJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Having trouble with Face Time app, get following error messages

    Since having a new hard drive installed in computer my Face Time account no longer works. Everytime i try and sign into my Face Time account= get following error message
    "the server encountered an error processing registration. Please try again later.
    = when try and install the app from mac store error message says
    "A newer version of this app is already installed on this computer
    If you want to replace it with this version, move the existing app to the trash.
    BUT WHEN TRY TO DELETE APP ON COMPUTUER (AS IT IS NOT WORKING)
    Get following error message " Face Time.app" can't be modified or deleted because it is required by Mac OS X.
    have MacBook Pro
    mountain Lion
    Software OS X 10.8.3
    Hope you can assist, best wishes GG

    This could be a complicated problem to solve, as there are many possible causes for it. Test after taking each of the following steps that you haven't already tried. Back up all data before making any changes.
    Before proceeding, test on another network, if possible. That could be a public Wi-Fi hotspot, if your computer is portable, or a cellular network if you have a mobile device that can share its Internet connection. If you find that iMessage works on the other network, the problem is in your network or at your ISP, not in your computer.
    Step 1
    Check the status of the service. If the service is down, wait tor it to come back up. There may be a localized outage, even if the status indicator is green.
    Step 2
    Restart your broadband device and your router, if different. You may have to skip this step if you don't control those devices.
    Step 3
    From the menu bar, select
     ▹ About This Mac
    Below the "OS X" legend in the window that opens, the OS version appears. Click the version line twice to display the serial number. If the number is missing or obviously invalid, take the machine to an Apple Store or other authorized service center to have the problem corrected.
    Step 4
    Back up all data, then take the steps suggested in this support article.
    There are five steps in that article. Please take all of them. If you don't understand some of the steps or can't carry them out, ask for guidance.
    Step 5
    From the menu bar, select
     ▹ System Preferences ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. If any proxy options are selected, make a note of them and then deselect them. You don’t need to change the bypass or FTP settings. Click OK and then Apply. Test. The result may be that you can't connect to any web server. Restore the previous settings if that happens.
    Step 6
    Reset the NVRAM.
    Step 7
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    If iMessage worked in the guest account, stop here and post your results.
    Step 8
    Boot in safe mode and log in. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including Wi-Fi on certain iMacs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. After testing, reboot as usual (i.e., not in safe mode) and test again.
    If iMessage worked in safe mode, but didn't work when you booted out of safe mode, stop here and post your results.
    Step 9
    According to one anecdotal report, Flash Player may interfere with iMessage, though I don't know how and can't confirm. To test this theory, select from the menu bar
     ▹ System Preferences… ▹ Flash Player ▹ Storage
    and click
    Block all sites from storing information on this computer
    Close the preference pane. If this action solves the problem, please post your results.
    Step 10
    Boot into Recovery and reinstall OS X.
    Step 11
    If none of the above steps resolves the issue, make a "Genius" appointment at an Apple Store, or contact Apple  Support.

  • Testing Resume extractor is configured - I am getting following error.

    To test the Resume Extractor configured, navigate to Set Up HRMS ->
    Product Related ->Recruiting ->Vendor
    click “Search” if it is configured.
    Click the “Test” link to browse a resume/CV and click “Upload”.
    After Press Upload button I am getting Following error.
    Java Exception: java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64: during call of com.peoplesoft.hrms.hrs.base64Utils.base64Encode. (2,763) HRS_HROI.UTIL.Base64Wrapper.OnExecute Name:encode PCPC:251 Statement:6
    Called from:HRS_HROI_RESUMEEXTRACT.UTIL.ResumeProcessing.OnExecute Name:uploadResume Statement:58
    Called from:HRS_HROI_RESUMEEXTRACT.Services.ResumeExtract.OnExecute Name:buildTestpage Statement:89
    Called from:HRS_HROI.Components.HRS_VENDOR_SETUP.OnExecute Name:FieldChange_HRS_TEST_LINK Statement:150
    Called from:HRS_VENDOR_SETUP.GBL.HRS_VNDR_WRK.HRS_TEST_LINK.FieldChange Statement:2
    Edited by: Silambarasan.K on Jul 4, 2011 6:12 PM

    Now resume loaded,It's show following error now.
    To test the Resume Extractor configured, navigate to Set Up HRMS ->
    Product Related ->Recruiting ->Vendor
    click “Search” if it is configured.
    Click the “Test” link to browse a resume/CV and click “Upload”.
    Now loaded Press Continue Button It's show new exception,
    Fatal SQL error occurred. (2,125) HRS_HROI.UTIL.CoreCommunications.OnExecute Name:BuildTransactionLogXml PCPC:14843 Statement:289
    Called from:HRS_HROI.UTIL.CoreCommunications.OnExecute Name:BuildTransactionLog Statement:167
    Called from:HRS_HROI_RESUMEEXTRACT.Services.ResumeExtract.OnExecute Name:DoService Statement:14
    Called from:HRS_HROI_RESUMEEXTRACT.Services.ResumeExtract.OnExecute Name:processTestPage Statement:119
    Called from:HRS_HROI.Components.HRS_VENDOR_SETUP.OnExecute Name:FieldChange_HRS_TEST_SUBMIT Statement:159
    C
    A SQL error has occurred, review the SQL to determine the cause of the error.
    Review the program for errors. If necessary, run a PeopleCode trace to determine the program that failed.

  • Hi all, I am getting following error while define parameters

    Hi all,
    I am new in xmlp report development, when I define parameters in report, while running report I am getting following error
    Calling XDO Data Engine...
    java.sql.SQLException: ORA-00936: missing expression
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java(Compiled Code))
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java(Inlined Compiled Code))
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java(Compiled Code))
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:880)
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2580)
         at oracle.jdbc.driver,
    here is my Data template file
    <?xml version="1.0" encoding="windows-1252"?>
    <dataTemplate name="A_TEST" description="A_TEST" Version="1.0">
    <parameters>
    <parameter name ="p_order_number" dataType="number" />
    <parameter name ="p_from_date" dataType="VARCHAR2" />
    <parameter name ="p_to_date" dataType="VARCHAR2" />
    </parameters>
    <dataQuery>
    <sqlStatement name="ROW">
    <![CDATA[SELECT    SELECT oola.line_number, TRUNC (oola.schedule_ship_date) mks_schedule_date
          ,oola.request_date mks_earliest_ship_date
          ,oola.schedule_arrival_date mks_in_house_date
          ,oola.ordered_item mks_cust_p_no, oola.cust_po_number cust_po_no
          ,fnd.description customer_rep, oehead.order_number
      FROM oe_order_lines_all oola, oe_order_headers_all oehead, fnd_user fnd
    WHERE fnd.user_id = oehead.created_by
       AND oehead.header_id = oola.header_id
       AND oehead.order_number = :p_order_number
       AND oola.schedule_ship_date >= ':p_from_date'
       AND oola.schedule_ship_date <= ':p_to_date']]>
    </sqlStatement>
    </dataQuery>
    </dataTemplate>

    I dont see nay issue other than
    :p_from_date'
    No need for quote ' ', use :p_from_date

  • I cloud gives me the following message when I try and log in "you can't log in because of a server error" any ideas?

    I cloud gives me the following message when I try and log in "you can't log in because of a server error" any ideas?

    Hi spillgar,
    If you are having issues signing in to iCloud from your Windows machine, you may find the following articles helpful:
    iCloud: Account troubleshooting
    http://support.apple.com/kb/ts3988
    iCloud: If you can’t sign in to iCloud.com
    http://support.apple.com/kb/ph2611
    Regards,
    - Brenden

  • Getting following error when trying to run my application through eclipse

    Hi
    i am getting following error when i am trying to execute my program from my eclipse id 3.2 .Plz help me .I have also increase jvm memory upto 256M but it doesnt work.
    [java] E:\tarun\java\workspace1\Nss_Gui\main\build.xml:62: java.io.IOException: CreateProcess: "C:\Program Files\Java\jre1.5.0_05\bin\java.exe" -Xmx100M -classpath E:\tarun\java\workspace1\Nss_Gui\main\output;E:\tarun\java\workspace1\Nss_Gui\main\conf;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryRequest.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryResponse.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Cdr.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$2.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Event.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor�
    [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:758)
    [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171)
    [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84)
    [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [java] at org.apache.tools.ant.Task.perform(Task.java:364)
    [java] at org.apache.tools.ant.Target.execute(Target.java:341)
    [java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [java] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
    [java] Caused by: java.io.IOException: CreateProcess: "C:\Program Files\Java\jre1.5.0_05\bin\java.exe" -Xmx100M -classpath E:\tarun\java\workspace1\Nss_Gui\main\output;E:\tarun\java\workspace1\Nss_Gui\main\conf;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryRequest.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryResponse.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Cdr.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$2.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Event.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor�
    [java] at java.lang.ProcessImpl.create(Native Method)
    [java] at java.lang.ProcessImpl.<init>(Unknown Source)
    [java] at java.lang.ProcessImpl.start(Unknown Source)
    [java] at java.lang.ProcessBuilder.start(Unknown Source)
    [java] at java.lang.Runtime.exec(Unknown Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [java] at java.lang.reflect.Method.invoke(Unknown Source)
    [java] at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:834)
    [java] at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:435)
    [java] at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:449)
    [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:751)
    [java] ... 13 more
    [java] --- Nested Exception ---
    [java] java.io.IOException: CreateProcess: "C:\Program Files\Java\jre1.5.0_05\bin\java.exe" -Xmx100M -classpath E:\tarun\java\workspace1\Nss_Gui\main\output;E:\tarun\java\workspace1\Nss_Gui\main\conf;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryRequest.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryResponse.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Cdr.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$2.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Event.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor�
    [java] at java.lang.ProcessImpl.create(Native Method)
    [java] at java.lang.ProcessImpl.<init>(Unknown Source)
    [java] at java.lang.ProcessImpl.start(Unknown Source)
    [java] at java.lang.ProcessBuilder.start(Unknown Source)
    [java] at java.lang.Runtime.exec(Unknown Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [java] at java.lang.reflect.Method.invoke(Unknown Source)
    [java] at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:834)
    [java] at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:435)
    [java] at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:449)
    [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:751)
    [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171)
    [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84)
    [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [java] at org.apache.tools.ant.Task.perform(Task.java:364)
    [java] at org.apache.tools.ant.Target.execute(Target.java:341)
    [java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [java] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)

    javax.el.PropertyNotFoundException: Target Unreachable, 'oracle' returned null
    The managed bean property 'oracle' is not found with the specified EL expression. What is the EL expression used  and what is the managed bean property?

Maybe you are looking for

  • Problems with iTunes installation

    Hello, I am having problems with installing iTunes 10.4. I am running an Acer Aspire M1640 running Windows Vista (32) v 6.0.6002 SP2 and updated. When trying to update my old version of iTunes I got the following error "Bonjour: The feature that you

  • Where can I find an oline manual for Mail for Mavericks?

    I am looking for an oline manual for Mail for Mavericks to learn about its featires/functionality before I switch to the MAC. Is there such a manual and if so, please share a link (I could not locate it). Thanks.

  • External monitor with closed clamshell without mouse

    Hi, I use MacBook Pro with a non-Apple monitor (via VGA adapter) which is easily detected and performs screen extension and mirroring well. I have wireless keyboard from Apple and pen & touch tablet from Wacom, both connected. When I close the lid, t

  • Run Into Problem When Trying Not To Hard Code the Host Name

    My code (using the JavaMail API) works fine when the SMTP host name is hard coded in the program:        props.put( "mail.smtp.host", "TheHostName" );Then, I tried to put the host name in a properties file (smtpServer.properties). The properties file

  • Max no of feilds a database table can have?

    Hi all,         Can some body tell me Max no of feilds a database table can have? Thanks a lot - Chandan