Weblogic (unhandled Exception) and getConnection error

hi all,
yesterday weblogic server was running today i came and checked the logs there was a disconnection between application and database due to maintenance issue.
i just new that some one from support team did restart only the deplyments installed inside the server not the whole weblogic server.
i keep getting this error on the logs but no one reported any issue on application side (end users) but i need to know why it keeps generating
cookie exists
cookie exists
com.progressoft.psecc.dao.exception.DAOException: NamingException @ getConnection()
at com.progressoft.psecc.utils.ECCUtils.getConnection_aroundBody58(ECCUtils.java:694)
at com.progressoft.psecc.utils.ECCUtils$AjcClosure59.run(ECCUtils.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.utils.ECCUtils.getConnection(ECCUtils.java:687)
at com.progressoft.psecc.dao.AbstractDAO.getConnection_aroundBody8(AbstractDAO.java:138)
at com.progressoft.psecc.dao.AbstractDAO$AjcClosure9.run(AbstractDAO.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.dao.AbstractDAO.getConnection(AbstractDAO.java:127)
at com.progressoft.psecc.dao.AbstractDAO.getConnection_aroundBody6(AbstractDAO.java:117)
at com.progressoft.psecc.dao.AbstractDAO$AjcClosure7.run(AbstractDAO.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.dao.AbstractDAO.getConnection(AbstractDAO.java:110)
at com.progressoft.psecc.dao.AbstractDAO.getConnection_aroundBody0(AbstractDAO.java:87)
at com.progressoft.psecc.dao.AbstractDAO$AjcClosure1.run(AbstractDAO.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.dao.AbstractDAO.getConnection(AbstractDAO.java:86)
at com.progressoft.psecc.dao.AbstractDAO$AbstractProcedureCaller.executeQuery_aroundBody0(AbstractDAO.java:934)
at com.progressoft.psecc.dao.AbstractDAO$AbstractProcedureCaller$AjcClosure1.run(AbstractDAO.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.dao.AbstractDAO$AbstractProcedureCaller.executeQuery(AbstractDAO.java:927)
at com.progressoft.psecc.dao.tools.NewsDAO.listNews_aroundBody2(NewsDAO.java:178)
at com.progressoft.psecc.dao.tools.NewsDAO$AjcClosure3.run(NewsDAO.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.dao.tools.NewsDAO.listNews(NewsDAO.java:99)
at com.progressoft.psecc.delegate.ManagementDelegate.listNews_aroundBody30(ManagementDelegate.java:283)
at com.progressoft.psecc.delegate.ManagementDelegate$AjcClosure31.run(ManagementDelegate.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.delegate.ManagementDelegate.listNews(ManagementDelegate.java:282)
at com.progressoft.psecc.rssfeed.RssFeeder.getRssFeed_aroundBody0(RssFeeder.java:36)
at com.progressoft.psecc.rssfeed.RssFeeder$AjcClosure1.run(RssFeeder.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.rssfeed.RssFeeder.getRssFeed(RssFeeder.java:26)
at com.progressoft.psecc.rssfeed.job.execute_aroundBody2(job.java:66)
at com.progressoft.psecc.rssfeed.job$AjcClosure3.run(job.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.rssfeed.job.execute(job.java:61)
at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)
Caused by: javax.naming.NameNotFoundException: While trying to look up comp/env/jdbc/CC in /app/webapp/ZZ.war/1924642865.; remaining name 'comp/env/jdbc/CC'
at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
at weblogic.jndi.internal.ApplicationNamingNode.lookup(ApplicationNamingNode.java:144)
at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:388)
at weblogic.jndi.factories.java.ReadOnlyContextWrapper.lookup(ReadOnlyContextWrapper.java:45)
at weblogic.jndi.internal.AbstractURLContext.lookup(AbstractURLContext.java:130)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at com.progressoft.psecc.dao.ds.DataSourceFactory.getDataSource_aroundBody2(DataSourceFactory.java:87)
at com.progressoft.psecc.dao.ds.DataSourceFactory$AjcClosure3.run(DataSourceFactory.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.dao.ds.DataSourceFactory.getDataSource(DataSourceFactory.java:68)
at com.progressoft.psecc.utils.ECCUtils.getConnection_aroundBody58(ECCUtils.java:689)
... 46 more
Mar 31, 2011 11:01:35 AM org.quartz.core.JobRunShell run
SEVERE: Job DEFAULT.myJob threw an unhandled Exception:
java.lang.NullPointerException
at com.progressoft.psecc.rssfeed.RssFeeder.getRssFeed_aroundBody0(RssFeeder.java:48)
at com.progressoft.psecc.rssfeed.RssFeeder$AjcClosure1.run(RssFeeder.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.rssfeed.RssFeeder.getRssFeed(RssFeeder.java:26)
at com.progressoft.psecc.rssfeed.job.execute_aroundBody2(job.java:66)
at com.progressoft.psecc.rssfeed.job$AjcClosure3.run(job.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.rssfeed.job.execute(job.java:61)
at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)
Mar 31, 2011 11:01:35 AM org.quartz.core.ErrorLogger schedulerError
SEVERE: Job (DEFAULT.myJob threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.NullPointerException]
at org.quartz.core.JobRunShell.run(JobRunShell.java:210)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)
Caused by: java.lang.NullPointerException
at com.progressoft.psecc.rssfeed.RssFeeder.getRssFeed_aroundBody0(RssFeeder.java:48)
at com.progressoft.psecc.rssfeed.RssFeeder$AjcClosure1.run(RssFeeder.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.rssfeed.RssFeeder.getRssFeed(RssFeeder.java:26)
at com.progressoft.psecc.rssfeed.job.execute_aroundBody2(job.java:66)
at com.progressoft.psecc.rssfeed.job$AjcClosure3.run(job.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.progressoft.psecc.aspectj.ProfilerAspect.doBasicProfiling(ProfilerAspect.java:25)
at com.progressoft.psecc.rssfeed.job.execute(job.java:61)
at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
... 1 more
another question is that if the database was disconnected do we have to restart all the server again.
Edited by: 847896 on Mar 31, 2011 1:31 AM

Contact the app developer. Stanza is NOT an Apple product.

Similar Messages

  • Safari has frozen with a dialogue box open that simply makes a statement and then invites a single click on 'ok'. Unfortunately nothing happens except and audible error beep

    Safari has frozen with a dialogue box open that simply makes a statement and then invites a single click on 'ok'. Unfortunately nothing happens except and audible error beep

    MartinandJoanne wrote:
    Safari has frozen with a dialogue box open that simply makes a statement and then invites a single click on 'ok'. Unfortunately nothing happens except and audible error beep
    Are we to guess at the statement?

  • Query Notification fail with unhandled exception (orageneric11.dll) error

    Please help
    trying to run "Continuous Query Notification Example" from
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28395/oci10new.htm
    (after some modifications example launchs and begin "waiting for Notifications")
    then i make changes in oracle table "test_table" which "myCallback" listens.
    After commit changes in table programm get notify about this changes and call function "myCallback"
    Then myCallback call function "processQueryChanges" which
    fail programm with exception in debug:
    "unhandled exception in mytest.exe (orageneric11.dll): 0x0000005 Access Violation"
    void processQueryChanges(....)
    for (i=0; i < num_queries; i++)
    //!!!!!fail in this string!!!!!
    checker(errhp, OCICollGetElem(envhp,
    errhp, (OCIColl *) query_changes,
    i, &exist, &query_descp, &elemind));
    I found version of the decision
    but it doesn't work
    decision text:
    To resolve this Oracle issue add the following entry to your SQLNET.ORA file.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    DIAG_ADR_ENABLED=OFF
    DIAG_SIGHANDLER_ENABLED=FALSE
    DIAG_DDE_ENABLED=FALSE
    visual studio 6.0 sp6, oracle client 11.1.0
    Edited by: 958639 on 12.09.2012 6:00

    Hi Efstratios,
    Yes, I have imported all the transports and all of they are success. I am able to use SAP authentication and able to create connection and retrive all InfoCubes and Quries also.  Error is only when i select the query to create universe.
    As i understand from the erros shown is , in the server some graphis card or driver is missing.
    Moreever, I am looking for loging into the Desinger using SAP authentication from Client machine.  For SAP authentication, i should install Integration Kit in client machine.( corect me if i am wrong ). To install Integration KiT , it is asking Crystol report server in desktop before integration kit.
    Does it require ?
    Regards,
    Suresh

  • Unhandled exceptions and tomcat...

    I have an app which occasionally causes null pointer exceptions because of invalid data coming out of my database. Currently I don't trap this in any way, because the condition is pretty rare.
    However, I've noticed that after a while, my tomcat hangs, and sometimes I get the 'all threads busy' error.
    So the question is, what happens to tomcat threads that crash as a result of an unhandled exception ? Are they lost forever ? Could this be whats causing my problem ?

    I'd go find the root cause of that NPE and fix it if I were you.
    %

  • Catch datetime exception and custom error message in SSRS

    I currently working on create report by using SSRS. I have 2 parameters: [Start date] and [End date] to filter data from database and show it on report. I want to validate 2 datetime parameter as describe above. Please tell me a solution to do this.
    For example:
    When user type the text like: 4/15/2014mmm => System validation thrown a message: [The From Date not correct type]
    But in my case, I want to receive a custom error message by myself.(Look like: [Date Invalid!])

    Hi Brain,
    According to your description, you have a report with two parameters for user to input. Now you want to validate these two parameters and display custom error message when the date is invalid. Right?
    In Reporting Service, it doesn’t provide any interference for us to modify the system error message (the text in grey color). That means we can’t modify the system message when error occurs. However we can create a textbox in this report, use custom code
    and expression to display the custom error message. But this all based on the report is successfully running. So if error occurs during report processing, all the custom code and expression will not work. In this scenario, we find a workaround for you. We
    use custom code to judge if the date is valid, if the users type an invalid date, we return a default value to make sure this report can successfully run. Then we use expression to control the visibility of tablix in this report and create a textbox to show
    the custom error message. Your case has been tested in our local environment. Here are steps and screenshots for your reference:
    Go to Report Properties. Put the code below into custom code:
    Public Shared a As Integer=0
    Public Shared Function IsDate(d1 As String,d2 As String) as Integer
            Try
               FormatDateTime(d1)
               FormatDateTime(d2)
            Catch ex As Exception
                       a=1
            End Try
    return a
    End Function
    Create two parameters. One is StartDate, the other is EndDate. Set the data type of these two parameters Text.
    Create a filter for StartDate, put the expression below into Value:
    =IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,CDate(IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,Parameters!StartDate.Value,"1/1/2012")),CDate("1/1/2012"))
    Create a filter for EndDate, put the expression below into Value:
    =IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,CDate(IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,Parameters!EndDate.Value,"1/1/2013")),CDate("1/1/2013"))
    Ps: In step3 and step4, the date(“1/1/2012”, “1/1/2013”) in the expression are the default we set to make sure the report can successfully process. You can set any date existing in your dataset.
    Use the expression below to set the visibility of the tablix:
    =IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,false,true)
    Create a textbox, put the expression below into it:
    =IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,"","Date invalid")
    Save and preview. It looks like below:
    Reference:
    SSRS Calendar and Date Restriction
    Errors and Events Reference (Reporting Services)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
      

  • Java File not Found Exceptions and other errors?

    Hello experts, an issue on our Portal has caught my attention. Every time the J2EE Engine is restarted, a large amount of errors are written on our Trace files. When looking at the trace files, I see that most errors are Java IO File not Found Exceptions. For example:
    [EXCEPTION]
    #1#java.io.FileNotFoundException: ./log/system/database.1.log (No such file or directory (errno:2))
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at com.sap.engine.services.log_configurator.archive.ArchivingThread.archiveTask(ArchivingThread.java:77)
         at com.sap.engine.services.log_configurator.archive.ArchivingThread.run(ArchivingThread.java:40)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    #1.5 #0012799E98F6000F0000001800003A9E00044A5F2B9CCDEC#1207672520886#com.sap.engine.services.log_configurator.archive.ArchivingThread##com.sap.engine.services.log_configurator.archive.ArchivingThread######c3cfd920058911dd8ace0012799e98f6#SAPEngine_System_Thread[impl:5]_24##0#0#Error##Java###./log/system/server.1.log (No such file or directory (errno:2))
    [EXCEPTION]
    #1#java.io.FileNotFoundException: ./log/system/server.1.log (No such file or directory (errno:2))
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at com.sap.engine.services.log_configurator.archive.ArchivingThread.archiveTask(ArchivingThread.java:77)
         at com.sap.engine.services.log_configurator.archive.ArchivingThread.run(ArchivingThread.java:40)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    #1.5 #0012799E98F6000F0000001900003A9E00044A5F2B9CE7BC#1207672520893#com.sap.engine.services.log_configurator.archive.ArchivingThread##com.sap.engine.services.log_configurator.archive.ArchivingThread######c3cfd920058911dd8ace0012799e98f6#SAPEngine_System_Thread[impl:5]_24##0#0#Error##Java###./log/system/security.1.log (No such file or directory (errno:2))
    [EXCEPTION]
    #1#java.io.FileNotFoundException: ./log/system/security.1.log (No such file or directory (errno:2))
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at com.sap.engine.services.log_configurator.archive.ArchivingThread.archiveTask(ArchivingThread.java:77)
         at com.sap.engine.services.log_configurator.archive.ArchivingThread.run(ArchivingThread.java:40)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    #1.5 #0012799E98F6000F0000001D00003A9E00044A5F2BE5C172#1207672525667#com.sap.engine.services.log_configurator.archive.ArchivingThread##com.sap.engine.services.log_configurator.archive.ArchivingThread######c3cfd920058911dd8ace0012799e98f6#SAPEngine_System_Thread[impl:5]_24##0#0#Error##Java###./log/applications.1.log (No such file or directory (errno:2))
    [EXCEPTION]
    #1#java.io.FileNotFoundException: ./log/applications.1.log (No such file or directory (errno:2))
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at com.sap.engine.services.log_configurator.archive.ArchivingThread.archiveTask(ArchivingThread.java:77)
         at com.sap.engine.services.log_configurator.archive.ArchivingThread.run(ArchivingThread.java:40)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    In summary, the system cannot find the files server.1.log, security.1.log, database.1.log and applications.1.log. I tried manually adding these files (I created them on my computer and left them empty) on the path written, but it did not work, for some reason they are deleted.
    Another error that is happening during restart of the engine is the following:
    #1.5 #0012799E98F6001B0000002000003A9E00044A5F2BCC28D7#1207672523990#com.sap.tc.logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]######c3c3f240058911dd9ed80012799e98f6#SAPEngine_System_Thread[impl:5]_10##0#0#Warning##Java###Attempting to change a formatter on active log ./log/system/httpaccess/responses.trc. reset() method must be called first.#1#java.lang.Exception: Attempting to change a formatter on active log ./log/system/httpaccess/responses.trc. reset() method must be called first.
         at com.sap.tc.logging.FileLog.setFormatter(FileLog.java:448)
         at com.sap.engine.services.log_configurator.admin.LogConfigurator.adjustConfiguration(LogConfigurator.java:795)
         at com.sap.engine.services.log_configurator.admin.LogConfigurator.applyConfiguration(LogConfigurator.java:1535)
         at com.sap.engine.services.log_configurator.LogConfiguratorContainer.prepareStart(LogConfiguratorContainer.java:545)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:223)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareLocal(StartTransaction.java:176)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:365)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:132)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesLocalAndWait(ParallelAdapter.java:250)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4450)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationsInitially(DeployServiceImpl.java:2610)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.clusterElementReady(DeployServiceImpl.java:2464)
         at com.sap.engine.services.deploy.server.ClusterServicesAdapter.containerStarted(ClusterServicesAdapter.java:42)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:144)
         at com.sap.engine.core.service630.container.AdminContainerEventListenerWrapper.processEvent(AdminContainerEventListenerWrapper.java:19)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Any ideas?

    Nothing really seemed to work when trying to solve this problem, just suddenly it stopped appearing. It might have been our installation of SPS 15, since it was around that time that the error went away.

  • SOAP to FILE using BPM to catch exception and save error into the table

    Hi All
    My scenario SOAP to FILE using BPB is working fine but now I have a requirement to catch an exception if something wrong happened on a runtime and save it into the tracking table, is that possible, if it is please point me to the similar step by step scenario.
    Thanks in advince,
    Yonela

    Yonela:
    As your original requirement is to save the eorr data into your database table, however, you was mis-leaded to alerting field.
    You are using BPM now, then that is the reason that I suggested to use excpetion branch.
    It does not matter SOAP to File seneario, it does not have to be SAP - RFC scenario, your BPM willl interact with database system.
    First you have block which include all the steps that possible generate exception: like Transformation step, and your final Aync send step (which will send data to file).
    Secondly, define a exception handler for that block.
    3. Modify each steps that posssible generate exception: e.g. transformation step, send step, add exception handler to them.
    4. Create exception branch in side the block
    5. Add another send step inside your exception branch, which will call RFC, RFC will write data to your table.
    6. If you want, you can add a control step in exception branch to trigger a alert, or terminate current process.
    At run time, any steps that trigger exeption,will cause your exception branch executed, and RFC will be called to insert data into your database table.
    Regards
    Liang

  • Stanza on opening displays 'Unhandled Exception' and refuses to run as it's 'unstable'

    I know that Stanza stopped working a couple of month ago, however since then there was an update.
    I updated and it seemed to work fine, however all of a sudden Stanza doesn't work on my iphone (3GS).
    It dispays the following error message;
    The thing is, the application freezes and doesn't allow me to click Quit or Continue. I just have to exit the program.
    Does anyone know what the problem is?

    Contact the app developer. Stanza is NOT an Apple product.

  • A question about ROLLBACK and Unhandled Exceptions in stored subprograms

    Hi,
    Oracle version :   Enterprise Edition Release 11.2.0.1.0 - 64bit
                      OS :   Linux Fedora Core 17 (X86_64)
    At chapter 11 of the online PL/SQL Reference, here is what oracle says about Unhandled Exceptions :
    If a stored subprogram exits with an unhandled exception, PL/SQL does not roll back database changes made by the subprogram.
    I tried the following code:
    code
    HOST clear;
    SET SQLBLANKLINES ON;
    ALTER SESSION SET PLSQL_WARNINGS='ENABLE:ALL';
    DROP TABLE tmptab;
    CREATE TABLE tmptab(n NUMBER);
    CREATE OR REPLACE PACKAGE pkg1_pkg
    AUTHID DEFINER
    AS
        MYEXCEPTION EXCEPTION;
        PRAGMA      EXCEPTION_INIT(MYEXCEPTION, -20001);
    END;
    SHOW ERRORS;
    -- This is a subprogram which exists
    -- with an unhandled exception
    CREATE OR REPLACE PROCEDURE mytestProc
    AUTHID DEFINER
    IS  
    BEGIN
        INSERT INTO tmptab(n) VALUES(100);
        -- So this unhandled exception does a ROLLBACK
        -- which cancels the previous INSERT statement
        RAISE pkg1_pkg.MYEXCEPTION;
    END mytestProc;
    SHOW ERRORS;
    BEGIN
        mytestProc();
    END;
    SELECT * FROM tmptab;
    And here is the output
    BEGIN
    ERROR at line 1:
    ORA-20001:
    ORA-06512: at "TRAINING.MYTESTPROC", line 6
    ORA-06512: at line 2
    no rows selected
    The fact that SELECT * FROM tmptab gives: no rows selected indicates that the unhandled exception in the stored subprogram myTestProc did in fact a ROLLBACK for the INSERT statement into the tmptab table.
    So I don't understand why in the documentation it has been mentioned that no ROLLBACK is not done.
    Could anyone kindly make some clarification on this?
    Thanks in advance,
    Regards,
    Dariyoosh

    Hi,
    If a stored subprogram exits with an unhandled exception, PL/SQL does not roll back database changes made by the subprogram.
    What's going on here is that an anonymous block (which is not stored) exits with an unhandled exception, and that does roll back uncommitted transactions.
    I created a procedure to see how many rows are in tmptab:
    CREATE OR REPLACE PROCEDURE tmptab_cnt (in_txt  IN  VARCHAR2)
    AUTHID DEFINER
    AS
         n    PLS_INTEGER;
    BEGIN
         SELECT  COUNT (*)
         INTO    n
         FROM    tmptab;
        dbms_output.put_line (  n
                             || ' rows in tmptab in '
                             || in_txt
    END  tmptab_cnt;
    and called it from your procedure, and also from your anonymous block:
    CREATE OR REPLACE PROCEDURE mytestProc
    AUTHID DEFINER
    IS  
    BEGIN
        INSERT INTO tmptab(n) VALUES(100);
        tmptab_cnt ('mytestProc');
        RAISE pkg1_pkg.MYEXCEPTION;
    END mytestProc;
    SHOW ERRORS;
    BEGIN
        mytestProc();
    EXCEPTION
      WHEN OTHERS THEN
        tmptab_cnt ('anonymous block');
        RAISE;
    END;
    The output from this is:
    Procedure created.
    No errors.
    1 rows in tmptab in mytestProc
    1 rows in tmptab in anonymous block
    BEGIN
    ERROR at line 1:
    ORA-20001:
    ORA-06512: at line 6
    no rows selected
    As you can see, there was 1 row in the table after the procedure returned to the anonymous block.
    Thanks for posting such a clear and complete test script; that really helps.
    How did you format the code, with the green background and the title?

  • Itunes U private- how to resolve an "no unhandled exception to display." error message?

    How do I resolve a "no unhandled exception to display" error message when trying to access our schools itunesU site? Thanks.

    Can you provide a site name, screenshot of error, and steps to reproduce?
    -Thanks

  • EM failed to show any charts on home screen with "Unhandled exception..."

    Hello,
    I have a 11gr2 2-node RAC on Linux environment. At this time, emctl status dbconsole shows it's up and running. But upon logging in, the main page give error
    "Unhandled exception during generation of chart Host CPU.
    1. java.lang.Exception: Invalid BoundDataSource: no class, method or dataSource provided.
    2. at oracle.sysman.emSDK.chart.EmChartBoundDataSourceBean.initDataSource(EmChartBoundDataSourceBean.java:98)"
    Looking at the emoms.trc file, here is some more errors:
    2011-09-22 14:15:48,218 [EMUI_14_15_48_/console/rac/racSitemap] ERROR db.rac initProblemServices.2011 - Failed to determine problem services: ORA-20206: Target does not exist: ORCL:rac_database
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 571
    ORA-06512: at "SYSMAN.EMD_RAC", line 2550
    ORA-06512: at "SYSMAN.EMD_RAC", line 2474
    ORA-06512: at line 1
    2011-09-22 14:15:48,226 [EMUI_14_15_48_/console/rac/racSitemap] ERROR db.rac initComps.1507 - java.sql.SQLException: ORA-20206:
    ORA-06512: at "SYSMAN.EMD_MNTR_HOST", line 576
    ORA-01403: no data found
    ORA-06512: at line 1
    java.sql.SQLException: ORA-20206:
    ORA-06512: at "SYSMAN.EMD_MNTR_HOST", line 576
    ORA-01403: no data found
    ORA-06512: at line 1
    2011-09-22 14:15:48,375 [EMUI_14_15_48_/console/rac/racSitemap] ERROR chart.EmChartBean constructLayout.759 - java.lang.Exception: Invalid BoundDataSource: no class, method or dataSource provided.
    2011-09-22 14:15:48,379 [EMUI_14_15_48_/console/rac/racSitemap] ERROR chart.EmChartBean constructLayout.759 - java.lang.Exception: Invalid BoundDataSource: no class, method or dataSource provided.
    2011-09-22 14:16:48,136 [MetricCollector:RACHOMETAB_THREAD600:60] ERROR rt.RacMetricCollectorTarget _getAllData.278 - java.lang.NullPointerException
    java.lang.NullPointerException
    Any pointers here?
    Thanks,

    Also, i did some research on the error "unhandled exception" and it suggests to apply patch 9935898. Upon running opatch apply, it gives the following...
    Oracle Home : /u01/app/oracle/product/11.2.0/dbhome_1
    Central Inventory : /u01/app/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 11.2.0.1.5
    OUI version : 11.2.0.1.0
    OUI location : /u01/app/oracle/product/11.2.0/dbhome_1/oui
    Log file location : /u01/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch2011-09-22_14-31-53PM.log
    Patch history file: /u01/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch_history.txt
    ApplySession applying interim patch '9935898' to OH '/u01/app/oracle/product/11.2.0/dbhome_1'
    Running prerequisite checks...
    Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 9935898: Required component(s) missing : [ oracle.sysman.oms.core, 11.1.0.1.0 ]
    ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 74

  • N unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    some one can help me please
    i have no idea what i must to do.
    an unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    The Exception Handler gave all the info that you need. No need to print the whole stack trace.
    The exception handler says
    Exception Details: java.lang.IllegalArgumentException
    TABLE1.NAME
    Look in the session bean (assuming that is where your underlying rowset is). Look in the _init() method for statements similar to the following:
    personRowSet.setCommand("SELECT * FROM TRAVEL.PERSON");
    personRowSet.setTableName("PERSON");
    What do you have?

  • Xilinx error 59 reported by Translation process, and unhandled exception in ngdbuild

    Hi all,
    Not sure if this is the right forum to post in but I'll try.
    I'm struggeling with compiling my FPGA code on a NI 9074 target with 8 modules. LabView FPGA tells me that it failed due to a xilinx error in the translation process. It looks like the ngdbuild.exe craches (I'm getting questions from CVI to start debugging an unhandled exception. This happens two times every I try to compile the FPGA code. But the exception seems to happen at different places every time. That is at least what I see from the debug window which appears, assuming the number in square bracets means line number in the source. This number seems to shift with every compilation. It shifts from 1864 to 5896.
    The error which is returned to the LabView FPGA is:
    ERROR:ConstraintSystem:59 - Constraint <TIMESPEC "TS_AsynchMite29"= FROM
    PADS(mIoHWord_n) TO PADS(aIoInt*) 0 ns;> [toplevel_gen.ucf(606)]: PADS
    "mIoHWord_n" not found. Please verify that:
    1. The specified design element actually exists in the original design.
    2. The specified object is spelled correctly in the constraint source file.
    ERROR:ConstraintSystem:59 - Constraint <TIMESPEC "TS_AsynchMite30"= FROM
    PADS(mIoHWord_n) TO PADS(mIoDmaReq<*>) 0 ns;> [toplevel_gen.ucf(607)]: PADS
    "mIoHWord_n" not found. Please verify that:
    1. The specified design element actually exists in the original design.
    2. The specified object is spelled correctly in the constraint source file.
    ERROR:ConstraintSystem:59 - Constraint <TIMESPEC "TS_AsynchMite31"= FROM
    PADS(mIoHWord_n) TO PADS(mIoDtack_n) 0 ns;> [toplevel_gen.ucf(608)]: PADS
    "mIoHWord_n" not found. Please verify that:
    1. The specified design element actually exists in the original design.
    2. The specified object is spelled correctly in the constraint source file.
    ERROR:ConstraintSystem:59 - Constraint <TIMESPEC "TS_AsynchMite32"= FROM
    PADS(mIoHWord_n) TO PADS(mIoReady) 0 ns;> [toplevel_gen.ucf(609)]: PADS
    "mIoHWord_n" not found. Please verify that:
    1. The specified design element actually exists in the original design.
    2. The specified object is spelled correctly in the constraint source file.
    ERROR:ConstraintSystem:59 - Constraint <TIMESPEC "TS_AsynchMite33"= FROM
    PADS(mIoHWord_n) TO PADS(mIoData<*>) 0 ns;> [toplevel_gen.ucf(610)]: PADS
    "mIoHWord_n" not found. Please verify that:
    1. The specified design element actually exists in the original design.
    2. The specified object is spelled correctly in the constraint source file.
    Done...
    I'm not familiar with VHDL so I don't know the specifics of what really happens during the compilation. I dont have anything specail timing code in the VI except for loop timers.
    I'm using LabView FPGA 2011, and xilinx 12.4. The code has compiled successfully on earlier LabView versions. There are no errors or warings in my LabView FPGA code that that LabView detects. Is this a bug in LabView FPGA 2011 or Xilinx 12.4? 
    I've attached the log files from the compilation process and the error summary that LabView FPGA gives me.
    Thanks in advance.
    Regards,
    Anders Garmo
    System Architercure Developer
    Attachments:
    FPGA error1.txt ‏26 KB
    FPGA Xilinx Log.txt ‏1316 KB
    fpga error 1.png ‏16 KB

    Peter,
    You are running into bug 1747626. I will send you an email with a fix.
    Regards, Marc We have the same problem here. We have installed the bugfix but it still does not work.

  • Cloud service created works fine in local Azure Emulator. But doesnot work when deployed to actual azure and says Restarting (Role has encountered an error and has stopped. Unhandled Exception: System.IO.FileNotFoundException)

    Hi,
    I have a created a cloud service and when i run locally in azure emulator it works fine. But when I am trying to deploy that to azure it says: Restarting (Role has encountered an error and has stopped.
    Unhandled Exception: System.IO.FileNotFoundException)
    Can anyone please help me on this.
    Thanks,
    Satya Chenna

    Any specific reason you are having timer on role start up? are you using thread.sleep for longer duration in the method?
    If you are using azure diagnostics - make sure these things
    1. Azure storage connection string is set to correct storage account and not to the development storage.
    2. Check session state provider - local is not supported on azure.
    Also you can refer this for more information 
    http://blogs.msdn.com/b/kwill/archive/2013/09/06/troubleshooting-scenario-3-role-stuck-in-busy.aspx
    Bhushan | Blog |
    LinkedIn | Twitter

  • Powerpivot - Can't insert formula that combines two or more different columns and keep getting message "unhandled exception has occurred in a component in your application...

    I am using powerpivot v2 with excel 2010.
    When I go to my excel file's powerpivot and I try to insert a formula in any column, I constantly get the following message:
    "unhandled exception has occurred in a component in your application. If you click continue, the application will ignore this error and attempt to continue".
    ************** Exception Text **************
    System.InvalidCastException: Return argument has an invalid type.
       at System.Runtime.Remoting.Proxies.RealProxy.ValidateReturnArg(Object arg, Type paramType)
       at System.Runtime.Remoting.Proxies.RealProxy.PropagateOutParameters(IMessage msg, Object[] outArgs, Object returnValue)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.Office.Interop.Excel._Application.get_ActiveWorkbook()
       at Microsoft.AnalysisServices.XLHost.Addin.GeminiRibbon.currentClientWindow_InFormulaBarChanged(Object sender, EventArgs e)
       at Microsoft.AnalysisServices.Common.SandboxEditor.formulaBar_Leave(Object sender, EventArgs e)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Windows.Forms.ContainerControl.UpdateFocusedControl()
    Does anybody know how to fix this ?

    Mark,
    I used the Fix It found here:
    http://support.microsoft.com/kb/2739501
    I would have to ask my IT support person for more specifics, but as I understand the scenario with my particular laptop: the laptop came preloaded with RTM build of 2013.  We used Control Panel to uninstall Office 2013, in order to install Office
    2010.  I installed PowerPivot add-in and used it successfully with no issues for several months.  After attempting to install another program and encountering issues with apparent traces left behind of Office 2013 uninstall, I found the link above
    and used the Fix It to attempt to remove all remaining traces of Office 2013.  While it did appear to find and clean-up quite a bit left behind from the Office 2013 install, I was surprised to find an error upon entering my existing installation
    of PowerPivot for 2010 and attempting to type new formulas into the formula bar.
    My experience to-date is that an error message stating ""Return Argument Has an Invalid Type" appears anytime I select or modify a formula in the formula bar that would cause the intellisense to appear.  For example, when I first click into the formula
    bar, I do not get an error...but as soon as I type the first letter, before the intellisense appears, I get the error message.  Throughout the remainder of the formula as I type, just prior to any time when the intellisense drop-down will appear
    again, I get the same error message again (see details below).
    At one time, although I can't reproduce it now, the error message did state ".Net Framework" in the menu bar of the error pop-up window.  I can't get that to appear again, as it now only says "PowerPivot for Excel".  Based on this, I had attempted
    to see if I could repair my .NET framework install using the following tool:
    http://www.microsoft.com/en-us/download/details.aspx?id=30135
    I learned, however, that since I am running Windows 8 which comes with .NET 4.5 built-in to the OS, this tool does not yet cover that version for repair.
    While the overall end-result of my PowerPivot models appear to be just the same, having to click through "Continue" on the error message multiple times each time I enter a new formula is a huge drain on productivity.
    Let me know if you have any additional questions.
    David
    System.InvalidCastException: Return argument has an invalid type.
       at System.Runtime.Remoting.Proxies.RealProxy.ValidateReturnArg(Object arg, Type paramType)
       at System.Runtime.Remoting.Proxies.RealProxy.PropagateOutParameters(IMessage msg, Object[] outArgs, Object returnValue)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.Office.Interop.Excel._Application.get_ActiveWorkbook()
       at Microsoft.AnalysisServices.XLHost.Addin.GeminiRibbon.currentClientWindow_InFormulaBarChanged(Object sender, EventArgs e)
       at Microsoft.AnalysisServices.Common.SandboxEditor.formulaBar_Leave(Object sender, EventArgs e)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Windows.Forms.ContainerControl.UpdateFocusedControl()
    David Duncan Consultant I.B.I.S., Inc.

Maybe you are looking for