Error while executing application in the PDA

HI All,
I am working on SAP MI 7.0. we had few enhacnement on MAM application.
We have deployed and tested the application [with enhacnements] in desktop - MI client. But when we try to deploy the same in PDA, we are facing the below issues:
1) When i created  the .war file with the option: "Add JSP as a compiled classes" and deployed the application [.war file] in PDA We are getting Error:
Not Found (400)
Original request:/application name/start
Not found request: /application name/start
But i could not see either the JSP/ class files in the WAR file, which is causing this Error.
2) When i created WAR file by unchecking the option "Add JSP as a compiled classes" and deploy the application in PDA, i could see the JSP's but getting this Error:
Error 500:
Jasper. Compile Exceptions: unable to find the setter method for the attribute.
Any suggestion?
Regards
Nagraju

Hi Nagaraju,
Yes, you need to change the entiries in web.xml file aswell.
Check whether the web.xml file has the mapping for .jsp files or jsp converted .class files.
If your web.xml file contains the .class file and still giving the error that means your web.xml file is not generated properly.
Simple changes you have to do in web.xml file
1. Below content must be generated at the end of the file where as it should be immediate to the <web-app> tag.
2. Cut the content and place the code as shown below.
<servlet>
     <servlet-name>front</servlet-name>
     <servlet-class>
          com.sap.mbs.mam.application.web.FrontServlet
     </servlet-class>
     <init-param>
          <param-name>application</param-name>
<servlet>
     <servlet-name>mam_0005fstart</servlet-name>
     <jsp-file>/mam_start.jsp</jsp-file>
</servlet>
Please mark the thread as answer if it is useful to you
Regards

