SAP GRC10 - Error while submitting Access Request

Hello All,
<<Removed>>
While submitting the request ...getting below mentioned error on the page
Error while processing your query
What has happened?
The URL call http://<<removed>>/sap/bc/webdynpro/SAP/GRAC_GAF_ACC_REQ_WITH_REQ_REF was terminated because of an error.
Note
The following error text was processed in system GD1 : Conversion of type h to type N not supported.
The error occurred on the application server blrkec220748d_GD1_00 and in the work process 1 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Method: GET_DUE_DATE of program CL_GRAC_ACCESS_REQUEST_UTIL===CP
Method: GET_DUE_DATE of program CL_GRAC_MODEL_ACCESS_REQUEST==CP
Method: IF_GRFN_API_MODEL~SAVE of program CL_GRAC_MODEL_ACCESS_REQUEST==CP
Method: SAVE of program CL_GRFN_API_SESSION===========CP
Method: CREATE of program /1BCWDY/Z3TZZFT9CG8486P2AANU==CP
Method: IF_COMPONENTCONTROLLER~CREATE of program /1BCWDY/Z3TZZFT9CG8486P2AANU==CP
Method: PROCESS_EVENT of program /1BCWDY/Z3TZZFT9CG8486P2AANU==CP
Method: IWCI_IF_FPM_UI_BUILDING_BLOCK~PROCESS_EVENT of program /1BCWDY/Z3TZZFT9CG8486P2AANU==CP
Method: CALL_UIBB_PROCESS_EVENT of program CL_FPM========================CP
Method: PROCESS_EVENT of program CL_FPM========================CP
What can I do?
If the termination type is RABAX_STATE, you will find more information on the cause of termination in system GD1 in transaction ST22.
If the termination type is ABORT_MESSAGE_STATE, you will find more information on the cause of termination on the application server blrkec220748d_GD1_00 in transaction SM21.
If the termination type is ERROR_MESSAGE_STATE, you cansearch for further information in the trace file for the work process 1 in transaction ST11 on the application server. <<Removed>>
. 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 adminmistrator.
Error Code: ICF-IE-http -c: 400 -u: 163554 -l: E -s: GD1 -i: blrkec220748d_GD1_00 -w: 1 -d: 20111005 -t: 195025 -v: RABAX_STATE -e: OBJECTS_MOVE_NOT_SUPPORTED -X: 1078D28404571EE0BBEBA3BBD9492C36_1078D28404571EE0BBEBA40E1A426C36_1 -x: 1D5DEFE0CADEF14FAC361078D2840457
HTTP 500 - Internal Server Error
Your SAP Internet Communication Framework Team
============================================================
Please find below error Log from SLG1
Config Error,Function Module is not maintained for Plug-in
Thanks,
Jagat
Edited by: Matt on Jan 25, 2012 3:24 PM

