Error when i try to run ARI_INVOICE_PAYMENT_PAGE.xml on local jdeveloper

Hi,
I brought all the files from server to local machine and when I try to run ARI_INVOICE_PAYMENT_PAGE.xml the project, I am getting the following error messages.
Error:
Error(320,17): final method getClass() in class java.lang.Object cannot be overridden by method getClass() in class oracle.apps.ar.irec.accountDetails.cmreq.server.CMRequestVORowImpl
Then i change the method name getClass() to getXclass(),I run ARI_INVOICE_PAYMENT_PAGE.xml the project error message not displayed in jdeveloper but I am getting the following error in application page.
Exception Details.
oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT customer_id, currency_code, total_due_original, total_due_remaining, total_discount, total_service_charge, total_payment_amount, (total_due_remaining - total_discount - total_payment_amount) as total_balance_due, TO_CHAR(total_due_original , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as total_due_original_formatted, TO_CHAR(total_due_remaining , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as total_due_remaining_formatted, TO_CHAR(total_service_charge , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as total_service_charge_formatted, TO_CHAR( -total_discount , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as total_discount_formatted, TO_CHAR(total_payment_amount , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) as total_payment_amount_formatted, TO_CHAR( (total_due_remaining - total_discount - total_payment_amount) , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as total_balance_due_formatted, TO_CHAR(TO_NUMBER(TO_CHAR(SYSDATE, 'MM'))) current_month, TO_CHAR(SYSDATE, 'YYYY') current_year, TO_CHAR( (total_service_charge + total_payment_amount) , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as grand_payment_total_formatted, :1 as customer_site_use_id, total_number_of_installments, trunc(sysdate) as receipt_date, TO_CHAR( (dispute_amt), FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 ))||' '||currency_code as dispute_amt FROM (SELECT customer_id, currency_code, sum(amount_due_original) total_due_original, sum(amount_due_remaining) total_due_remaining, sum(discount_amount) total_discount, sum(service_charge) total_service_charge, sum(payment_amt) total_payment_amount, sum(number_of_installments) total_number_of_installments, sum(dispute_amt) dispute_amt FROM ar_irec_payment_list_gt WHERE customer_id = :2 AND customer_site_use_id = nvl(:3, customer_site_use_id) GROUP BY customer_id, currency_code ) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862) at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:985) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:210) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:132) at oracle.apps.fnd.framework.server.OAViewObjectImpl.invokeMethod(OAViewObjectImpl.java:1123) at oracle.apps.ar.irec.accountDetails.pay.webui.QuickPaymentCO.processRequest(QuickPaymentCO.java:53) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:389) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at _OA._jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## java.sql.SQLException: ORA-01008: not all variables bound at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141) at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2487) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622) at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550) at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:627) at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:515) at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3347) at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java:825) at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4465) at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574) at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:538) at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2369) at oracle.jbo.server.ViewRowSetIteratorImpl.first(ViewRowSetIteratorImpl.java:1250) at oracle.jbo.server.ViewRowSetImpl.first(ViewRowSetImpl.java:2363) at oracle.jbo.server.ViewObjectImpl.first(ViewObjectImpl.java:5231) at oracle.apps.ar.irec.accountDetails.pay.server.MultipleInvoicesPayListSummaryVOImpl.isSingleInstallment(MultipleInvoicesPayListSummaryVOImpl.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:189) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:132) at oracle.apps.fnd.framework.server.OAViewObjectImpl.invokeMethod(OAViewObjectImpl.java:1123) at oracle.apps.ar.irec.accountDetails.pay.webui.QuickPaymentCO.processRequest(QuickPaymentCO.java:53) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:389) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at _OA._jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:534) java.sql.SQLException: ORA-01008: not all variables bound at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141) at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2487) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622) at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550) at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:627) at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:515) at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3347) at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java:825) at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4465) at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574) at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:538) at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2369) at oracle.jbo.server.ViewRowSetIteratorImpl.first(ViewRowSetIteratorImpl.java:1250) at oracle.jbo.server.ViewRowSetImpl.first(ViewRowSetImpl.java:2363) at oracle.jbo.server.ViewObjectImpl.first(ViewObjectImpl.java:5231) at oracle.apps.ar.irec.accountDetails.pay.server.MultipleInvoicesPayListSummaryVOImpl.isSingleInstallment(MultipleInvoicesPayListSummaryVOImpl.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:189) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:132) at oracle.apps.fnd.framework.server.OAViewObjectImpl.invokeMethod(OAViewObjectImpl.java:1123) at oracle.apps.ar.irec.accountDetails.pay.webui.QuickPaymentCO.processRequest(QuickPaymentCO.java:53) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:389) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at _OA._jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:534)
Thanks,
Siddhu

