Cash Management / Payables: APP-SQLAP-10786 error when unreconciling

Hi,
We are trying to unreconcile a payment in Cash Management but Oracle gives us an error:
APP-SQLAP-10786: No payments were found to reconcile. (DEBUG_INFO=checkrun is null, recon flag is Y, before select)
Can anyone assist?
This transaction was entered for a prior accounting period which is now closed.
In AP, the status of the payment batch is 'Confirmed' though the Payments status is 'Reconciled Unaccounted'.
Thanks.
Message was edited by:
HowlsFury

Have a look at the following notes:
Note: 467404.1 - APP-SQLAP-10006 when trying to create new payment in APXPAWKB and using a Folder
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=467404.1
Note: 316797.1 - Apxpawkb App-Sqlap-10006 The Date You Entered Is Not In Open Accting Period
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=316797.1
Note: 228622.1 - APXINWKB APP-SQLAP-10006 : The Date You Entered Is Not In An Open Accounting Period
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=228622.1

Similar Messages

  • Have uploaded and installed CC 2014. Several apps give this error when I try to start them:  "Unable to launch Adobe InDesign as you do not have sufficient permissions to access the preferences folders" -or- The icon in the dock bounces once, and nothing

    Have uploaded and installed CC 2014. Several apps give this error when I try to start them:  "Unable to launch Adobe InDesign as you do not have sufficient permissions to access the preferences folders"
    -or-
    The icon in the dock bounces once, and nothing happens.

    Windows or Mac, and exactly which operating system version?

  • APP-AR-11526 ERROR WHEN SAVING ADJUSTMENT IN AR RECEIPTS FORM

    제품 : FIN_AR
    작성날짜 : 2003-04-25
    APP-AR-11526 ERROR WHEN SAVING ADJUSTMENT IN AR RECEIPTS FORM.
    ==============================================================
    PURPOSE
    Problem Description
    Receipt화면에서 Adjustment를 하고 Save버튼을 누를때,
    APP-AR-11526 arp_process_adjustment.insert adjustment exception ORA-20001
    위와 같은 에러 발생.
    Workaround
    select taxable_amount
    from RA_CUSTOMER_TRX_LINES_ALL
    where customer_trx_id = 문제가되는 transaction id
    and line_type='TAX';
    NULL
    Update RA_CUSTOMER_TRX_LINES_ALL
    set taxable_amount = transaction의 원래 금액
    where customer_trx_id = 문제가되는 transaction id
    and line_type='TAX';
    Solution Description
    RA_CUSTOMER_TRX_LINES_ALL의 taxable_amount값이 NULL인 경우,
    invoice 금액 adjustment시 오류가 발생한다.
    Reference Documents
    -------------------

    Pl see if MOS Doc 341469.1 (Adjustment Entry: APP-AR-96027: Tax accounting not defined for the tax code or tax location assigned to this invoice) can help.
    HTH
    Srini

  • AP-Validating Invoice gets APP-SQLAP-99734 error message for line 32 becaus

    Hi All,
    We got an AP Invoice that we zero out the lines, and we have validated but when we go to do the accounting, we get the following error message:
    APP-SQLAP-99734: The system cannot generate distributions for line 32 because: &TOKEN2
    The distributions shows us the invoice $0.00 and distributions of $-27.28
    We looked at all the lines to see if we did a typo but unable to find any errors.
    Any ideas how to find the issue?

    Please post the details of the application release, database version and OS.
    What is the AP patchset level you are on?
    What is the version of apinlinb.pls file? Please issue "adident Header $AP_TOP/patch/115/sql/apinlinb.pls" to verify.
    Thanks,
    Hussein

  • Sharepoint-Hosted App giving FORBIDDEN error when i use REST Api

    Hi,
    I have created a sharepoint hosted app which will create Team site on button click.
    I used REST Api  and  NAPA Tool to develop this app.
    Napa tool gives to things ClientWebpart.aspx and Default.aspx.
    When i run my Default.aspx code is working fine but ClientWebpart.aspx is giving FORBIDDEN error when i am trying to create site.
    Below is the code which i used to create site
    code:
    var hostweburl;
    var appweburl;
    $(document).ready(function () {
    hostweburl= decodeURIComponent(getQueryStringParameter("SPHostUrl"));
    appweburl = decodeURIComponent(getQueryStringParameter("SPAppWebUrl"));
    function createSPWeb() {
    $.ajax(
    url: appweburl +
    "/_api/SP.AppContextSite(@target)/web/webinfos/add?@target='" +
    hostweburl + "'",
    type: "POST",
    data: JSON.stringify(
    'parameters':
    '__metadata': { 'type': 'SP.WebInfoCreationInformation' },
    'Url': 'RestSubWeb',
    'Title': 'RestSubWeb',
    'Description': 'REST created web',
    'Language': 1033,
    'WebTemplate': 'sts#0',
    'UseUniquePermissions': false
    headers: {
    "accept": "application/json;odata=verbose",
    "content-type": "application/json;odata=verbose",
    "X-RequestDigest": $("#__REQUESTDIGEST").val()
    success: successHandler,
    error: errorHandler
    NOTE:This is on sharepoint online.
    Please help
    Regards,
    sudeep

    So in the app you are testing, are you using the FQDN or the NetBIOS name? Bad practice but could you test with both (hard code the absolute URL for testing purposes) then retest your app?
    If you are making a web part based on the new app model this will be an "app part" and probably have the same issues you are experiencing. If this is for something internal rather than a product you are developing to resell then the script editor /
    content editor web part approach could work for you.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Unknown app pool name error when ran: Invoke-MonitoringProbe -Identity Outlook.Proxy\OutlookProxyTestProbe

    Got this error for one of  our supported Exchange 2013 environments, outlook.proxy healthset showed alert state; got the same error when I ran the probe on another box whose healthset showed as healthy.
    Questions:
    What does unknown app pool mean? how to fix it?
    Why the other server is not affected by this probe and its state is still healthy? I checked there was no monitor override for this healthset. This healthset has only 1 probe.
    [PS] C:\Windows\system32>Get-MonitoringItemIdentity -Identity outlook.proxy -server <servername>|select name, itemtype
    Name                                                                                                          
    ItemType
    OutlookProxyTestProbe                                                                                            
    Probe
    OutlookProxyTestMonitor                                                                                        
    Monitor
    OutlookProxyTestRecycleAppPool                                                                               
    Responder
    OutlookProxyTestOffline                                                                                      
    Responder
    OutlookProxyTestOfflineFailedEscalate                                                                        
    Responder
    OutlookProxyTestEscalate                                                                                     
    Responder
    [PS] C:\Windows\system32>Invoke-MonitoringProbe -Identity Outlook.Proxy\OutlookProxyTestProbe -server <servername>|fl
    Creating a new session for implicit remoting of "Invoke-MonitoringProbe" command...
    RunspaceId         : 9e2a7e07-e833-43d1-8367-2da128ba83e0
    Server             : <servername>
    MonitorIdentity    : Outlook.Proxy\OutlookProxyTestProbe
    RequestId          : e24b770d-47c0-4c23-b028-2824141a7131
    ExecutionStartTime : 5/1/2014 2:08:38 AM
    ExecutionEndTime   : 5/1/2014 2:08:38 AM
    Error              : Unknown app pool name:
    Exception          : System.InvalidOperationException: Unknown app pool name:
                            at Microsoft.Exchange.Monitoring.ActiveMonitoring.ClientAccess.CafeProtocols.Get(String
                         appPool)
                            at Microsoft.Exchange.Monitoring.ActiveMonitoring.ClientAccess.CafeLocalProbe.DoWork(Cancellati
                         onToken cancellationToken)
                            at Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.Execute(CancellationToken
                         joinedToken)
                            at
                         Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.<>c__DisplayClass2.<StartExecuting>b__0()
                            at System.Threading.Tasks.Task.Execute()
    PoisonedCount      : 0
    ExecutionId        : 25463867
    SampleValue        : 0
    ExecutionContext   : probe defined timeout=60000ms, actual timeout=60000ms, http request timeout=59000ms
    FailureContext     :
    ExtensionXml       :
    ResultType         : Failed
    RetryCount         : 0
    ResultName         : e24b770d47c04c23b0282824141a7131-OutlookProxyTestProbe
    IsNotified         : False
    ResultId           : 11678198
    ServiceName        : InvokeNow
    StateAttribute1    :
    StateAttribute2    :
    StateAttribute3    :
    StateAttribute4    :
    StateAttribute5    :
    StateAttribute6    : 0
    StateAttribute7    : 0
    StateAttribute8    : 0
    StateAttribute9    : 0
    StateAttribute10   : 0
    StateAttribute11   :
    StateAttribute12   :
    StateAttribute13   :
    StateAttribute14   :
    StateAttribute15   :
    StateAttribute16   : 0
    StateAttribute17   : 0
    StateAttribute18   : 0
    StateAttribute19   : 0
    StateAttribute20   : 0
    StateAttribute21   :
    StateAttribute22   :
    StateAttribute23   :
    StateAttribute24   :
    StateAttribute25   :
    Identity           : b508b529bed3427a9ad7af1e6b64ad02
    IsValid            : True
    ObjectState        : New

    I have the same thing for Autodiscover.Proxy\AutodiscoverProxyTestProbe.
    Did you ever find a solution?

  • ASP app is throwing error when trying to load any of the Crystal Reports

    The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.
    A couple notes:yes, I did search for this problem, I've read (and have been confused by) the documentation both on MSDN and this site. I've never used Crystal within a .NET application that I've written, so please treat me like an idiot.  I've got 16 hours in this issue and I can't figure out what to do.  I don't want to go too far into what I have already tried; I'd rather start a fresh conversation with you (the kind person who is going to save me from death at the hands of my users).
    My application was written in .net 1.1 by an outside source.  Since then, other apps were installed on the same server that were .net 2.0 (don't know if this is relevant).  Recently, we reformatted the server.  When I dropped the application back into its former location and hooked it up to IIS, everything was fine except now we can't get any of the reports to load.  We just get the error above, along with another that says "CrystalReportViewer - rptViewer Error: Object reference not set to an instance of an object."
    The same thing happens on both my Win 2003 app server and my XP SP4 development machine.

    I was doing a side-by-side comparison of the new and old server (we backed up the server before the reformat) and I can see that, evidently, CR XI was installed.  We have the directory C:\Program Files\Common Files\Business Objects\3.0 and all the versions match what is located in the project's bin directory.  Does this confirm that I did have XI installed and licensed at one time?
    If I purchase a more recent version, couldn't I update the reports to use the newer version?  I have all the source code.
    Thanks for your help, it is a nice sanity check for me after hours of reading forums and documentation.
    Also, just a shot in the dark, but I'm assuming it wouldn't do me any good to simply restore the aforementioned folder to my C drive?  Would that work if I registered all the dll's?
    Edited by: Eric Hollering on Dec 2, 2009 6:40 PM
    To be clear, I do have VS 2003 & 2005, and I have the source code.  I just have never used Crystal Reports in any of my .NET apps because the need wasn't there, so recompiling is not out of the question.
    Edited by: Eric Hollering on Dec 2, 2009 6:49 PM
    Also, I looked at the CrystalDecisions.CrystalReports.Engine.dll that was in the C:\Program Files\Common Files\Business Objects\3.0\Managed folder and when I right-click and view the properties, then the Version tab, in addition to the 11.0.9500.2 version number, there is a property called Product Version that has the value .NET.  Does that mean that this dll was bundled with Visual Studio?
    I also found this directory on the old server...does this tell you anything?
    C:\Program Files\Business Objects\BusinessObjects Enterprise 11
    I did see that you can still buy XI from CDW.  I have a call into them currently to check with Business Objects for any registrations from my company.
    Edited by: Eric Hollering on Dec 2, 2009 8:27 PM

  • BB app world - unkown error when choosing to download Wunderlist

    Firstly I have the problem regarding the ID server error, which is annoying enough...
    However, I am still able to download and update apps via USB and App world online.
    I want to get Wunderlist and when I click to download it, a page comes up and says "An unknown error has occured (EC )". It doesnt seem to happen when choosing to download any other apps..
    Thoughts?

    Hi jblanc03
                          Ok I understand ,If you are unable to Open " My World " then yes those keys will not be able to clear the app world cache and the result will be the same as you are getting.
           Have you tried login to App World on your desktop PC ? On there are you able to go to My World ? You can also  Install Application from app world from your Computer :
     KB28715 : How to Install applications from BlackBerry App World using a Computer system.
    And for the problem you are having on your device as this recent version is creating problem I prefer Uninstall this version of App World from your device  KB10040 : How to view or remove installed application on a blackberry smartphone. Then from your BlackBerry Browser browse to http://mobileapps.blackberry.com/devicesoftware/en​try.do?code=appworld3  and download App World Version 4.0.0.55 .  After Installing  do battery pull restart and then have a try to see if that helps .
    Prince
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • App server 9 errors when redeploying application

    whenever restarting the app server 9 or redploying an application, i get the following error. the application works fine sometimes, but i also sometimes get really wierd logged errors in server log:
    WEB0100: Loading web module [SPNReports] in virtual server [server] at [/SPNReports]
    Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/asadmin'
    Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/asadmin'
    Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context ''
    Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context ''
    IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection
    java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
            at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1740)
            at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:1023)
            at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:423)
            at org.apache.catalina.session.StandardManager.load(StandardManager.java:350)
            at org.apache.catalina.session.StandardManager.start(StandardManager.java:720)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
            at com.sun.enterprise.web.WebModule.start(WebModule.java:292)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1095)
            at org.apache.catalina.core.StandardHost.start(StandardHost.java:924)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1095)
            at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:520)
            at org.apache.catalina.startup.Embedded.start(Embedded.java:920)
            at com.sun.enterprise.web.WebContainer.start(WebContainer.java:794)
            at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
            at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
            at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
            at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
            at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
            at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
            at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
            at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
            at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
            at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
            at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:831)
            at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:837)
            at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
            at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
            at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
            at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
            at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
            at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
            at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
            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:585)
            at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
    Caused by: java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1251)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1251)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:391)
            at java.util.Vector.writeObject(Vector.java:1018)
            at sun.reflect.GeneratedMethodAccessor188.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
            at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1853)
            at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:1040)
            at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:580)
            at org.apache.catalina.session.StandardManager.unload(StandardManager.java:505)
            at org.apache.catalina.session.StandardManager.stop(StandardManager.java:750)
            at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4876)
            at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1149)
            at com.sun.enterprise.web.VirtualServer.stop(VirtualServer.java:321)
            at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1149)
            at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:525)
            at org.apache.catalina.startup.Embedded.stop(Embedded.java:962)
            at com.sun.enterprise.web.WebContainer.stop(WebContainer.java:861)
            at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:746)
            at com.sun.enterprise.web.PEWebContainerLifecycle.onShutdown(PEWebContainerLifecycle.java:83)
            at com.sun.enterprise.server.ondemand.ServiceGroup.stopLifecycleServices(ServiceGroup.java:286)
            at com.sun.enterprise.server.ondemand.WebServiceGroup.stop(WebServiceGroup.java:218)
            at com.sun.enterprise.server.ondemand.ServiceGroup.stopChildren(ServiceGroup.java:232)
            at com.sun.enterprise.server.ondemand.MainServiceGroup.stop(MainServiceGroup.java:51)
            at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:125)
            at com.sun.enterprise.server.Shutdown.startShutdown(Shutdown.java:62)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeShutdownEventListener(AdminEventMulticaster.java:1481)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.handleShutdownEvent(AdminEventMulticaster.java:1470)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:464)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:160)
            at com.sun.enterprise.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:108)
            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:585)
            at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
            at sun.rmi.transport.Transport$1.run(Transport.java:153)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
            at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
            at java.lang.Thread.run(Thread.java:595)
    Exception loading sessions from persistent storage
    java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
            at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
            at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
            at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1740)
            at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:1023)
            at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:423)
            at org.apache.catalina.session.StandardManager.load(StandardManager.java:350)
            at org.apache.catalina.session.StandardManager.start(StandardManager.java:720)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
            at com.sun.enterprise.web.WebModule.start(WebModule.java:292)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1095)
            at org.apache.catalina.core.StandardHost.start(StandardHost.java:924)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1095)
            at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:520)
            at org.apache.catalina.startup.Embedded.start(Embedded.java:920)
            at com.sun.enterprise.web.WebContainer.start(WebContainer.java:794)
            at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
            at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
            at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
            at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
            at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
            at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
            at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
            at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
            at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
            at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
            at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:831)
            at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:837)
            at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
            at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
            at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
            at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
            at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
            at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
            at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
            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:585)
            at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
    Caused by: java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1251)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1251)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:391)
            at java.util.Vector.writeObject(Vector.java:1018)
            at sun.reflect.GeneratedMethodAccessor188.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
            at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
            at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1853)
            at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:1040)
            at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:580)
            at org.apache.catalina.session.StandardManager.unload(StandardManager.java:505)
            at org.apache.catalina.session.StandardManager.stop(StandardManager.java:750)
            at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4876)
            at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1149)
            at com.sun.enterprise.web.VirtualServer.stop(VirtualServer.java:321)
            at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1149)
            at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:525)
            at org.apache.catalina.startup.Embedded.stop(Embedded.java:962)
            at com.sun.enterprise.web.WebContainer.stop(WebContainer.java:861)
            at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:746)
            at com.sun.enterprise.web.PEWebContainerLifecycle.onShutdown(PEWebContainerLifecycle.java:83)
            at com.sun.enterprise.server.ondemand.ServiceGroup.stopLifecycleServices(ServiceGroup.java:286)
            at com.sun.enterprise.server.ondemand.WebServiceGroup.stop(WebServiceGroup.java:218)
            at com.sun.enterprise.server.ondemand.ServiceGroup.stopChildren(ServiceGroup.java:232)
            at com.sun.enterprise.server.ondemand.MainServiceGroup.stop(MainServiceGroup.java:51)
            at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:125)
            at com.sun.enterprise.server.Shutdown.startShutdown(Shutdown.java:62)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeShutdownEventListener(AdminEventMulticaster.java:1481)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.handleShutdownEvent(AdminEventMulticaster.java:1470)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:464)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:160)
            at com.sun.enterprise.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:108)
            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:585)
            at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
            at sun.rmi.transport.Transport$1.run(Transport.java:153)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
            at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
            at java.lang.Thread.run(Thread.java:595)
    Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/SPNReports'
    Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/SPNReports'
    Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/SPNLiveBeta3'
    Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/SPNLiveBeta3'
    WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080
    WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181
    WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848
    About to load the system app: __JWSappclients
    WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]
    SMGT0007: Self Management Rules service is enabled
    Application server startup complete.
    any words of wisdom?
    thanks a bunch

    YOU may have to edit your domain.xml in your domains/domain1 in config directory. Only if you know about xml. If you ever have to uninstall and install the server again, make sure you always copy your domain.xml somewhere. YOu can always copy it back if something goes wrong. I made some settings within my admin console. The server won't start. After some time, I opened my domain.xml and edited it. It started again. So it is worth knowing something about xml.
    eve

  • My apps keep having errors when I try to open them

    When ever I try to launch a app  a error sign will appear  for certain apps

    Which error message is showing?
    Have you tried a reset (different from just restarting)
    Hold down on both the Home button AND the Sleep/Wake button for about 10 seconds until you get to the black screen and see the Apple logo. Then let go of both buttons. This "reset" fixes a lot of weird iPad issues and might fix yours.
    After restarting, try running the update. If it still doesn't run, try the steps in this support article: http://support.apple.com/kb/ts1398
    Hope this helps!
    ~Joe

  • App Manager: Uninstall apps and Re-install when needed?

    I have just installed CS6 Master Collection, can I uninstall some applications (via the App Manager) and then re-install them later when needed?

    Uninstalls are handled via the respective Add or Remove Programs system panel (Win) or by accessing the uininstallers directly (Mac). AAM realyl only handles the download and install, as illogical as that may seem...
    Mylenium

  • My executable compiled with Real Time Engine 5.1.1 in App Builder gives error when trying to run in App Builder with RTE 6.1

    Hello.  I built an executable using App Builder in LV 5.1.1 and now, years later, I am trying to run it in LV 6.1 but I get an error stating a requirement for Run Time Engine version 5.1.1.  To be able to run this, must I install the older version of Run Time Engine?  If so, where can I find the older version?  Do I have to install the older version of LabVIEW to get the RTE?  Will having both versions on my pc be a problem?
    I assume that once I am able to run the exe, that I will be able to recompile with the newer version of the RTE using App Builder.  Is this correct?
    I have been away from LabVIEW for several years and am a bit rusty on these details that I once knew.  Any help is appreciated.
    Alex

    The version of the run-time engine must match the version of LabVIEW that was used to create the executable. You can get any version of the run-time engine you want here. The only way to create a version 6.1 exe is to re-build it from the source code with diagrams. An exe has no block diagram so it cannot be converted to a newer version.

  • Error When Create Invoice related to Project

    Dear Friends,
    Good Day,
    I have been faced issue when i create Invoice related to project the following are the steps with the error :
    1. Entered the header.
    2.Entered the lines ( Line type, Amount, Distribute Account, and Fields that related to Projects...... etc).
    3. Save then Action > validate i have one holds, the hold name is Dist Variance then after i Click on the distributions line I have the following error :
    APP-SQLAP-97734: the system cant's generate distributions for 1 line because: Fatal Error:
    Error Stack: &ERROR_STACK
    Erro Stage: &ERROR_STAGE
    Error Message: &ERROR_MESSAGE
    Additional Information1: &ERROR_AGR1
    Additional Information2: &ERROR_AGR2
    Please Advice :)
    Best Regards,
    M.Qolaghassi

    Please see if these docs help.
    Projects Supplier Invoice Account Generation Error: APP-SQLAP-97734: The System Cannot Generate Distributions [ID 823787.1]
    APXINWKB.fmb APP-SQLAP-97734 When Entering a Recurring Invoice With Closed Project/Task [ID 779704.1]
    Grants Accounting: AP Invoice Workbench Drill Down to Distributions for Allocated Freight Gets APP-SQLAP-97734 Error [ID 845378.1]
    APP-SQLAP-97734: When Attempting To Generate A Distribution In A Project Related Invoice [ID 1251796.1]
    Overriding Project Supplier Invoice Account Generation Workflow CCID With User Entered Account [ID 360757.1]
    Project Supplier Invoice Account Generation Workflow - attribute 'fnd_flex_applid' does not exist [ID 1252887.1]
    Thanks,
    Hussein

  • ERROR WHEN TRYING TO ADD ENROLLMENT AS A LEARNING ADMINISTRATOR

    Extending ClassSearchVO.xml in Oracle Learning Management results in an intermittent error when paging through the results. The following is the error message:
    oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidParamException: JBO-25043: Extraneous key 61005 of index 0 (in key-value array) passed to findByKey for view object ClassSearchVO.
    This issue appeared in 11.5.10 if the results of the VO were > 50 and the user paged through the results by clicking "Next". We were able to avoid it by personalizing the page to display 50 records to avoid having to page through. However, some searches result in > 50 records so the error has re-appeared.

    Hi,
    Please check in vo how many key attributes are defined there.
    Reason for this error (As Per Oracle Documentation)
    Cause: Extraneous key passed in to findByKey(). For example, suppose the View Object may expect no more than a two-part key, but the key passed into findByKey is a three-part key. Then, this exception will thrown.
    Action: Provide a valid key.
    Hope that helps.
    Abdul Wahid

  • Cash Management FF7B - no documents displayed

    Hi all,
    I have made all the settings for Cash Management. But when I run FF7B to display the liquidity forecast, I can't display the original documents. When going through the different levels, and trying to reach the original document, I get a message in "Memo records - list" that says "List contains no data".
    What do I have to do to be able to display the original documents composing the cash management values?
    Thank you!
    //M

    Dear All,
    We have the same problem. Have configured cash management and everything works fine but when we try to drill down to document level for A/P and A/R it is not showing anything, only "List contains no data". We don´t have line item display on the reconciliation accounts but I have tried to also use a reconciliation account with line item display and it still doesn´t work. What have we missed?
    Please help!
    BR L

Maybe you are looking for