Hello Aman,
Please find Below Dump Details downloaded from ST22
Category               ABAP Programming Error
Runtime Errors         OBJECTS_MOVE_NOT_SUPPORTED
ABAP Program           CL_GRAC_ACCESS_REQUEST_UTIL===CP
Application Component  GRC-AC
Date and Time          07.10.2011 10:47:56
     Short text
          Conversion of type "h" to type "N" not supported.
     What happened?
          Error in the ABAP Application Program
          The current ABAP program "CL_GRAC_ACCESS_REQUEST_UTIL===CP" had to be
           terminated because it has
          come across a statement that unfortunately cannot be executed.
     Error analysis
          You attempted to move one data object to another.
          This is not possible here because the conversion of a data object
          of type "h" to type "N" is not supported.
     Trigger Location of Runtime Error
         Program     CL_GRAC_ACCESS_REQUEST_UTIL===CP
         Include     CL_GRAC_ACCESS_REQUEST_UTIL===CM018
         Row     59
         Module type     (METHOD)
         Module Name     GET_DUE_DATE
     Source Code Extract
     Line     SourceCde
        29     
        30     *-get function id from application & process id
        31         CALL METHOD cl_grac_access_request_util=>get_appl_mapping_data
        32           EXPORTING
        33             iv_application_id   = lv_application_id
        34             iv_process_type     = iv_process_id
        35           IMPORTING
        36             et_application_data = lt_application_data.
        37     
        38     *only 1 record would exist in appl data table for appl id & process id
        39         READ TABLE lt_application_data INTO ls_application_data
        40                                        INDEX 1.
        41         lv_fdt_uuid = ls_application_data-functionid.
        42     *--
        43       IF  it_brftab   IS NOT INITIAL
        44       AND lv_fdt_uuid IS NOT INITIAL.
        45     
        46     *-execute brf+ rule
        47         TRY.
        48             CALL METHOD cl_grfn_ac_brfp=>execute_brf_rule
        49               EXPORTING
        50                 iv_func_uuid = lv_fdt_uuid
        51                 it_data      = it_brftab
        52               IMPORTING
        53                 et_data      = lr_result.
        54           CATCH cx_grfn_exception .
        55         ENDTRY.
        56     
        57         IF lr_result IS BOUND.
        58           ASSIGN lr_result->* TO <lr_result>.
     >>>>>           lv_sla_id = <lr_result>.
        60         ENDIF.
        61     
        62         READ TABLE lt_sla INTO ls_sla
        63                           WITH KEY sla_id = lv_sla_id.
        64         IF sy-subrc EQ 0.
        65           ev_sla_id   = ls_sla-sla_id. "sla id
        66     
        67     *calculate due date
        68           CALL FUNCTION 'END_TIME_DETERMINE'
        69             EXPORTING
        70               duration                   = ls_sla-sla_days
        71               unit                       = '10'
        72             IMPORTING
        73               end_date                   = ev_due_date " due date
        74             CHANGING
        75               start_date                 = sy-datum
        76               start_time                 = sy-uzeit
        77             EXCEPTIONS
        78               factory_calendar_not_found = 1
     Active Calls/Events
     No.   Ty.          Program                             Include                             Line
           Name
        26 METHOD       CL_GRAC_ACCESS_REQUEST_UTIL===CP    CL_GRAC_ACCESS_REQUEST_UTIL===CM018    59
           CL_GRAC_ACCESS_REQUEST_UTIL=>GET_DUE_DATE
        25 METHOD       CL_GRAC_MODEL_ACCESS_REQUEST==CP    CL_GRAC_MODEL_ACCESS_REQUEST==CM00Y    47
           CL_GRAC_MODEL_ACCESS_REQUEST=>GET_DUE_DATE
        24 METHOD       CL_GRAC_MODEL_ACCESS_REQUEST==CP    CL_GRAC_MODEL_ACCESS_REQUEST==CM004   420
           CL_GRAC_MODEL_ACCESS_REQUEST=>IF_GRFN_API_MODEL~SAVE
        23 METHOD       CL_GRFN_API_SESSION===========CP    CL_GRFN_API_SESSION===========CM004    11
           CL_GRFN_API_SESSION=>SAVE
        22 METHOD       /1BCWDY/Z3TZZFT9CG8486P2AANU==CP    /1BCWDY/B_Z3TZZFT9CG8486P2AAU5       3404
           CL_COMPONENTCONTROLLER_CTR=>CREATE
           Web Dynpro Component          GRAC_UIBB_ACCESS_REQUEST
           Controller                    COMPONENTCONTROLa
        21 METHOD       /1BCWDY/Z3TZZFT9CG8486P2AANU==CP    /1BCWDY/B_Z3TZZFT9CG8486P2AAU5        159
           CLF_COMPONENTCONTROLLER_CTR=>IF_COMPONENTCONTROLLER~CREATE
           Web Dynpro Component          GRAC_UIBB_ACCESS_REQUEST
           Controller                    COMPONENTCONTROLLER
        20 METHOD       /1BCWDY/Z3TZZFT9CG8486P2AANU==CP    /1BCWDY/B_Z3TZZFT9CG8486P2AAU5       7374
           CL_COMPONENTCONTROLLER_CTR=>PROCESS_EVENT
           Web Dynpro Component          GRAC_UIBB_ACCESS_REQUEST
           Controller                    COMPONENTCONTROLLER
        19 METHOD       /1BCWDY/Z3TZZFT9CG8486P2AANU==CP    /1BCWDY/B_Z3TZZFT9CG8486P2AAU5        534
           CLF_COMPONENTCONTROLLER_CTR=>IWCI_IF_FPM_UI_BUILDING_BLOCK~PROCESS_EVENT
           Web Dynpro Component          GRAC_UIBB_ACCESS_REQUEST
           Controller                    COMPONENTCONTROLLER
        18 METHOD       CL_FPM========================CP    CL_FPM========================CM00G    46
           CL_FPM=>CALL_UIBB_PROCESS_EVENT
        17 METHOD       CL_FPM========================CP    CL_FPM========================CM005    46
           CL_FPM=>PROCESS_EVENT
        16 METHOD       CL_FPM========================CP    CL_FPM========================CM00C    34
           CL_FPM=>RUN_EVENT_LOOP
        15 METHOD       CL_FPM========================CP    CL_FPM========================CM00O     8
           CL_FPM=>RAISE_EVENTS
        14 METHOD       /1BCWDY/Z3TZZFT9CG847SKLEJYU==CP    /1BCWDY/B_Z3TZZFT9CG847SKLEK56       2997
           CL_CNR_VIEW_CTR=>ONACTIONBUTTON_PRESSED
           Web Dynpro Component          FPM_GAF_COMPONENT
           Controller                    CNR_VIEW
        13 METHOD       /1BCWDY/Z3TZZFT9CG847SKLEJYU==CP    /1BCWDY/B_Z3TZZFT9CG847SKLEK56        382
           CLF_CNR_VIEW_CTR=>IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER
           Web Dynpro Component          FPM_GAF_COMPONENT
           Controller                    CNR_VIEW
        12 METHOD       CL_WDR_DELEGATING_VIEW========CP    CL_WDR_DELEGATING_VIEW========CM006     6
           CL_WDR_DELEGATING_VIEW=>INVOKE_EVENTHANDLER
        11 METHOD       CL_WDR_ACTION=================CP    CL_WDR_ACTION=================CM00A    38
           CL_WDR_ACTION=>IF_WDR_ACTION~FIRE
        10 METHOD       CL_WDR_WINDOW_PHASE_MODEL=====CP    CL_WDR_WINDOW_PHASE_MODEL=====CM00U    95
           CL_WDR_WINDOW_PHASE_MODEL=>DO_HANDLE_ACTION_EVENTS
         9 METHOD       CL_WDR_WINDOW_PHASE_MODEL=====CP    CL_WDR_WINDOW_PHASE_MODEL=====CM002    82
           CL_WDR_WINDOW_PHASE_MODEL=>PROCESS_REQUEST
         8 METHOD       CL_WDR_WINDOW=================CP    CL_WDR_WINDOW=================CM00V    12
           CL_WDR_WINDOW=>PROCESS_REQUEST
         7 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM00I    76
           CL_WDR_MAIN_TASK=>EXECUTE
         6 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM00U     6
           CL_WDR_MAIN_TASK=>IF_WDR_RUNTIME~EXECUTE
         5 METHOD       CL_WDR_CLIENT_ABSTRACT_HTTP===CP    CL_WDR_CLIENT_ABSTRACT_HTTP===CM01C   100
           CL_WDR_CLIENT_ABSTRACT_HTTP=>HANDLE_REQUEST
         4 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM00J    95
           CL_WDR_MAIN_TASK=>IF_HTTP_EXTENSION~HANDLE_REQUEST
         3 METHOD       CL_HTTP_SERVER================CP    CL_HTTP_SERVER================CM01B   388
           CL_HTTP_SERVER=>EXECUTE_REQUEST_FROM_MEMORY
         2 FUNCTION     SAPLHTTP_RUNTIME                    LHTTP_RUNTIMEU02                     1155
           HTTP_DISPATCH_REQUEST
         1 MODULE (PBO) SAPMHTTP                            SAPMHTTP                               13
           %_HTTP_START