Is IE your default browser?
The address in that error is somewhat peculiar, in that it points to a process running on your computer (127.0.0.1 is a loopback address that points to your own system).
I suggest that after downloading and saving the Flash installer to a folder, you completely exit Firefox, and do the installation with Firefox closed in case having Firefox open is interfering in some manner.
Of course, make sure you get the official installer from Adobe, and '''uncheck the box for any tag-along software that you do not want''':
http://get.adobe.com/flashplayer/

Similar Messages

  • Error when I try to run a Journal report, Works fine in previous month

    Hi,
    I am getting an error when I try to run a Journal report in HFM. The report runs fine for October Month but fials in November. does anyone have any ideas what it could be. The error message details are per below
    Error Reference Number: {B6DCF307-AB72-476F-9634-70E35C3E8F2F};User Name: vivek.singha@WorleyParsons
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvDSCalcStatus.cpp;Line: 391;Ver: 9.3.1.6.2558;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvDSCalcStatus.cpp;Line: 7035;Ver: 9.3.1.6.2558;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: DataSecurity.cpp;Line: 696;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: DataSecurity.cpp;Line: 329;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: SecurityInternal.cpp;Line: 1695;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournals.cpp;Line: 1249;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournals.cpp;Line: 988;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournalsACM.cpp;Line: 1734;Ver: 9.3.1.0.1502;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournalsACM.cpp;Line: 1648;Ver: 9.3.1.0.1502;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: ReportGenerator_Journal.cpp;Line: 136;Ver: 9.3.1.0.2176;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvReportGeneratorACM.cpp;Line: 575;Ver: 9.3.1.0.2176;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: HFMActionsExecution.cpp;Line: 2189;Ver: 9.3.1.0.2385;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: HFMActions.cpp;Line: 72;Ver: 9.3.1.0.2385;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: HFMCESAction.cpp;Line: 28;Ver: 9.3.1.0.2385;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:25 PM;Svr: AUHODWRLYP9;File: Actions.cpp;Line: 291;Ver: 9.3.1.0.2385;
    Regards
    Vivek

    Hi All,
    I narrowed it down by running a report excluding working journals and that worked fine.
    This was being caused by an invalid working Journal. I exported all journals from Prod, and tried loading them to test. One of the errors was
    "Line: 7736, Error: Invalid parent.child entity dimension specified"
    Looking at the row the journal did not have an entity specified for one of the lines.
    When a valid entity was specified the journal report then starts working.
    Lesson. Check all journals are valid. To find error, load journals export in a different environment.
    Thanks all for your help.
    Regards
    Vivek

  • Error when I try to run a form

    Hi,
    I created a table-based form, but I get a error when I try to run it (CTRL+R):
    java.lang.ClassNotFoundException: oracle.forms.engine.Main
    How can I fix it?
    Thanks
    Savio Barros

    If you have JInitiator installed successfully that is if you are able to run the test form try this
    Open the control panel of your JInitiator (double click on the JInitiator icon in windows control panel) in the Proxies tab, see if you have the Use Browser Settings check box checked.
    Otherwise configure the proxy settings and test your form.
    Regards,
    Tony

  • Javascript void 0 error when I try to run animation in an online tutorial

    I am using Firefox 4 and I am trying to take an online tutorial on Excel 2003. The website is:
    http://office.microsoft.com/en-us/training/
    When I try to click Play so the animation shows me the example, nothing happens and all I see at the bottom of the screen is the javascript void 0 message. Also, when I try to run the practice test, I get the error that Firefox does not allow Active X controls. I checked the Tools options to ensure that java is enabled, but still no success. What can I do? I look forward to your advice.

    Hi All,
    I narrowed it down by running a report excluding working journals and that worked fine.
    This was being caused by an invalid working Journal. I exported all journals from Prod, and tried loading them to test. One of the errors was
    "Line: 7736, Error: Invalid parent.child entity dimension specified"
    Looking at the row the journal did not have an entity specified for one of the lines.
    When a valid entity was specified the journal report then starts working.
    Lesson. Check all journals are valid. To find error, load journals export in a different environment.
    Thanks all for your help.
    Regards
    Vivek

  • Error when I try to run iTunes!

    I've installed iTunes successfully, I think, and whenever I try to run it I get that error message that asks me if I want to send an error report or not, I've done both. I've installed, reinstalled, and tried repairing and nothing seems to work.
    Please help!

    Blaznsweets, it sounds like you're going through what is happening to me. I just went to the filehippo site and downloaded a program there. I signed up for a 1 Year Full & Unlimited Access membership for $19.08. Right now my computer is downloading the setup file.
    I don't understand this at all. This iTunes program was so easy to install when I first bought my Ipod over a year ago and I had over 1500 songs and also some Audiobooks. Now it seems like the Ipod is worthless.

  • Error when I try to run HTTP Server

    Hi there,
    I am trying to start HTTP server so that I may setup and use WorkFlow (Process Flows). I am using OWB 9.2 and Workflow 2.6.2 on Windows XP. Here is what I get when I start the HTTP Server:
    -------------------- in a DOS Window ----------------
    Syntax error on line 92 of c:/oracle/ora92/sqlplus/admin/isqlplus.conf:
    FastCgiServer: redefinition of a previously defined FastCGI server "c:/oracle/ora92/bin/isqlplus"
    Note the errors or messages above, and press <ESC> key to exit. ...
    I tried reinstalling HTTP server but it did not help. I am not sure what is wrong and hot fix it. I think without HTTP server, I may not be able to run my "Process Flows".
    Please advise!
    TIA,
    Muhammad Amer

    Thanks Igor!
    I understand that in order to run Process Flows from within OWB, I do not need HTTP server. But I want to be able to schedule the "Process Flows" and some of the documentation I have read suggests that I need to configure and run HTTP Server. I am not quite sure if OEM fits into this process, too?
    Could you kindly let me know if I'd need to schedule the jobs through OWM or OWF Manager is enough?
    Also, whether we can run non-OWB jobs using OWF - for example, a PL/SQL Package and/or a Unix script? If the answer is yes, what is required to accomplish this? My organization does not have a job-scheduling tool and I want to find out if OWF can do this for us.
    Thank you once again and I look to hearing from you soon.
    Best regards,
    Amer

  • I got this error when i try to run my url ,guide me how to rectify it

    An Application error has occurred.
    Error Message
    Failed to Execute DisplayPolicyCommand because of Application Model problem
    Unable to get policy for service
    :Failed in execute
    executeWorkFlow:PolicyViewer:DefaultFlowMgr Failed on Tranforming with XSL com.gmaci.xsl.services.EpicPolicySearchD2A Failed in doTransform with transletNm
    com.gmaci.xsl.services.EpicPolicySearchD2A javax.xml.transform.TransformerException: org.apache.xml.utils.WrappedRuntimeException: Premature end of file. Failed in XMLTranslate:doTransform Failed in DefaultAdapterHandlerImpl:postProcessDualTransform Failed in PolicyViewerIpmChannelHandler:execute
    Trace
    com.gmaci.webapp.policyadmin.cmd.QuoteCommandException: Failed to Execute DisplayPolicyCommand because of Application Model problem : Unable to get policy for service : :Failed in execute : executeWorkFlow:PolicyViewer:DefaultFlowMgr Failed on Tranforming with XSL com.gmaci.xsl.services.EpicPolicySearchD2A Failed in doTransform with transletNm : com.gmaci.xsl.services.EpicPolicySearchD2A javax.xml.transform.TransformerException: org.apache.xml.utils.WrappedRuntimeException: Premature end of file. Failed in XMLTranslate:doTransform Failed in DefaultAdapterHandlerImpl:postProcessDualTransform Failed in PolicyViewerIpmChannelHandler:execute
    at com.gmaci.webapp.policyadmin.cmd.QuoteCommandAdapter.processAppError(QuoteCommandAdapter.java:136)
    at com.gmaci.webapp.policyadmin.cmd.QuoteCommandAdapter.execute(QuoteCommandAdapter.java:74)
    at com.dcomps.siege.web.navigation.NavNodeCaseCommand.execute(NavNodeCaseCommand.java:31)
    at com.dcomps.siege.web.controller.SessionController.processRequest(SessionController.java:55)
    at com.dcomps.siege.web.controller.MediatorServlet.doPerform(MediatorServlet.java:138)
    at com.dcomps.siege.web.controller.MediatorServlet.doPost(MediatorServlet.java:115)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    at com.gmaci.webapp.policyviewer.servlet.LoginFilter.doFilter(LoginFilter.java:198)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.apache.catalina.valves.FastCommonAccessLogValve.invoke(FastCommonAccessLogValve.java:495)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
    at java.lang.Thread.run(Thread.java:534)
    Caused by:
    com.gmaci.webapp.policyadmin.modelmgr.ApplicationModelException: Unable to get policy for service : :Failed in execute : executeWorkFlow:PolicyViewer:DefaultFlowMgr Failed on Tranforming with XSL com.gmaci.xsl.services.EpicPolicySearchD2A Failed in doTransform with transletNm : com.gmaci.xsl.services.EpicPolicySearchD2A javax.xml.transform.TransformerException: org.apache.xml.utils.WrappedRuntimeException: Premature end of file. Failed in XMLTranslate:doTransform Failed in DefaultAdapterHandlerImpl:postProcessDualTransform Failed in PolicyViewerIpmChannelHandler:execute
    at com.gmaci.webapp.policyadmin.modelmgr.ApplicationModelMgr.processError(ApplicationModelMgr.java:786)
    at com.gmaci.webapp.policyadmin.modelmgr.ApplicationModelMgr.processAppError(ApplicationModelMgr.java:775)
    at com.gmaci.webapp.policyadmin.modelmgr.PolicyViewerModelMgr.addPolicyForSearch(PolicyViewerModelMgr.java:333)
    at com.gmaci.webapp.policyviewer.cmd.DisplayPolicyCommand.executeAdapter(DisplayPolicyCommand.java:47)
    at com.gmaci.webapp.policyadmin.cmd.QuoteCommandAdapter.execute(QuoteCommandAdapter.java:71) ... 32 more
    Caused by:
    com.gmaci.webapp.policyadmin.modelmgr.IPMDelegatorException: :Failed in execute : executeWorkFlow:PolicyViewer:DefaultFlowMgr Failed on Tranforming with XSL com.gmaci.xsl.services.EpicPolicySearchD2A Failed in doTransform with transletNm : com.gmaci.xsl.services.EpicPolicySearchD2A javax.xml.transform.TransformerException: org.apache.xml.utils.WrappedRuntimeException: Premature end of file. Failed in XMLTranslate:doTransform Failed in DefaultAdapterHandlerImpl:postProcessDualTransform Failed in PolicyViewerIpmChannelHandler:execute
    at com.gmaci.webapp.policyadmin.modelmgr.IPMDelegatorBase.processErrors(IPMDelegatorBase.java:266)
    at com.gmaci.webapp.policyadmin.modelmgr.IPMDelegatorBase.callIPM(IPMDelegatorBase.java:62)
    at com.gmaci.webapp.policyadmin.modelmgr.PolicyViewerIpmDelegator.callPolicyViewerIpm(PolicyViewerIpmDelegator.java:72)
    at com.gmaci.webapp.policyadmin.modelmgr.PolicyViewerIpmDelegator.searchForPolicy(PolicyViewerIpmDelegator.java:21)
    at com.gmaci.webapp.policyadmin.modelmgr.PolicyViewerModelMgr.addPolicyForSearch(PolicyViewerModelMgr.java:330) ... 34 more

     Visual Studio in
    Panorama App 

  • Exe. error when I try to run itunes

    I have an older laptop (about 1999) and a brand new ipod nano. I went through all the steps of loading the itunes software and everything seems to be fine until I click on the itunes icon. It pauses for a few seconds then tells me it has an error in the exe file and that it's shutting down. I also went to the Apple sight and tried downloading from there, thinking maybe there was something wrong with the disc. Got the same error. I contacted a computer repair professional and he tried various things but eventually said my computer isn't fast enough so - too bad, so sad, can't use itunes. Would it help if I tried loading an older version of itunes? If so, where would I find it?
    PS. I am not particularly computer literate so, please, keep it simple.
    Thanks
    Dell Latitude   Windows 2000  

    You can try finding an older version on the internet, but most links will lead right back to the latest v6.
    What doesn't your PC meet in these requirements?
    http://docs.info.apple.com/article.html?artnum=93361

  • Firefox will not open on my computer, even after reinstall, with no error message or when I try to run "C:\Program Files\Mozilla Firefox\firefox.exe" -p. Help?

    I recently installed firefox so I could use an adblocker. It installed just fine, and it worked just fine for about three days. Then yesterday it stopped opening. I'm on a Toshiba running Windows 7. The icon highlights when I click on it, but then it stops and won't open the browser at all. When I try to run it with the manual command "C:\Program Files\Mozilla Firefox\firefox.exe" -p, I get the error message, "C:\Program Files\Mozilla Firefox\ refers to a location that is unavailable. It could be on a hard drive on this computer, or on a network. Check to make sure that the disk is properly inserted, or that you are connected to the Internet or your network, and then try again. If it still cannot be located, the information might have been moved to a different location." I installed it to that location, and I don't need a disk. I'm connected to the Internet just fine and my other browsers (Chrome and IE) work the same as always. But they're swamped with ads and I really was happy wih Firefox when it was opening...how can I fix this issue?

    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • Error when I try to open Firefox. Says Firefox is running in the background and cannot open. Suggests closing that window or restart system. This has happened several times recently. I reinstalled but am still getting the error. Any thoughts?

    I am getting an Error when I try to open Firefox that Says Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system. This has happened several times recently. I deinstalld and reinstalled but am still getting the error. Any thoughts?

    This happens to me as well. However, I have a shortcut on my desktop as well as my quick start bar. When this has happened to me, I can usually log back in without restarting, by using the shortcut on the desktop rather than the usual quick start bar.
    I know this sounds weird, but it has worked for me about 80% of the time.

  • Encountering a RunTime error when I try running from command prompt

    When I try to load my class from the command prompt I get the error:
    Exception in thread "main" java.lang.NoClassDefFoundError: MiniTriangle
    Since this seems like a pretty basic error, I'm hoping there's a black and white solution to it. Unfortunatly I don't have the slightest idea what that might be.
    Any help would be appreciated, thanks in advance!!!

    I'm pretty new to this myself but have encountered this error before. I've found it happens when you try to run the programme and the class name isn't the same as the file name. So if you named the text file when you wrote the code MiniTriangle when you compile it you will get a file called MiniTriangle.class which is what you are trying to run. However if you inadvertently misspelled the class definition in the code and entered say
    class MiniTringle {
    you would get the error you are experiencing when you try to run MiniTriangle.class
    Hope this helps

  • I keep getting and error when I try to start my iTunes. "Apple Application Support was not found. Apple Application Support is required to run iTunes. Please uninstall iTunes, Then install iTunes again. Error 2(Windows error 2)"....

    I keep getting and error when I try to start my iTunes. "Apple Application Support was not found. Apple Application Support is required to run iTunes. Please uninstall iTunes, Then install iTunes again. Error 2(Windows error 2)".... I have uninstalled and reinstalled several times and the error still occurs!!! This started happening after I installed the 10.3 update

    I took the time to research it and come across a couple of people who experienced the same trouble and so I listed some of there steps(with Credits) and  some people said that they worked.
    Here is the original Link:
    https://discussions.apple.com/thread/2151777?start=0&tstart=0
    OK, this worked for me:( Original Post by r0tt3n4pp13)
    1. Save iTunes install file to your desktop.
    2. Disconnect from internet.
    3. Disable Firewall/Security software.
    4. Run install. Note that it installs Application Support and a bunch of other software this time.
    5. Run iTunes.
    6. Enable Firewall/Security software.
    7. Reconnect to internet.
    8. Download Watchmen Director's Cut post haste.
    OR!
    (Original post by Cr4z33)
    1. Download and install WinRAR.
    2. Right-click the iTunesSetup.exe icon and choose "Open with WinRAR".
    3. Once the EXE is opened in WinRAR, double-click AppleApplicationSupport.msi and when the installer window is open choose "Repair".
    4. Done! You can now run iTunes normally.

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

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

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

  • I keep on getting this error when i try to copy files to my 2T Time Capsule, Please help im running out of space on my MacBook Pro.... The operation can't be completed because an unexpected error occurred (error code -50)

    I keep on getting this error when i try to copy files to my 2T Time Capsule, Please help im running out of space on my MacBook Pro....
    The operation can’t be completed because an unexpected error occurred (error code -50)

    I would get an external drive today and copy all your stuff off the TC.. forget trying to load more onto it. There is a good chance after 3years (A 2TB should be only about 2years tops), the disk or the TC itself is on the way out. Do it immediately. If TM is also failing to backup you need to recognise symtoms of impending doom.
    Unfortunately the error messages are archane and it is hard to discover their meaning.
    You also cannot verify a network drive.. you can verify the TM sparsebundle though so do that.
    A5. http://pondini.org/TM/Troubleshooting.html
    Reboot the whole network from off.. certainly if you run later OS it can simply lose the drive..
    If you still fail to be able to copy to the TC.. then get that external and copy off it. Tell us if you can do that.

  • I updated my Itunes to the latest version(11.1.4) and it isn't running on my laptop. The current OS is a W7 ultimate 64bits, when i try to run it, opens a message box with the following error message: error 7 (windows error 1114) . What should I do?

    I updated my Itunes to the latest version(11.1.4) and it isn't running on my laptop. The current OS is a W7 ultimate 64bits, when i try to run it, opens a message box with the following error message: error 7 (windows error 1114) . What should I do?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

Maybe you are looking for

  • Video Ipod to tv

    Hey help me, Ok I have the correct cable w/video and audio to tv hooked up and all I get is wavy lines and a terrible sound coming out of my speakers. When I have just the audio hooked up without video, it works. I have the ipod settings set correctl

  • HT204266 Why App Store is not accepting my new credit card billing address?

    When trying to buy at the App Store it keeps saying "Your cedit card information does not matchc your bank's records.  Please enter a U.S. credit card and matching billing address."   This credit card is not the original I had saved in the system --

  • Lost folder in iPhoto

    I lost a complete folder in iphoto.  When I try to recover iPhoto from a previous date in time machine I only get back what is already current on my iMac. What am I doing wrong and what do I have to do to get a previous iPhoto version (date) recovere

  • Accessing/attaching files from desktop folder crashes applications

    Hello, In gmail and yahoo on chrome, opera, firefox and safari, when I try to attach a file from the desktop, the browser crashes. In photosop/dreamweaver/etc. cs4 when i try opening a file from the open dialog box, that application crashes as well.

  • How to define the hyperlink command in the online help to go to a specific place on another page?

    Hi, I run my online help (WebHelp) in an application in Firefox. When clicking a link on a page, I want to go to a specific section on another page. In the hyperlink I am using the #<bookmark> to go to the bookmark on the other page. This works in IE