106561 :non oracle exception occurs

Hi..!!!
I'm using Oracle10g Forms On windows XP & i wan to run help file. Server is on Linux platform.
I am using following code ,
DDE.App_begin('Winhlp32.exe '||lv_hlpname,DDE.APP_MODE_NORMAL);
can u pls help me for this. Hw to resolve this error.?

Hello,
DDE can work only on Windows servers. it can't work on any other O.S. like linux.
Francois

Similar Messages

  • DDE.APP_BEGIN Causes error 106561: non-oracle Exception

    Hello,
    Im trying to launch excel from my form. My form is running from Oracle E-Business Suite and i always get the error 106561: non-oracle Exception. The cause of the error is the DDE.APP_BEGIN. My first conclusion is the file path since my form isnt running from my machine. Any one can help me with this?
    DECLARE
    APPL_NAME VARCHAR2(100);
    APPLICATION_ID PLS_INTEGER;
    CHANNEL_ID PLS_INTEGER;
    BEGIN
    IF application_id IS NOT NULL
    THEN
    MESSAGE('Application is already running. ');
    ELSE
    application_id := DDE.APP_BEGIN('C:\MsOffice\EXCEL.EXE', DDE.APP_MODE_NORMAL);
    MESSAGE('application_id = '||application_id);
    MESSAGE(' ');
    END IF;
    EXCEPTION
    WHEN DDE.DDE_APP_FAILURE THEN
    MESSAGE('Could not launch application for DDE operations.');
    RAISE FORM_TRIGGER_FAILURE;
    WHEN OTHERS THEN
    MESSAGE('Error: '||TO_CHAR(SQLCODE)||' '||SQLERRM);
    RAISE FORM_TRIGGER_FAILURE;
    END;
    Thank you.

    I would guess that you hunch is correct. C:\ does not exist on the machine where the Forms server is running. The WEB_UTIL package will probably be able to do this.

  • Getting 100501:non-ORACLE EXCEPTION

    Hi,
    I'm receving an error 100501:non-ORACLE exception, when I try to run the webutil package Webutil_File_Transfer.Client_To_DB on the application server. The same is working in my standalone machine.
    Regards,
    Madhu

    This normally appears when and only proper previleges are not there:
    Check if the user permissions .

  • What is the solution of  non-oracle exception erro 100501

    what is the solution of non-oracle exception erro 100501

    I'm guessing that the TRUE parameter in My_Alert causes the procedure to raise a form_trigger_failure. In that case you could do this:
    Declare
      A number(10);
    Begin
      SELECT Sif_Code
      INTO A
      FROM Pro_Stp_Rcp_Item
      WHERE Sif_Code = :Pro_Stp_Rcp_Item.Sif_Code
      AND Rou_Code = :Routes.Rou_Code;
      My_Alert('Item Code Already Registered',1,TRUE);
    Exception
      When form_trigger_failure then
        raise;
      When No_Data_Found Then null;
      When Too_Many_Rows
        Then My_Alert('Item Code Already Registered',1,TRUE);
      When Others
        Then My_Alert(Sqlerrm||' - '||sqlcode,1,TRUE);
    End;As Steve says, the problem is really caused by When Others here. I've got no problem with trapping "Others" but in forms you might be better off having a generic catch-all in the on-error trigger.

  • 305500 non-Oracle exception when I use forms 6i to open a excel

    Hi
    I get a 305500 non-Oracle exception when I use forms 6i to open a excel file. Does anyone know what the problem is? Any solution/workaround for this?
    Thanks

    Hi, this problem mainly happens if you try to close an excel sheet which you have not open or you are trying to open an excel sheet twice with the same name.

  • Non-application exception occurred while processing method createReportsExc

    Hi,
    Any one get the following exception
    Non-application exception occurred while processing method createReportsExcelFile on bean BeanId(bsd#bsdejb.jar#ReportsDownload, null): java.lang.NoSuchMethodError: java.lang.RuntimeException: method <init>(Ljava/lang/Throwable;)V not found
         at jxl.write.biff.File.write(File.java(Compiled Code))
         at jxl.write.biff.SheetWriter.write(SheetWriter.java(Compiled Code))
         at jxl.write.biff.SheetWriter.write(SheetWriter.java(Compiled Code))
         at jxl.write.biff.WritableSheetImpl.write(WritableSheetImpl.java:1165)
         at jxl.write.biff.WritableWorkbookImpl.write(WritableWorkbookImpl.java:805)
         at com.bsdnet.ejb.report.ReportsDownloadEJB.writeToBUReportExcelFile(ReportsDownloadEJB.java(Compiled Code))
         at com.bsdnet.ejb.report.ReportsDownloadEJB.createBUReport(ReportsDownloadEJB.java:2151)
         at com.bsdnet.ejb.report.ReportsDownloadEJB.createReportsExcelFile(ReportsDownloadEJB.java:411)
         at com.bsdnet.ejb.report.EJSRemoteStatelessReportsDownload.createReportsExcelFile(EJSRemoteStatelessReportsDownload.java:49)
         at com.bsdnet.ejb.report._ReportsDownload_Stub.createReportsExcelFile(_ReportsDownload_Stub.java:258)
         at com.bsdnet.batch.report.ReportsJobProcessingThread.run(ReportsJobProcessing.java:282)
    IF Yes, Then Please help me out asap.
    Thanks,
    Sumit Gupta

    Since you want to use a class that is not part of your EJB environment you cant access it.
    Like you said your ELUWS14 class is part of your web project, most likely to be inside a war. And the session bean inside an ear.
    If you need that class on both environments (session beans and web components) the best approach is to create a JAR file and include it there. If it is going to change a lot then the best approach is to have it on your ear (EJB side), and your web components should call the session beans method to invoke operations.
    Your business rules should not access your presentation layer:
    EJB -> Web components Not a good idea
    EJB <-> Web components Not a good idea
    EJB <- Web components This is the way to go
    So, web components should access classes from the ear, and not viceversa. This is why containers make ear classes accesible to web component, and not in the other way

  • 101511 non-ORACLE exception

    Hi all,
    We are submitting a concurrent request which runs a report. the report errors out giving 101511 non-ORACLE exception.
    The major coding is done in the before report trigger which is purely just based on pl/sql.
    Which is populating data in a temp table.
    The main query of the report just fetches data from the above temp table.
    The before report trigger code is working on tables, which is populated by data through a DB Link by a package.
    On submitting the report, it runs for long hours and errors out with the above mentioned message.
    I have no clue about this error.
    Please help me out.
    Thanks in advance.

    Please post the details of the application release, database version and OS.
    We are submitting a concurrent request which runs a report. the report errors out giving 101511 non-ORACLE exception.
    What type of concurrent programs?
    Please post the contents of the concurrent request log file here.
    Thanks,
    Hussein

  • Please acknowledge-106557-106557:non ORACLE exception

    Hi everyone.
    I have created a form in which the required data gets displayed in the excel (.xls) file on clicking a button.
    When i run the form, I am getting error that is FRM-40735: WHEN-BUTTON PRESSED trigger raised unhandled exception ORA-106557.
    When i run the form again, I am getting result as expected. It works perfectly fine.
    After i log in to the software, only for the first click i get that error. Later it works fine.
    So i tried to catch the exact error by putting an exception code that is:
    EXCEPTION
    WHEN OTHERS THEN
    MESSAGE(SQLCODE||' - '||SQLERRM);
    PAUSE;
    END;
    After compiling with the exception; I got an error message and an error alert window.
    The Error window shows 'Please acknowledge'.
    The Error message is -106557-106557:non ORACLE exception .
    I am not getting to know what is wrong exactly because it shows FRM-40735 error only for the first time, later it works fine.
    Can you Help me with this.
    Thank You.

    DECLARE
      CURSOR C_EXCEL IS
      SELECT DISTINCT INDIRECT_RECD.SLNO SLNO,
      INDIRECT_RECD.COMPLIANCE COMPLIANCE,
      INDIRECT_RECD.DUE_DATE DUE_DATE,
      INDIRECT_RECD.UNIT1 UNIT1,
      INDIRECT_RECD.UNIT2 UNIT2,
      INDIRECT_RECD.UNIT4 UNIT4,
      INDIRECT_RECD.UNIT5 UNIT5,
      INDIRECT_RECD.UNIT6 UNIT6,
      INDIRECT_RECD.UNIT7 UNIT7,
      INDIRECT_RECD.UNIT11 UNIT11,
      INDIRECT_RECD.UNIT12 UNIT12,
      INDIRECT_RECD.UNIT14 UNIT14,
      INDIRECT_RECD.UNIT15 UNIT15,
      INDIRECT_RECD.UNIT16 UNIT16,
      INDIRECT_RECD.UNIT18 UNIT18,
      INDIRECT_RECD.UNIT20 UNIT20,
      INDIRECT_RECD.UNIT25 UNIT25,
      INDIRECT_RECD.UNIT91 UNIT91,
      INDIRECT_RECD.COMP_MONTH COMP_MONTH
      FROM INDIRECT_RECD
      WHERE COMP_MONTH=:IT_DATE;
      CONVID PLS_INTEGER;
       ROWCOUNT NUMBER;
       RW NUMBER:= 7;
       RR NUMBER :=2;
       x number :=0;
       sn number := 1;
       OUT_FILE Text_IO.File_Type;
       FNAME VARCHAR2(50);
    BEGIN
      FNAME := GET_FILE_NAME('C:\', File_Filter=>'Excel Files (*.xls)|*.xls|',DIALOG_TYPE=>SAVE_FILE);
      IF FNAME IS NOT NULL THEN
      OUT_FILE := Text_IO.Fopen(FNAME, 'w');
      Text_IO.Fclose (out_file);
       CONVID := DDE.App_Begin('C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\EXCEL.EXE '||FNAME,
       DDE.APP_MODE_MAXIMIZED);
       dbms_lock.sleep(1);
      ConvID := DDE.Initiate('EXCEL', FNAME);
      DDE.Poke(ConvID,'R1C2','COMPANY LTD.',DDE.CF_TEXT,2000);
      DDE.Poke(ConvID,'R2C2','INDIRECT.', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R3C2','MONTHLY REPORT - CLOSED.', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R4C2','For the MONTH/YEAR = '||to_char(to_date(:IT_DATE,'RRRR/MM'),'MONTH/RRRR'), DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C1','SLNo.', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C2','Compliance', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C3','Due_Date', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C4','Unit-1', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C5','Unit-2', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C6','Unit-4', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C7','unit-5', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C8','Unit-6', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C9','Unit-7', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C10','Unit-11', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C11','Unit-12', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C12','Unit-14', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C13','Unit-15', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C14','Unit-16', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C15','Unit-18', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C16','Unit-20', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C17','Unit-25', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C18','Unit-91', DDE.CF_TEXT, 2000);
      DDE.Poke(ConvID,'R6C18','YEAR/MM', DDE.CF_TEXT, 2000);
       For i in C_EXCEL
         loop
         sn := sn + 1;
                DDE.Poke(ConvID,'R'||RW||'C'||1,nvl(i.SLNO,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||2,nvl(i.COMPLIANCE,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||3,nvl(to_char(i.DUE_DATE,'DD-MON-RRRR'),' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||4,nvl(i.UNIT1,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||5,nvl(i.UNIT2,' '), DDE.CF_TEXT, 2000);
            DDE.Poke(ConvID,'R'||RW||'C'||6,nvl(i.UNIT4,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||7,nvl(i.UNIT5,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||8,nvl(i.UNIT6,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||9,nvl(i.UNIT7,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||10,nvl(i.UNIT11,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||11,nvl(i.UNIT12,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||12,nvl(i.UNIT14,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||13,nvl(i.UNIT15,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||14,nvl(i.UNIT16,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||15,nvl(i.UNIT18,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||16,nvl(i.UNIT20,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||17,nvl(i.UNIT25,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||18,nvl(i.UNIT91,' '), DDE.CF_TEXT, 2000);
         DDE.Poke(ConvID,'R'||RW||'C'||18,nvl(i.COMP_MONTH,' '), DDE.CF_TEXT, 2000);
         RW := RW+1;
         x :=1;
      end loop;
    RR:=RW-1;
      IF x  = 1 THEN
      DDE.Poke(ConvID,'R'||RW||'C2','END OF REPORT', DDE.CF_TEXT, 2000);
      ELSE
      DDE.Poke(ConvID,'R7C1','No Data Found', DDE.CF_TEXT, 2000);
      END IF;
      END IF;
    End;
    Please acknowledge-106557-106557:non ORACLE exception 

  • Non-Oracle Exception

    I have a report that is throwing a non-Oracle exception;
    in this case the exception number is 101507.
    I cannot find a list of these anywhere. Does such a list exist?
    How do I track an error like this down?
    Thanks for any info.

    is there any prefix for the exception?
    like REP- FRM- etc ?
    If yes post it. Even other wise post the entire error u are getting and brief description of problem.

  • 100501 : non - ORACLE exception

    When i am trying to open a file using text IO, application is giving 100501 : non - ORACLE exception.
    The opening of file is written withing a BEGIN EXCEPTION END statement with when others exception.
    But the cursor is jumping to the outher EXCEPTION E.G.
    BEGIN
    BEGIN
    OPENING A FILE
    EXCEPTION
    WHEN OTHERS THEN
    MESSAGE('1');
    END;
    EXCEPTION
    WHEN OTHERS THEN
    MESSAGE('2');
    END;
    my application on failing for opening of file(file is not present) raises a message 2 rather than 1.
    Kindly let me know why the message 1 is not appearing

    i m getting the same error while updating several tables from a loop in a PU.
    its because i had put raise form_trigger_failure with each statement. and i had put a exception when others at the end of the my PU.
    remove exception when others from PU as form_trigger_failure is a non oracle exception (It is there in DBMS sereies of packages) and test your form.

  • URGENT: Non Oracle Exception

    Hello,
    I'm using Forms 6i in Windows NT Cleint Server Environment. I've made a procedure in form. When executed, it goes into exception <When Others> portion and gives the following error. SQLCODE = <100501>, SQLERRM = <non-ORACLE exception>.
    How to handle this error? What manual should I refer to, to get further details about it?
    An urgent reply will be appreciated.
    Thanx.
    HASAN.

    Hi hasan,
    I dont know about the documentation for this problem but I have faced this problem once. Just check the code in the trigger where this exception is coming, there must be in some condition u have written Raise form_trigger_failure. This raise trigger failure is actually taking you to the non-oracle exception. In my view if u have multiple raise form trigger failures then try to debug by commenting one at a time that which is taking u to this exception. If u find it then do the form trigger failure in the exception of when others and this will solve the problem.
    Vishal

  • 105101: non-ORACLE exception

    I have the following statment and it is throwing 105101: non-ORACLE exception. any idea how to resolve it?
         DECLARE
         l_filename VARCHAR2(10000);
         l_filetype VARCHAR2(10);
         l_trans BOOLEAN;
         l_url varchar2(100) := 'c:\Sample.JPEG';
         l_file varchar2(50) := 'H:\';
         l_asynch boolean default false;
         l_cb_trg varchar2(50) default null;
         l_bare_filename varchar2(60);
         BEGIN -- to open dialog box and get the full path of the image where its available
         l_filename := client_get_file_name(directory_name => 'C:\'
         ,file_name => null
         ,file_filter => 'All Files (*.*)|*.*|(*.gif)|*.gif|(*.jpg)|*.jpg|'
         ,message => null
         ,dialog_type => null
         ,select_file => null
         IF l_filename IS NOT NULL THEN -- to check the filename given is valid
         l_filetype:=substr(l_filename,instr(l_filename,'.')+1,3);
         client_image.read_image_file(l_filename, l_filetype, 'MEMTDOCM005.MEM005_BIN_DOCUMENT');
         l_bare_filename := substr(l_filename,instr(l_filename,'\',-1)+1);
         ---:b6.create_date := SYSDATE; -- assign the default date when the image is inserted
         ELSE -- if its a invalid filename display error message
         NULL;
         END IF;
         COMMIT;
              GO_ITEM('mem001_membership_type');
         EXCEPTION
         WHEN OTHERS THEN
         message(sqlerrm);message(sqlerrm);
         END;

    The error could rersult from missing java-classes in the CLASSPATH-setting in your env-file. Make sure the webutil.jar is in it, as described in the webutil-configuration-guide.

  • Client_ole - "305500: non-ORACLE exception

    Dear all,
    I tried to open a word documet and save some data in it from a application in Forms 10g.The sequence of code used works fine how ever i get struck up when i say CLIENT_OLE2.invoke(obj_hnd,'SaveAs',arglist) and when handling exception i get a error message " 305500: non-ORACLE exception.Please let me know how to solve this.
    Thanks,
    Prathap

    I am having similar situation where it hangs at "Save as". Any help on how this was resolved is greatly appreciated.
    Thanks.

  • Non-application exception occurred while processing method "fnExtRiskAccum"

    I am getting the following error when starting the Server ?
    Please help me to find out what it means
    Non-application exception occurred while processing method "fnExtRiskAccum". Exception data: com.ibm.ejs.container.CreateFailureException: ; nested exception is:
         java.lang.reflect.InvocationTargetException
         at com.ibm.ejs.container.StatelessBeanO.<init>(StatelessBeanO.java:151)
         at com.ibm.ejs.container.CMStatelessBeanO.<init>(CMStatelessBeanO.java:53)
         at com.ibm.ejs.container.CMStatelessBeanOFactory.create(CMStatelessBeanOFactory.java:40)
         at com.ibm.ejs.container.EJSHome.createBeanO(EJSHome.java:666)
         at com.ibm.ejs.container.EJSHome.createBeanO(EJSHome.java:753)
         at com.ibm.ejs.container.activator.UncachedActivationStrategy.atActivate(UncachedActivationStrategy.java:78)
         at com.ibm.ejs.container.activator.Activator.activateBean(Activator.java:516)
         at com.ibm.ejs.container.EJSContainer.preInvoke_internal(EJSContainer.java:2762)
         at com.ibm.ejs.container.EJSContainer.preInvoke(EJSContainer.java:2487)
         at com.ibm.ejs.container.EJSContainer.preInvoke(EJSContainer.java:2472)
         at uw.EJSRemoteStatelessUWGC_ejbVERIFY_34c1773e.fnExtRiskAccum(EJSRemoteStatelessUWGC_ejbVERIFY_34c1773e.java:52)
         at uw._UWGC_ejbVERIFYRemote_Stub.fnExtRiskAccum(_UWGC_ejbVERIFYRemote_Stub.java:918)
         at ren.RNLB_cPL_MAIN.doGet(RNLB_cPL_MAIN.java:3045)
         at ren.RNLB_cPL_MAIN.doPost(RNLB_cPL_MAIN.java:65)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at ren.RNLB_cPL_MAIN.service(RNLB_cPL_MAIN.java:4055)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
         at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
         at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
         at common.UTIL_cENTRY.doGet(UTIL_cENTRY.java:84)
         at common.UTIL_cENTRY.doPost(UTIL_cENTRY.java:89)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
         at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
         at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
         at common.UTIL_cTUNNEL.doGet(UTIL_cTUNNEL.java:129)
         at common.UTIL_cTUNNEL.doPost(UTIL_cTUNNEL.java:151)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
         at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
         at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
         at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
         at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:116)
         at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186)
         at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
         at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:443)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at com.ibm.ejs.container.StatelessBeanO.<init>(StatelessBeanO.java:144)
         ... 64 more
    Caused by: javax.ejb.CreateException: Unable to create EJB: UWGC_ejbVERIFYBean.
         at uw.UWGC_ejbVERIFYBean.ejbCreate(UWGC_ejbVERIFYBean.java:100)
         ... 69 more

    Since you want to use a class that is not part of your EJB environment you cant access it.
    Like you said your ELUWS14 class is part of your web project, most likely to be inside a war. And the session bean inside an ear.
    If you need that class on both environments (session beans and web components) the best approach is to create a JAR file and include it there. If it is going to change a lot then the best approach is to have it on your ear (EJB side), and your web components should call the session beans method to invoke operations.
    Your business rules should not access your presentation layer:
    EJB -> Web components Not a good idea
    EJB <-> Web components Not a good idea
    EJB <- Web components This is the way to go
    So, web components should access classes from the ear, and not viceversa. This is why containers make ear classes accesible to web component, and not in the other way

  • 'net use' giving 100501 non-ORACLE exception

    hi all,
    i am taking a file from local pc to server.
    before taking a file there i need to login to the server, for this i am using '_net use_'
    Client_host('net use * \\10.3.1.53 password /user:userid');
    10.3.1.53 is ip of the server i want to access. i tried with '*' as well without '*'.
    i have checked by putting message before and after this line, it is this line which gives *100501 non oracle exception.*
    how should i tackle this problem , ?? help me
    form version 10g, server 11g, client os is windows and server os is linux
    Edited by: Amoeba on Jul 26, 2012 9:16 AM
    Edited by: Amoeba on Jul 26, 2012 9:34 AM
    Edited by: Amoeba on Jul 26, 2012 9:38 AM

    Do you have a samba server installed and a share configured properly on your linux server? otherwise you won't be able to map your network drive via net use.
    The ORA-100501 non oracle exception means you cought a raise form_trigger_failure exception in a when others exception handler which most certainly is thrown in the client_host procedure because something went wrong.
    Try the command you are issuing in the shell on your client machine and see what errors come up. Most certainly your samba server isn't configured properly (or not configured at all); as this has nothing to do with forms you should try google with the error message of net use then first.
    cheers

Maybe you are looking for

  • Acrobat 9 Pro Extended Sicherheitseinstellungen

    Hallo! Ich habe folgendes Problem mit Acrobat 9 Pro Extended: Beim Erzeugen eines 3D-PDFs durch öffnen einer 3D-Datei (.catpart) werden zunächst einige Funktionen deaktiviert und man muss oben in die Leiste klicken und diese Funktionen expliziert akt

  • Flash Player 10 will download but NOT install on Mac (10.4.11)

    I have a MacBook Pro that has all of the necessary ingredients to run FP 10 (unless it requires Java, which also won't install - does the same thing that I am about to describe FP 10 doing)...I can download it, but as soon as I double click on the FP

  • Page Authorization Scheme OK button not working

    Hi All, I have a Page Level Authorization scheme, which makes a PL/SQL Function call to determine whether the logged in user should have access to the Page. This works well and displays an 'Access denied by Page security check' error message, but the

  • Sources BPM worklist (worklistapp) 11gR2?

    Does anybody know if there are any sources available for the out-of-the-box worklist application for 11g? In earlier versions the sources were available in the samples. When I go to the samples of SOA Suite 11 (http://soasamples.samplecode.oracle.com

  • Installation Business Objects Mobile

    Hi guys.. i want to install Business Objects mobile but i have question but i want to know if i can install Business Objects Mobiel over the same server of Business Objects XI, i believe that the Mobile server should not need a lot of resources...the