Thanks,
Jagat

Similar Messages

  • Error while submitting concurrent request

    Hi All,
    I am getting error while submitting this concurrent request (To handle deliver, RTR, RTV transactions)
    Error : app-fnd-00874: Routine FDFBDF found no rows in table FND_DESCRIPTIVE_FLEXS. Please contact your system administrator or support
    representative
    what is this error and how can i slove this problem?
    Thanks
    V.Arumugam

    Hi,
    We had same problem in GL while upgradation.
    Some flexfields were missing in the fnd descriptive flexfield.
    We could resolve later with help of metalink.
    Plz refer metalink note : Note:363117.1 and Note:290411.1
    Rgds,
    Arumugam S.

  • COM error while submitting certificate request

    Hello there
    I have created a group and assigned Read, Issue and Manage Certtificate, Manage CA & Request Certificate permission on the CA.When any member of this group try to sign a certificate request,
    the following error accours.
    Your request failed. An error occurred while the server was processing your request.
    Contact your administrator for further assistance.
    " type=button
    Request Mode: newreq - New Request
    Dis"font-size:9pt;">(never set)
    Disposition message: (none)
    Result: The RPC server is unavailable. 0x800706ba (WIN32: 1722)
    COM Error Info: CCertRequest::Submit: The RPC server is unavailable. 0x800706ba (WIN32: 1722)
    LastStatus: The operation completed successfully. 0x0 (WIN32: 0)
    Suggested Cause: This error can occur if the Certification Authority Service has not been started.
    During this time event ID 10016 is logged on the eventlog
    The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
    {D99E6E73-FC88-11D0-B498-00A0C90312F3}
    and APPID
    {D99E6E74-FC88-11D0-B498-00A0C90312F3}
    to the user <Domain>\<Username> SID (<SID>) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
    I have assigned the required permissions to the group on
    CertSrv Request. Also verified the membership of
    Certificate Service DCOM Access.
    Can you please help me to resolve this?
    Thanks
    Ranjith

    Hi Ranjith,
    I suggest you restart the certificate services and try to enroll certificates to test if the Certification Authority is functioning.
    In addition, please make sure that ports in the blogs below are open:
    Firewall Rules for Active Directory Certificate Services
    http://blogs.technet.com/b/pki/archive/2010/06/25/firewall-roles-for-active-directory-certificate-services.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Error while reading access data (URL, user,password) for the Adapter Engine

    Hi,
    Any idea on below message? I am doing file to file scenario and got the below tarce from sxmb_moni.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.pi1.piserver1</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_messaging_url_found: Unable to find URL for Adapter Engine af.pi1.piserver1</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while reading access data (URL, user, password) for the Adapter Engine af.pi1.piserver1</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanks
    Balaji

    It looks like the adapter engine is not able to register him self on SLD, you have to check in the SLD the "Exchange Infrastructure" domain, you have to verify restarting the J2EE the adapter engine update the entries in the SLD related to the specific XI Domain.
    Launch Visual Administrator >> Server >> Services >> SAP AF CPA Cache
    Enter the appropriate values for:
    SLD.selfregistration.hostname (Use fully qualified hostname)
    SLD.selfregistration.httpPort
    SLD.selfregistration.httpsPort
    Sandro

  • Populate Error Message while submitting Travel Request if Supervisor(A002) relationship is not maintained for employee

    Hi Team,
    We have a requirement to "Populate Error Message(Supervisor not Maintained) while submitting Travel Request if Supervisor(A002) relationship is not maintained for employee in ESS.
    We are using standard WDA application - FITV_REQUEST and standard travel request workfow - WS20000050.
    Please suggest how to do this.
    Thanks,
    Ravi

    Hi Rajesh,
    Thanks for the reply...
    We created enhancement for FM HRTRV_IF_GET_CUSTOMIZING and written code in that.
    So by this if Logged in Employee is not assgned with Line Manager , it will throw error while accessing "Create Travel Request application".
    Thanks,
    Ravi.

  • Error while employee accessing the rejected leave request workitem in UWL

    Hi
    I am getting this following error while employee accessing his rejected leave request workitem in UWL.
    Leave application is working properly to place the leave request and to approve the request, But am getting this below error when employee try to open the rejected leave request workitem through UWL.
    Application error occurred during request processing.
      Details:   com.sap.tc.webdynpro.services.sal.core.DispatcherException: Wrong WebDynpro-URL: no application name specified
    Exception id: [CA42F00060020059000017BD000630E2000492E154FAEE4C]
    Thanks
    Ram

    Resolved self.
    Applied Note 779075.

  • Error while uploading Transport request from SAP ECC6.0 EHP4 to SAP ECC 5.0

    Hi friends,
    Error while uploading transport request to the transport directory,
    we downloaded the transport request from one sap system which have a set of developments(contains screen programs)
    for example downloaded all co files and data files
    control file: K900470.SAD and Data file: R900470.SAP from transport directory.
    we are trying to upload the transport to another Sap system
    we have
    Uploaded the controlling file K900470.sad to the location  /usr/sap/transpad/cofiles/
    Uploaded the controlling file R900470.sad to the location  /usr/sap/transpad/data/
    we tried to add in the import queues using TCODE: STMS and trying to import.
    During import we get the below error:
    HALT: unknown dynpro format: d021s_length() returned 0 Please contact the SAP support.
    End with rc : 16
    Please help me on this
    We are trying to copy from ECC 6.0 EHP4 to SAP 5.0 and SAP 4.7EE
    Thanks & Regards
    Murali Papana

    Did you see that you tried to transport to an older release!! You should have expected such a result.
    Before doing such a thing, you should have looked at SAP notes to see SAP recommendations, if any. And you're lucky, there are ones: [Note 1090842 - Composite note: Transport across several releases|http://service.sap.com/sap/support/notes/1090842]. You need to know that ECC6 corresponds to SAP Basis 7.0, and ECC5 corresponds to SAP Basis 6.40.

  • Error while uploading Transport request

    Hi friends,
    Error while uploading transport request to the transport directory,
    we downloaded the trasnport request from one sap system which have a set of developments
    for example downloaded files are;
    control file: K900470.SAD and Data file: R900470.SAD fronm transport directory.
    we are trying to upload the transport to another Sap system
    we have
    Uploaded  the controlling file K900470.sad to the location  /usr/sap/transpad/cofiles/
    Uploaded the controlling file R900470.sad to the location  /usr/sap/transpad/data/
    we tried tro  add in the import queues using  TCODE: STMS
    and trying to import.
    During import we get
    error:
    HALT: unknown dynpro format: d021s_length() returned 0 Please contactthe SAP support.
    End with rc : 16
    Please help me with the problem.
    Thanks in advance
    Deepak

    Hi,
       Check the versions of the two sap systems you are downloading and uploading the transport requests

  • Error while exporting transport requests

    Dears,
    In our PI 7.1 server,configured with CTS +,We are getting below error while exporting transport requests:
    Caused by: com.sap.tc.di.draft.ts.TsExecutionException: Error executing function (check stacktrace for details): EPS_OPEN_OUTPUT_FILE, (service=com.sap.tms)
    at com.sap.tc.di.draft.cts.impl.adapters.jco.TmsJCoExceptions.throwTsServiceException(TmsJCoExceptions.java:74)
    at com.sap.tc.di.draft.cts.impl.adapters.jco.EpsJCoAdapter.openFile(EpsJCoAdapter.java:98)
    at com.sap.tc.di.draft.cts.impl.adapters.jco.AbapEpsOutputStream.open(AbapEpsOutputStream.java:83)
    ... 40 more
    Caused by: com.sap.conn.jco.AbapException: (126) OPEN_FAILED: OPEN_FAILED
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.execute(MiddlewareJavaRfc.java:1492)
    at com.sap.conn.jco.rt.ClientConnection.execute(ClientConnection.java:1065)
    at com.sap.conn.jco.rt.RfcDestination.execute(RfcDestination.java:987)
    at com.sap.conn.jco.rt.RfcDestination.execute(RfcDestination.java:977)
    at com.sap.conn.jco.rt.AbapFunction.execute(AbapFunction.java:300)
    at com.sap.tc.di.draft.cts.impl.adapters.jco.JCoAdapter.executeFunction(JCoAdapter.java:103)
    at com.sap.tc.di.draft.cts.impl.adapters.jco.EpsJCoAdapter.openFile(EpsJCoAdapter.java:78)
    In SE01 it show tp 12 while releasing request.
    Please suggest.
    Shivam
    Edited by: Shivam Mittal on Mar 16, 2010 1:04 PM

    File Permission Issue.

  • Error while submitting order to the deployed cartridge

    Hi All,
    I am getting this error while submitting my test order to the deployed cartridge. Could you please let know the problem?
    Fri Jan 25 19:16:08 IST 2013 <25-Jan-2013 7:16:07,641 IST PM> <INFO> <cartridgemgmt.DeployCartridgeMDB> <[ACTIVE]
    ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <Rolling back the database changes ...>
    <25-Jan-2013 7:16:07,641 IST PM> <ERROR> <cartridgemgmt.DeployCartridgeMDB> <[ACTIVE] ExecuteThread: '3' for queue:
    'weblogic.kernel.Default (self-tuning)'> <Cartridge deployment failed:>
    org.xml.sax.SAXParseException: Error attempting to parse XML file (href='model/SN_OrchestrationProject.xml').
         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at com.mslv.oms.cartridgemgmt.PAR.i.a(Unknown Source)
         at com.mslv.oms.cartridgemgmt.PAR.i.d(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeRequest.getXmlModelAsDocument(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.f(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.a(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.onMessage(Unknown Source)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:574)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:477)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:379)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Fri Jan 25 19:16:08 IST 2013 Deploy failed for cartridge SN_OrchestrationProject:
    <25-Jan-2013 7:16:07,641 IST PM> <INFO> <cartridgemgmt.DeployCartridgeMDB> <[ACTIVE] ExecuteThread: '3' for queue:
    'weblogic.kernel.Default (self-tuning)'> <Rolling back the database changes ...>
    <25-Jan-2013 7:16:07,641 IST PM> <ERROR> <cartridgemgmt.DeployCartridgeMDB> <[ACTIVE] ExecuteThread: '3' for queue:
    'weblogic.kernel.Default (self-tuning)'> <Cartridge deployment failed:>
    org.xml.sax.SAXParseException: Error attempting to parse XML file (href='model/SN_OrchestrationProject.xml').
         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at com.mslv.oms.cartridgemgmt.PAR.i.a(Unknown Source)
         at com.mslv.oms.cartridgemgmt.PAR.i.d(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeRequest.getXmlModelAsDocument(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.f(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.a(Unknown Source)
         at com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.onMessage(Unknown Source)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:574)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:477)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:379)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Hi, this is weird, to me it looks like a problem when deploying a cartridge, are you sure this message is printed when submitting an order?
    If so, I would suggest you take a look inside your parfile which was deployed and see if there is anything obviously wrong with the file.
    In which case it would be a problem of the Design Studio build scripts.
    If that's the problem, you will need to report this, possibly as a workaround edit the par file and repack (which I agree is a pain in the neck).
    Viktor

  • Error in submitting concurrent request

    Hi All,
    I am getting error while submitting this concurrent request (To handle deliver, RTR, RTV transactions)
    Error : app-fnd-00874: Routine FDFBDF found no rows in table FND_DESCRIPTIVE_FLEXS. Please contact your system administrator or support
    representative
    what is this error and how can i slove this problem?
    Thanks
    V.Arun

    did you check note
    APP-FND-00874 FDFBDF Found No Rows In FND_DESCRIPTIVE_FLEXS
    Note:342918.1
    fadi

  • Errors while submitting the SQL * Plus  Report

    I am getting th efollowing Error while submitting the Concurrent request to run a report.
    FND_CANNOT FIND FILE
    concurrent manager encountered an error while running sql * plus for yours concurrent request
    Please respond ASAP

    Hi,
    Duplicate post see:
    Please advise on the Error immediately
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Error while reading access data (URL, user, password) for the Adapter Engin

    Hi all,
    I encountered a red flag in sxmb_moni and when I click on the flag, I get the following message:
    Error while reading access data (URL, user, password) for the Adapter Engine
    Is there any way I can resolve this? thanks all
    Regards,
    IX

    Possible reason is Adapter engine is not registered on SLD. Check in SLD.
    You can also try restarting J2EE adapter engine and update SLD entries specific to XI domain.
    Lauch Visual admin go to Server > services > SAP AF CPA Cache
    Enter the appropriate values for:
    SLD.selfregistration.hostname (Use fully qualified hostname)
    SLD.selfregistration.httpPort
    SLD.selfregistration.httpsPort
    Finally, if all the above seem to be correct check the userID / pwd for user ID : PI*.

  • Error while releasing a request.

    Hi All,
    I'm facing an error while releasing a request.
    The request contains an ABAP programs along with two INCLUDDE programs as well as a TCode to run the same.
    It is running successfully in dev. server. But, while releasing ths request it shows me the following error :
    " Object REPT ZBAPI_SD_SERV_SALES_ORDER is inactive " ,
    where ZBAPI_SD_SERV_SALES_ORDER is the program name. When I checked out in ABAP editor it shows the program active.
    But, I'm unable to understand why its showing me an inactivation error.
    Guys, help me out in this.

    Hi,
    Check if the INCLUDE program are also ACTIVE. They must be in inactive state. Try activating them and release the request.
    Regards,
    Vikranth

  • Error while raising leave request

    Dear all,
    I am getting error while raising Leave request over ESS...Task WS12300111 locked for instantiation.
    As well as in MSS manager is not getting requests for approval..can anyone tell me on workflow front what shall be done.
    Regards,
    Rajasekar.

    check the WF is a general task ie PFTC and user has authoriation, Are you using any custom code through badi, then enusre Start_WF method is implemented.

Maybe you are looking for