Similar Messages

  • Error executing application in the PDA

    Hi!
    I'm doing the first steps with SAP Mobile Infrastructure.
    I have WAS 640, J2EE and ABAP with SP16.
    SAP MI 2.5 SP09.
    I'm trying to run in a PDA the very first examples from the SAP Develloper Studio MDK Help.
    In WebConsole, I have created an Application MDK_CONFIGEXAMPLEJSP and  have uploaded the  
    MDK_configExampleJSP.war.zip file.  
    Next, I assignied it to the device ID and after syncronization I have the file MDK_CONFIGEXAMPLEJSP.war in directory MIwebapps.
    Restarting the Mobile Engine, a new folder is created:
    MIWebappsMDK_CONFIGEXAMPLEJSP with other sub folders.
    Running the Mobile Client, I have the new link to this application, but when I tap it, I have the error:
    "Not found(404)
    Original request:/
    MDK_CONFIGEXAMPLEJSP/start
    Not found request:/
    MDK_CONFIGEXAMPLEJSP/start"
    All this works fine in a Laptop (WIN32).
    Any suggestion?
    Thanks in advance.
    Arnaldo Calçada.

    Hi,
    error 404 means: Page not Found.
    OnLaptop we have a complete JDK with the TOOLS.jar available. The benefit on that is, while we are running our App, MI can compile JSP to JAVA files and display them.
    On PDA we do not have TOOLS.jar available. What we need to do is, we need to compile our JSP files with the MDK, while we create our WAR file. While creating the WAR file, after you selected to project, tick "Add JSP as compiled classes". This will solve the 404 issue on the PDA.
    It is correct that you do not have a startup.bat file on the PDA. A PDA has no DOS shell like a PC and so STARTUP.BAT makes no sence. The startup is done automatically at restart of the PDA. You can find the MIServer shortcut in the folder WINDOWS/STARTUP on the PDA. IF you want to start it manually, just tick that shortcut. If it is already running, no second instance will be started, so it is not a problem to do that. BUT: as you can open the URL http://localhost:4444 in IE on the PDA, this machine is working fine. IF you do have problems, check the JCPOut file in the root folder of the PDA. You will find the Java trace there. If MI is running, there is a sharing restriction on this file. In that case, make a copy of the file on the PDA and transfer the copy down to your PC to open it.
    I have create a BLOG, how to debug into PDA MI installations. Unfortunately, because you debug on a PC, you will most probably not find the 404 error there, because on a PC the JSP files will be compiled with the available tools.jar. Unfortunately it does not help to copy tools.jar to the PDA. The used Java implementation NSIcom Creme does not support that file.
    Hope this helps to understand and solve this issue.
    Regards,
    Oliver

  • Error while accessing application with the custom components

    Hi experts,
    I have an application (HAP_MAIN_DOCUMENT) of component FPM_OIF_COMPONENT which uses a Webdynpro component with the same name (HAP_MAIN_DOCUMENT). This Webdynpro component (HAP_MAIN_DOCUMENT) uses 2 other components (HAP_DOCUMENT_BODY and HAP_DOCUMENT_HEADER). For my client requirement, i need to create the custom components by copying from standard components as the UI layout changes are quiet huge and not manageable with the enhancements. To accomodate this i have changed the standard configurations by replacing the standard web dynpro components with the custom ones copied. Apart fomr this there are no changes to the standard.
    While trying to access the application, i am getting the error as Null object reference.
    the details of the error is as below. Please advice.
    Heading 1: h1. P:ortal Error
    The URL http://******************/sap/bc/webdynpro/sap/HAP_MAIN_DOCUMENT/ was not called due to an error.
    Note
    The following error text was processed in the system DSD : Access via 'NULL' object reference not possible.
    The error occurred on the application server ddrsap12_DSD_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: WDDOINIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_DO_INIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: DO_INIT of program CL_WDR_DELEGATING_VIEW========CP
    Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
    Method: INIT_CONTROLLER of program CL_WDR_VIEW===================CP
    Method: INIT of program CL_WDR_CONTROLLER=============CP
    Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT_CONTROLLER of program CL_WDR_INTERFACE_VIEW=========CP
    Heading 2: h2. ST22 - Dump Analysis
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
         caught in
        procedure "WDDOINIT" "(METHOD)", nor was it propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component.
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
        Either the reference was never set or it was set to 'NULL' using the
        CLEAR statement.
    Information on where terminated
        Termination occurred in the ABAP program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP" -
         in "WDDOINIT".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 4640
        of the (Include) program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU".
        Termination occurred in a Web Dynpro application
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
        The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in
        procedure "WDDOINIT" "(METHOD)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP "; its source
         code begins in line
        4619 of the (Include program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU ".
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
          Name
       33 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU       4640
          CL_VW_HEADER_MAIN_CTR=>WDDOINIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       32 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU         70
          CLF_VW_HEADER_MAIN_CTR=>IF_WDR_VIEW_DELEGATE~WD_DO_INIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       31 METHOD       CL_WDR_DELEGATING_VIEW========CP    CL_WDR_DELEGATING_VIEW========CM003     3
          CL_WDR_DELEGATING_VIEW=>DO_INIT
       30 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM00Q     3
          CL_WDR_CONTROLLER=>INIT_CONTROLLER
       29 METHOD       CL_WDR_VIEW===================CP    CL_WDR_VIEW===================CM00K     5
          CL_WDR_VIEW=>INIT_CONTROLLER
       28 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       27 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
       26 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM005    23
          CL_WDR_VIEW_MANAGER=>BIND_ROOT
       25 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM00B    17
          CL_WDR_VIEW_MANAGER=>INIT
       24 METHOD       CL_WDR_INTERFACE_VIEW=========CP    CL_WDR_INTERFACE_VIEW=========CM004    11
          CL_WDR_INTERFACE_VIEW=>INIT_CONTROLLER
       23 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       22 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
    Thanks In advance,
    Regards,
    Ravi.

    Hi, I'm closing this thread and opening the same in another as the content got pasted in reader un friendly format and i'm unable to change the format.
    Thanks,
    Ravi.

  • Error while executing application from BI Launchpad

    Hi All,
    I have a Design Studio application with a  tabset  in it.
    Upon execution of the application,everything works fine with the local mode.But when I run it from my BI Launchpad, upon clicking the second tab
    there comes an error (Attached).
    I do some random selections in my second tab data the app works fine and now when I go to the first tab the same error appears.
    Please can anyone tell me as to what would be the problem.
    Reply Awaited .
    Regards
    Niyati

    I can't see the enough of the error message from the screen shot you attached
    Did you follow the steps to upload listed here Design Studio 1.0: Upload a Local Application to the Business Intelligence Platform
    Did you search for your error on SAP Notes/KBA (service.sap.com/notes)?

  • Error while executing application using Oracle Business Process Workspace

    Hi all,
    I created a simple application to find the length of the message entered and then re direct it to other task depending on the size. but while i try to run the application using Oracle Business Process Workspace, a new popup window is opened and my pre-described fields are shown, i fill the fields with values and when i try to submit/claim the task, it is giving me the following error :
    Error Code: 502 Proxy Error. The request was rejected by the HTTP filter. Contact your ISA Server administrator. (12217)I contacted my server administrator as well for the same, but he didn't find any server side error.
    Kindly help me solve this issue asap as i have my seniors waiting for this.
    Thanks and Regards,
    Debarati

    Try to fragment the 'ear' in less than 64k blocks or don't transmit as long raw.
    Please let me know if this works.

  • Error while executing reports in the SPM UI

    Hi,
    We try to run an OOB report "Spend by Supplier". After report generated, tried to add few more dimensions Source system supplier and Category to the same report.
    After the report started, it gave an error massage.
    Error message states that
    "Dimension(s) in result do not match query - report execution aborted"
    Kindly suggest how resolve this issue.
    Regards,
    Alaap

    Hi Alaap,
    Seems like there is some problem with you BW query.  Please try and run the 'Spend Analysis Final Query' in BEx first to see if you get the same error or may be you get more details as to what the problem is.
    Depending on how much data you have in your system, you may not be able to execute the default query.  In this case please create a copy query with only the necessary dimensions & measures (characteristics & key-figures) and execute that to test.
    Regards,
    Rohit

  • Error while executing procedure from the web

    Hi,
    <p>
    I am developing some procedures that I want to execute from an html form. The problem is that when I am trying to execute it in SQL Developer I got the following error:<br>
    Connecting to the database oracle.<br>
    ORA-06502: PL/SQL: numeric or value error<br>
    ORA-06512: at "SYS.OWA_UTIL", line 325<br>
    ORA-06512: at "SYS.OWA_UTIL", line 366<br>
    ORA-06512: at "MMARTA.INSERTPROJECT", line 3<br>
    ORA-06512: at line 10<br>
    Process exited.<br>
    </p>
    <p>
    The procedure is the following:<br>
    create or replace <br>
    procedure insertproject(jnum j.j#%type, jname j.jname%type, city j.city%type) as <br>
    begin <br>
    owa_util.mime_header('text/plain');<br>
    if jpak.insertj(jnum,jname,city)<0 then<br>
    htp.print('The jnum already exists in the database!');<br>
    else <br>
    htp.print('Insert successfull!');<br>
    end if;<br>
    end;<br>
    <br>
    and the function has the following code:
    <br>
    function insertj(jnum j.j#%type, jname j.jname%type, city j.city%type)<br>
    return number is<br>
    x number;<br>
    begin<br>
    Select count(*) into x From J<br>
    Where J#=jnum;<br>
    if x=0 then<br>
    insert into J values(jnum,jname,city);<br>
    commit;<br>
    return 0;<br>
    end if;<br>
    return -1;<br>
    END insertj;<br>
    </p>
    <p>
    Does anyone have any idea why I get this error?
    </p>
    <p>
    Thanks!
    <p/>

    Hi,
    <p>
    The function has the following parameters:<br>
    function insertj(jnum j.j#%type, jname j.jname%type, city j.city%type)<br>
    where j# is varchar2(5), jname is varchar2(35) and city is varchar2(35)<br>.
    I was trying to insert the following values:<br>
    j#:='J11', jname:='JobName' and city:='Paris'.<br>
    </p>
    <p>
    The procedure just calls this function with the same parameters. It is very strange because it is hard to see what the problem is. The line 10 is return 0 in the function where I believe the error comes from. It starts in the procedure and then goes in the function body, if I am interpreting this right.
    </p>
    <p>
    Any idea?
    </p>
    Thanks!

  • Errors while executing bapi_po_create1

    Hi experts,
    I am getting errors while executing bapi_po_create1.
    The errors are -
    1. No instance of object type purchaseorder has been created.External reference
    2.Purchase order still contain faulty item
    Please help <removed by moderator>.
    Thanks
    Sahil
    Edited by: Thomas Zloch on Sep 14, 2010 2:30 PM

    Hi,
    Check this code it may help you.
    DATA:
    W_BAPIMEPOHEADER TYPE BAPIMEPOHEADER,
    W_BAPIMEPOHEADERX TYPE BAPIMEPOHEADERX,
    T_BAPIRET2        TYPE STANDARD TABLE OF BAPIRET2
                       WITH HEADER LINE,
    T_BAPIMEPOITEM    TYPE STANDARD TABLE OF BAPIMEPOITEM
                       WITH HEADER LINE,
    T_BAPIMEPOITEMX   TYPE STANDARD TABLE OF BAPIMEPOITEMX
                       WITH HEADER LINE,
    T_POSCHEDULE      TYPE STANDARD TABLE OF BAPIMEPOSCHEDULE
                          WITH HEADER LINE,
    T_POSCHEDULEX     TYPE STANDARD TABLE OF BAPIMEPOSCHEDULX
                      WITH HEADER LINE.
    W_BAPIMEPOHEADER-COMP_CODE = '1000'.
    W_BAPIMEPOHEADER-DOC_TYPE = 'NB'.
    W_BAPIMEPOHEADER-CREAT_DATE = SY-DATUM.
    W_BAPIMEPOHEADER-CREATED_BY = SY-UNAME.
    W_BAPIMEPOHEADER-ITEM_INTVL = '00010'.
    W_BAPIMEPOHEADER-VENDOR = '0000300001'.
    W_BAPIMEPOHEADER-LANGU = SY-LANGU.
    W_BAPIMEPOHEADER-PMNTTRMS = '0001'.
    W_BAPIMEPOHEADER-PURCH_ORG = '1000'.
    W_BAPIMEPOHEADER-PUR_GROUP = '100'.
    W_BAPIMEPOHEADER-CURRENCY = 'INR'.
    W_BAPIMEPOHEADER-DOC_DATE = SY-DATUM.
    W_BAPIMEPOHEADER-VPER_START = '20100728'.
    W_BAPIMEPOHEADER-VPER_END = '20100828'.
    W_BAPIMEPOHEADERX-COMP_CODE = 'X'.
    W_BAPIMEPOHEADERX-DOC_TYPE = 'X'.
    W_BAPIMEPOHEADERX-CREAT_DATE = 'X'.
    W_BAPIMEPOHEADERX-CREATED_BY = 'X'..
    W_BAPIMEPOHEADERX-ITEM_INTVL = 'X'.
    W_BAPIMEPOHEADERX-VENDOR = 'X'.
    W_BAPIMEPOHEADERX-LANGU = 'X'.
    W_BAPIMEPOHEADERX-PMNTTRMS = 'X'.
    W_BAPIMEPOHEADERX-PURCH_ORG = 'X'.
    W_BAPIMEPOHEADERX-PUR_GROUP = 'X'.
    W_BAPIMEPOHEADERX-CURRENCY = 'X'.
    W_BAPIMEPOHEADERX-DOC_DATE = 'X'.
    W_BAPIMEPOHEADERX-VPER_START = 'X'.
    W_BAPIMEPOHEADERX-VPER_END = 'X'.
    T_BAPIMEPOITEM-PO_ITEM  =     '00010'.
    T_BAPIMEPOITEM-MATERIAL =     '000000001002000031'.
    T_BAPIMEPOITEM-PLANT =     '1000'.
    T_BAPIMEPOITEM-QUANTITY =     '10'.
    T_BAPIMEPOITEM-PO_UNIT =     'NOS'.
    T_BAPIMEPOITEM-NET_PRICE = '120.00'.
    T_BAPIMEPOITEM-INFO_UPD ='X'.
    T_BAPIMEPOITEM-PRICE_UNIT = '1'.
    T_BAPIMEPOITEM-TAX_CODE =     'VE'.
    APPEND T_BAPIMEPOITEM.
    T_BAPIMEPOITEMX-PO_ITEM = '00010'.
    T_BAPIMEPOITEMX-PO_ITEMX  =     'X'.
    T_BAPIMEPOITEMX-MATERIAL =     'X'.
    T_BAPIMEPOITEMX-PLANT =     'X'.
    T_BAPIMEPOITEMX-QUANTITY =     'X'.
    T_BAPIMEPOITEMX-PO_UNIT =     'X'.
    T_BAPIMEPOITEMx-NET_PRICE = 'X'.
    T_BAPIMEPOITEMX-INFO_UPD ='X'.
    T_BAPIMEPOITEMX-PRICE_UNIT = 'X'.
    T_BAPIMEPOITEMX-TAX_CODE =     'X'.
    APPEND T_BAPIMEPOITEMX.
    T_POSCHEDULE-PO_ITEM          = '00010'.
    T_POSCHEDULE-SCHED_LINE        = '0001'.
    T_POSCHEDULE-DEL_DATCAT_EXT    = 'D'.
    T_POSCHEDULE-DELIVERY_DATE     =  '09.09.2010'.
    T_POSCHEDULE-QUANTITY          = '10'.
    APPEND T_POSCHEDULE.
    T_POSCHEDULEX-PO_ITEM = '00010'.
    T_POSCHEDULEX-SCHED_LINE = '0001'.
    T_POSCHEDULEX-PO_ITEMX = 'X'.
    T_POSCHEDULEX-SCHED_LINEX = 'X'.
    T_POSCHEDULEX-DEL_DATCAT_EXT = 'X'.
    T_POSCHEDULEX-DELIVERY_DATE = 'X'.
    T_POSCHEDULEX-QUANTITY  = 'X'.
    APPEND T_POSCHEDULEX.
    CALL FUNCTION 'BAPI_PO_CREATE1'
      EXPORTING
        POHEADER                     =  W_BAPIMEPOHEADER
        POHEADERX                    =  W_BAPIMEPOHEADERX
    TABLES
       RETURN                       = T_BAPIRET2[]
       POITEM                       = T_BAPIMEPOITEM[]
       POITEMX                      = T_BAPIMEPOITEMX[]
       POSCHEDULE                   = T_POSCHEDULE[]
       POSCHEDULEX                  = T_POSCHEDULEX[].
    IF SY-SUBRC = 0.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
      WAIT          =
    IMPORTING
      RETURN        =
    ENDIF.
    LOOP AT T_BAPIRET2.
    WRITE: /
    T_BAPIRET2-TYPE ,
    T_BAPIRET2-ID,
    T_BAPIRET2-NUMBER,
    T_BAPIRET2-MESSAGE,
    T_BAPIRET2-LOG_NO,
    T_BAPIRET2-LOG_MSG_NO,
    T_BAPIRET2-MESSAGE_V1,
    T_BAPIRET2-MESSAGE_V2,
    T_BAPIRET2-MESSAGE_V3,
    T_BAPIRET2-MESSAGE_V4,
    T_BAPIRET2-PARAMETER,
    T_BAPIRET2-ROW,
    T_BAPIRET2-FIELD,
    T_BAPIRET2-SYSTEM.
    WRITE: / '----
    ENDLOOP.
    Regards,
    Jagadeesh T.

  • I am getting a error while executing the Web Dynpro Application Page.

    Hi All,
    I am getting a Error while executing a web dynpro application ::: 
    : Navigation in Phase WDDOMODIFYVIEW Cannot Be Triggered. Component: Z_WEP_PERSONAL_DATA, View: OVERVIEW, Window: Z_XXP_PERSONAL_DATA
    I have checked this error description in ST22  :
    What happened?
        The exception 'CX_WDR_RT_EXCEPTION' was raised, but it was not caught anywhere
         along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program
         'CL_WDR_CLIENT_APPLICATION=====CP' has to be
        terminated.
    Error analysis
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_WDR_RT_EXCEPTION', was not caught
         and
        therefore caused a runtime error.
        The reason for the exception is:
        Navigation in Phase WDDOMODIFYVIEW Cannot Be Triggered. Component:
        Z_XXP_PERSONAL_DATA, View: OVERVIEW, Window: Z_XXP_PERSONAL_DATA
    Can u plz help me regarding this error.
    Thanks,
    Deepika

    >Navigation in Phase WDDOMODIFYVIEW Cannot Be Triggered
    Looks to me like you are trying to fire a navigation plug within WDDOMODIFYVIEW. According to the rules of the WD Phase Model this is not allowed.

  • Error while executing the application

    Hi Friends,
    I am getting error while executing the application.The error is
    "javax.ejb.EJBException: Transaction aborted; nested exception is: javax.transaction.RollbackException: Transaction marked for rollback."
    Can anybody help me..
    Thanks in advance.

    You need to step through a debugger and find the source of your problem as something is clearly going wrong and causing the transaction to roll back. That is all that message tells us.
    m

  • Runtime Error While executing the WebDynpro Application

    I am getting the Runtime Error While executing the WebDynpro Application. The error message is "TSV_TNEW_OCCURS_NO_ROLL_MEMORY".
    It says like "
    Short text
        No roll storage space of length 9728 available for OCCURS area.
    What happened?
        Each transaction requires some main memory space to process
        application data. If the operating system cannot provide any more
        space, the transaction is terminated.
    But while executing some other Web Dynpro Applications, i am not facing this problem.

    Generally this error is a result of an infinite loop on internal table or select endselect statement where by severs  temporary memory gets full. With no memory to insert new records in temporary memory system generates the dump.
    Check your application or ask basis consultant to look at the memory parameters in instance profile.
    Regards
    Rohit Chowdhary

  • I was gettiing runtime error while executing a Webdynpro-ABAP application

    Hi,
    I am working on Webdynpro-ABAP and created a ALV report using Service call BAPI method in IDES version. After creating component and designed view and created Webdynpro application. While executing application I am getting some error in explorer.
    For any application I am getting same error.
    I think some setting in explorer..I am not sure. If yes how can I rectify ?
    waiting for quick response.
    I am giving details error below what I faced.
    Error when processing your request
    What has happened?
    The URL http://sapserver:8001/sap/bc/webdynpro/sap/zz_00_bapiflight was not called due to an error.
    Note
         The following error text was processed in the system DM0 : Die URL enthält keine vollständige Domainangabe (sapserver statt sapserver.).
         The error occurred on the application server sapserver_DM0_01 and in the work process 0 .
         The termination type was: RABAX_STATE
         The ABAP call stack was:
    Method: CHECK of program CX_FQDN=======================CP
    Method: LATE_CONSTRUCTOR of program CL_WDR_UCF====================CP
    Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    What can I do?
         If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system DM0 in transaction ST22.
         If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server sapserver_DM0_01 in transaction SM21.
         If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server sapserver_DM0_01 . In some situations, you may also need to analyze the trace files of other work processes.
         If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 800 -u: SAPUSER -l: E -s: DM0 -i: sapserver_DM0_01 -w: 0 -d: 20091226 -t: 135942 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Best Regards,
    BDP

    hi
    It is the Fully Qualified Domain Name (FQDN) error . Refer SAP online help :
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm
    refer the similar thread :
    Problem executing sample Webdynpro application
    regards,
    amit

  • Error while executing the compilation process

    Hi,
    ISA Framework: com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while executing the compilation process:  javac: invalid flag: "/usr/sap/CJP/J06/j2ee/cluster/server2/apps/sap.com/crm~isauseradm/servlet_jsp/isauseradm/work/jsp_login XXXXXXXXXXX.java" Usage: javac <options> <source files> where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath <path> Specify where to find user class files -sourcepath <path> Specify where to find input source files -bootclasspath <path> Override location of bootstrap class files -extdirs <dirs> Override location of installed extensions -d <directory> Specify where to place generated class files -encoding <encoding> Specify character encoding used by source files -source <release> Provide source compatibility with specified release -target <release> Generate class files for specific VM version -help Print a synopsis of standard options ].
    We get this message periodically then we login to isauseradm-application or shopadmin-application.
    How we can solve this issue? Why it's appears in system?
    /nwa shows this error:
    Process after commit failed - may be hanging internal locks mut be removed manually.
    Where I can see hanging internal locks ?
    Denis

    to add some information,
    in runtime workbench, component monitoring, performance monitoring and all other thing except message monitoring is OK.

  • Getting Error while Execute SSIS Package from Console Application

    Dear All,
    SSIS package working fine directly.
    I got following error while execute SSIS package from C# console application.
    The connection "{79D920D4-9229-46CA-9018-235B711F04D9}" is not found. This error is thrown by Connections collection when the specific connection element is not found.
    Cannot find the connection manager with ID "{79D920D4-9229-46CA-9018-235B711F04D9}" in the connection manager collection due to error code 0xC0010009. That connection manager is needed by "OLE DB Destination.Connections[OleDbConnection]"
    in the connection manager collection of "OLE DB Destination". Verify that a connection manager in the connection manager collection, Connections, has been created with that ID.
    OLE DB Destination failed validation and returned error code 0xC004800B.
    One or more component failed validation.
    There were errors during task validation.
    Code : 
       public static string RunDTSPackage()
                Package pkg;
                Application app;
                DTSExecResult pkgResults;
                Variables vars;
                app = new Application();
                pkg = app.LoadPackage(@"D:\WORK\Package.dtsx", null);
         Microsoft.SqlServer.Dts.Runtime.DTSExecResult results = pkg.Execute();
    I have recreate the application with again new connection in SSIS.
    Still not working, Please provide solution if any one have.
    DB : SQL Server 2008 R2
    Thanks and regards,
    Hardik Ramwani

    The connection "{79D920D4-9229-46CA-9018-235B711F04D9}" is not found. This error is thrown by Connections collection when the specific connection element is not found.
    Cannot find the connection manager with ID "{79D920D4-9229-46CA-9018-235B711F04D9}" in the connection manager collection due to error code 0xC0010009. That connection manager is needed by "OLE DB Destination.Connections[OleDbConnection]"
    in the connection manager collection of "OLE DB Destination". Verify that a connection manager in the connection manager collection, Connections, has been created with that ID.
    Are you sure that you are running the same package via .NET which works fine from Visual Studio?
    By reading error message, I can say that you have copied OLEDB task from another package OR you have deleted one OLEDB connection manager. Now when package is run this task tries to use the connection manager and not found thus throws error message.
    Open all OLEDB destination tasks and you find connection manager missing. Connection Manager name should be provided there
    Cheers,
    Vaibhav Chaudhari
    MCSA - SQL Server 2012

  • Error while executing SAP E-Commerce Application with UME system

    When attempting to login to the B2B application (http://hostname:port/b2b/init.do), we receive the following error:
    Error while executing SAP E-Commerce Application with UME system; try again to log on. If the problem persists, call our hotline.
    I checked the defaultTrace log and every time the login page is called the following messages are displayed:
    #System.err#sap.com/crm~b2b#System.err#Guest#0##n/a##70cf2ba0756b11df86050003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Plain###com.sap.engine.services.servlets_jsp.server.exceptions.WebIllegalStateException: The output is committed.
    #System.err#sap.com/crm~b2b#System.err#Guest#0##n/a##70cf2ba0756b11df86050003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Plain###  at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:354)#
    another 40 lines of similar text
    When a login is attempted, the following messages are appended to the trace file:
    #tracing.isa.runtime#sap.com/crm~b2b#tracing.isa.runtime#Guest#0##n/a##f6384ec0756b11df81380003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Debug##Plain###[actionxecution]='begin' [actionclass]='com.sap.isa.user.action.PrepareLoginBaseAction' [path]='/preparelogin'#
    tracing.isa.runtime#sap.com/crm~b2b#tracing.isa.runtime#USER1#7439##n/a##f6384ec0756b11df81380003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Debug##Plain###[actionxecution]='end' [actionclass]='com.sap.isa.user.action.PrepareLoginBaseAction' [path]='/preparelogin' [forward]='/login.do' [exectime]='42'#
    #tracing.isa.runtime#sap.com/crm~b2b#tracing.isa.runtime#USER1#7439##n/a##f6384ec0756b11df81380003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Debug##Plain###[jcofuncionexecution]='begin' [funcname]='CRM_ISA_SSO_LOGIN_CHECKS' [ashost]='<hostname>' [sysid]='CRM'#
    #tracing.isa.runtime#sap.com/crm~b2b#tracing.isa.runtime#USER1#7439##<hostname>_CJM_678801250#USER1#f6384ec0756b11df81380003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Debug##Plain###[jcofunctionexecution]='end' [funcname]='CRM_ISA_SSO_LOGIN_CHECKS' [ashost]='<hostname>' [sysid]='CRM' [exectime]='12'#
    I have modified the userid and hostname in the above trace output.
    Does anyone know how we can debug this issue further?
    Thanks,
    Setu

    Hi,
    Are you using UME login type for your B2B Scenario?
    In your B2B XCM setting have you selected UME related login type?
    eCommerce Developer

Maybe you are looking for

  • Sales Order Material Determination Cannot Change Quantity of the Sub-item

    Hi SAP Guru's, Has anyone encountered this scenario? 1. Created a standard order with an item as material substitution 2. Created a pro-forma invoice referencing the sales order created 3. Went into VA02 to change the item quantity of the higher leve

  • Facebook Export Shows Partial Album List

    I am using Facebook Exporter with the latest version of Bridge, and the latest Export modules.  Both Bridge and the Modules themselves have been updated as of today.  I've been able to successfully export to Facebook, but the issue is that the Albums

  • New Insignia NS-L55X-10A sound not in sync with surround sound

    My new Insingina NS L55X 10A was delivered this morning, replacing a 7 year old 52" Hitachi.  Of course they just swapped the TV's, plugged it up and attached the cable coax and made sure it would turn on.  I didn't notice until they left, but the so

  • PDF printer: RGB 220dpi scale to 150,845

    Since I use the Adobe PDF printer 7, all my RGB grayscale TIF photos from MS WordXP files are changed from 220dpi to 150dpi. The settings in the used profiles are "don't change color photos / grayscale photos", I have no clue where there might be a w

  • Stuck in temporary user after restore point - no access to internet & apps

    On Satellite laptop internet start up access via wireless very slow "busy circle running on wireless systray icon", and applications would not run - sometimes up to 10 mins at startup before system settled down. Suspected application recently install