Error occurs in HTTP to RFC

HI,
When doing the exercise in TBIT40, I meet with a problem in HTTP to RFC. It always returns me such error msg in the html client: <SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL</SAP:Code><SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: java.lang.NullPointerException</SAP:AdditionalText></SAP:Error>
I don't know what's the exact reason for that, however, I am sure the BAPI program is not called. Using SXMB_MONI, we can see the response message  (from Service: HEDCLNT001  Namespace: urn:sap-com:document:sap:rfc:functions    Interface: ZBAPI_PO_CREATE) with above error and no XML payload at all. There's no error in the request message. I suspect if the communication channel is not created correctly as the document doesn't give a clear description on creation steps.
My question:
1. Is there any method to test if the RFC could be called properly from XI side using the communication channel I created?
2. What is the possible reason for the error I just met with?  Any available solution?
Thanks & Best Rgds,
Jerry

The error segment in the response message: 
<?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="1">
  <SAP:Category>XIAdapterFramework</SAP:Category>
  <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
  <SAP:P1 />
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: java.lang.NullPointerException</SAP:AdditionalText>
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack />
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>
Jerry

Similar Messages

  • Error occurred during HTTP communication

    I'm trying to launch ICWC from gui and here's the message that comes up in the web page :
    The runtime repository could not be interpreted
    An exception has occurredException Class CX_BSP_WD_HTTP_COMM_ERROR
    Text: Error occurred during HTTP communication
    Program: CL_BSP_WD_STREAM_LOADER=======CP
    Include: CL_BSP_WD_STREAM_LOADER=======CM002
    Source Text Row: 10
    URL is: https://<servername>.<clientname>.edu:8253/sap(bD1lbiZjPTY1MiZkPW1pbiZpPTEmcz1TSUQlM2FBTk9OJTNhcXVha2VfRFIyXzUzJTNhekxVMEJ5V0lJeWVTXzFsTEtnb1JjVVZqZXJXVldUUzF6bVdlM210Ti1BVFQ=)/bc/bsp/sap/ic_base/default.htm
    We run CRM 5.0 Support Pack 8.
    Appreciate any ideas on how to correct this.
    Thanks,
    Naga.

    Hi Naga,
    I have exactly the same issue...how did you resolve this?
    If it was the services in SICF, which ones did you need to activate?
    Thanks,
    Alan

  • Internal error occured when processing parallel RFC

    Dear Experts,
    I have created one FM and calling that FM as prallel process in a report program.
    CALL FUNCTION 'ZHR_TIME_EVAL_PARALLEL_PROCESS'
          STARTING NEW TASK first_task
          DESTINATION IN GROUP srv_grp
          EXPORTING
            p_job     = sub_job
          TABLES
            rspar_tab = rspar_tab.
    In development system its working fine. In quality it throwing a dump saying "Internal error occured when processing parallel RFC" . Error mesage number - BT 857.
    Any body came across this problem.Please help me to resolve.
    Thanks in advance

    Hi chen,
    I have executed the function modules.Its throwing the floowing exceptions.
    SPBT_INITIALIZE     is throwing the exception INVALID_GROUP_NAME  Message number  BT  - 831.
    Function modules SPBT_GET_CURR_RESOURCE_INFO , SPBT_FIND_FREE_SERVER, SPBT_GET_CURR_RESOURCE_INFO are throwing the exception PBT_ENV_NOT_INITIALIZED_YET  message number BT - 838 .
    How to resolve this problem.
    Thanks in advance.

  • Error in scenario HTTP - XI - RFC SYN

    In the monitor this registering the following error
      <?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="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: No response available.</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    So that this can happen
    Thank's

    Hi,
    1. Look into the Receiver RFC adapter and check its status.
    2. Check the RFC request Message. Is it valid? Try to execute the RFC with the same data and check if it works fine.
    Also refer into this blog and cross check the steps,
    /people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit
    Regards
    Bhavesh

  • Error in my HTTP XI RFC (BAPI) senario

    I have everything setup for the scenario, all of the RFC adapters have a green light in the adapter monitor and I run the 'Test Configuration' and everything runs fine.  Though, when I send a HTTP request to the scenario I receive the following error
    REQUEST: **************\n
    POST /sap/xi/adapter_plain?service=Shaun&namespace=http%3A%2F%2FMyCompany%2Ecom%2Fpoc%2Fhttp2bapi%2FHTML&interface=BAPI_MATERIAL_GET_DETAIL HTTP/1.1\r
    \n
    Host:myserver.com\r\n
    Accept: /\r\n
    Content-Length:181\r\n
    Authorization: Basic c21hbGxvbmU6Ym8kJDQyOSE=\r\n
    \r\n
    <?xml version="1.0" encoding="UTF-8"?>\r\n
    <rfc:BAPI_MATERIAL_GET_DETAIL xmlns:rfc="urn:sap-com:document:sap:rfc:functions">\r\n
    <MATERIAL>2051</MATERIAL>\r\n
    </rfc:BAPI_MATERIAL_GET_DETAIL>
    RESPONSE: **************\n
    HTTP/1.1 500 Internal Server Error\r\n
    content-type: text/html; charset=utf-8\r\n
    content-length: 173\r\n
    server: SAP Web Application Server (1.0;640)\r\n
    \r\n
    <SAP:Error><SAP:Category>XIServer</SAP:Category><SAP:Code>RCVR_DETERMINATION.NO_RECEIVER_CASE_BE</SAP:Code><SAP:Stack>No receiver could be determined</S
    AP:Stack></SAP:Error>
    finished.

    Hi Shaun:
    I have the same problem. How did you solve it? I don't understand you in "the wrong URL".
    Thanks,
    Alejandro.
    Edited by: Alejandro Gómez on May 28, 2008 8:26 AM

  • TS3694 Hi, i'm trying to update my iphone but this is the msg i'm getting, can you please help me. thank you. "the iphone ''C & M '' could not be restored. An unknown error occurred (3194)"

    Hi, i'm trying to update my iphone but this is the msg i'm getting, can you please help me. thank you. "the iphone ''C & M '' could not be restored. An unknown error occurred (3194)"

    http://support.apple.com/kb/TS3694#error3194
    This means that either your firewall/antivirus is blocking access to Apple's servers, or you have used your computer to jailbreak an iDevice in the past. The link above tells you how to resolve this issue.

  • A Method Not Allowed error occured communiting to server

    Log on to Workspace URL gone to File>Preferences the followin error occurred
    URI: http://oracle.vision.com:19000/hfm/GlobalWorkspaceNav/bpm/modules/com/hyperion/hfm/web/prefs/Adf.asp
    Status: 405 - Method Not Allowed
    Content: text/html; charset=utf-8
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>IIS 7.0 Detailed Error - 405.0 - Method Not Allowed</title>
    <style type="text/css">
    <!--
    body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;}
    code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;}
    .config_source code{font-size:.8em;color:#000000;}
    pre{margin:0;font-size:1.4em;word-wrap:break-word;}
    ul,ol{margin:10px 0 10px 40px;}
    ul.first,ol.first{margin-top:5px;}
    fieldset{padding:0 15px 10px 15px;}
    .summary-container fieldset{padding-bottom:5px;margin-top:4px;}
    legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;}
    legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin-top:0px;
    border-top:1px solid #EDEDED;border-left:1px solid #EDEDED;border-right:1px solid #969696;
    border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;font-size:1em;}
    a:link,a:visited{color:#007EFF;font-weight:bold;}
    a:hover{text-decoration:none;}
    h1{font-size:2.4em;margin:0;color:#FFF;}
    h2{font-size:1.7em;margin:0;color:#CC0000;}
    h3{font-size:1.4em;margin:10px 0 0 0;color:#CC0000;}
    h4{font-size:1.2em;margin:10px 0 5px 0;
    }#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS",Verdana,sans-serif;
    color:#FFF;background-color:#5C87B2;
    }#content{margin:0 0 0 2%;position:relative;}
    .summary-container,.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}
    .config_source{background:#fff5c4;}
    .content-container p{margin:0 0 10px 0;
    }#details-left{width:35%;float:left;margin-right:2%;
    }#details-right{width:63%;float:left;
    }#server_version{width:96%;_height:1px;min-height:1px;margin:0 0 5px 0;padding:11px 2% 8px 2%;color:#FFFFFF;
    background-color:#5A7FA5;border-bottom:1px solid #C1CFDD;border-top:1px solid #4A6C8E;font-weight:normal;
    font-size:1em;color:#FFF;text-align:right;
    }#server_version p{margin:5px 0;}
    table{margin:4px 0 4px 0;width:100%;border:none;}
    td,th{vertical-align:top;padding:3px 0;text-align:left;font-weight:bold;border:none;}
    th{width:30%;text-align:right;padding-right:2%;font-weight:normal;}
    thead th{background-color:#ebebeb;width:25%;
    }#details-right th{width:20%;}
    table tr.alt td,table tr.alt th{background-color:#ebebeb;}
    .highlight-code{color:#CC0000;font-weight:bold;font-style:italic;}
    .clear{clear:both;}
    .preferred{padding:0 5px 2px 5px;font-weight:normal;background:#006633;color:#FFF;font-size:.8em;}
    -->
    </style>
    </head>
    <body>
    <div id="header"><h1>Server Error in Application "DEFAULT WEB SITE/HFM"</h1></div>
    <div id="server_version"><p>Internet Information Services 7.0</p></div>
    <div id="content">
    <div class="content-container">
    <fieldset><legend>Error Summary</legend>
    <h2>HTTP Error 405.0 - Method Not Allowed</h2>
    <h3>The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.</h3>
    </fieldset>
    </div>
    <div class="content-container">
    <fieldset><legend>Detailed Error Information</legend>
    <div id="details-left">
    <table border="0" cellpadding="0" cellspacing="0">
    <tr class="alt"><th>Module</th><td>StaticFileModule</td></tr>
    <tr><th>Notification</th><td>ExecuteRequestHandler</td></tr>
    <tr class="alt"><th>Handler</th><td>StaticFile</td></tr>
    <tr><th>Error Code</th><td>0x80070001</td></tr>
    </table>
    </div>
    <div id="details-right">
    <table border="0" cellpadding="0" cellspacing="0">
    <tr class="alt"><th>Requested URL</th><td>http://oracle.vision.com:80/hfm/GlobalWorkspaceNav/bpm/modules/com/hyperion/hfm/web/prefs/Adf.asp</td></tr>
    <tr><th>Physical Path</th><td>E:\Oracle\Middleware\EPMSystem11R1\products\FinancialManagement\Web\HFM\GlobalWorkspaceNav\bpm\modules\com\hyperion\hfm\web\prefs\Adf.asp</td></tr>
    <tr class="alt"><th>Logon Method</th><td>Anonymous</td></tr>
    <tr><th>Logon User</th><td>Anonymous</td></tr>
    </table>
    <div class="clear"></div>
    </div>
    </fieldset>
    </div>
    <div class="content-container">
    <fieldset><legend>Most likely causes:</legend>
    <ul> <li>The request sent to the Web server used an HTTP verb that is not allowed by the module configured to handle the request.</li> <li>A request was sent to the server that contained an invalid HTTP verb.</li> <li>The request is for static content and contains an HTTP verb other than GET or HEAD.</li> <li>A request was sent to a virtual directory using the HTTP verb POST and the default document is a static file that does not support HTTP verbs other than GET or HEAD.</li> </ul>
    </fieldset>
    </div>
    <div class="content-container">
    <fieldset><legend>Things you can try:</legend>
    <ul> <li>Verify the list of verbs enabled for the module handler this request was sent to, and ensure that this verb should be allowed for the Web site.</li> <li>Check the IIS log file to see which verb is not allowed for the request.</li> <li>Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here. </li> </ul>
    </fieldset>
    </div>
    <div class="content-container">
    <fieldset><legend>Links and More Information</legend>
    This error means that the request sent to the Web server contained an HTTP verb that is not allowed by the configured module handler for the request.
    <p>View more information &raquo;</p>

    Please post this to the BI+ or HFM Forum.

  • I am not able to update newer version on my iphone. Getting error An unknown error occurred (-9808)., I am not able to update newer version on my iphone. Getting error An unknown error occurred (-9808).

    I am not able to update newer version on my iphone. Getting error An unknown error occurred (-9808). PLease provide solution for this. I have tried connection setting all in existing discussions. Still facing issues with update iOS.

    Hi there,
    I would recommend taking a look at the troubleshooting found in the article below.
    iTunes Store: "An unknown error occurred (-9808)"
    http://support.apple.com/kb/ts2753
    -Griff W.

  • HT201210 My Iphone has gone in to recovery mode every time I try to recover it states a message "The iphone "iphone' could not be restored. An unknown error occurred (2001)

    My Iphone has gone in to recovery mode every time I try to recover it states a message "The iphone "iphone' could not be restored. An unknown error occurred (2001)

    http://support.apple.com/kb/ts3694#error2001
    Error 2000-2009 (2001, 2002, 2005, 2006, 2009, and so on)
    If you experience this issue on a Mac, disconnect third-party devices, hubs, spare cables, displays, reset the SMC, and then try to restore. If you are using a Windows computer, remove all USB devices and spare cables other than your keyboard, mouse, and the device, restart the computer, and try to restore. If that does not resolve the issue, try the USB issue-resolution steps and articles listed for Error 1604 above. If the issue persists, it may be related to conflicting security software. If the errors persist on another computer and known-good USB cable, the device may need service.

  • The iphone "iphone" could not be restored. An unknown error occurred (26)

    plez help me
    the iphone "iphone" could not be restored. An unknown error occurred (26)

    https://discussions.apple.com/thread/4038770?tstart=0
    more info
    iphone restore error 26

  • HT201210 The iPhone "Shah Newaz" could not be updated. An unknown error occurred (-1).

    The iPhone “Shah Newaz” could not be updated. An unknown error occurred (-1).

    http://support.apple.com/kb/TS3694
    error 1 could be a hardware issue, follow the instructions to resolve using the link provided, if that doesn't help you will have to take it into apple.

  • Error message: iTouch" cannot be synched.  An unknown error occurred (13019).

    I am getting the error message: The iPad "Jeffs iTouch cannot be synched.  An unknown error occurred (13019).

    http://support.apple.com/kb/TS2830

  • HT201210 what should i do when message say the ipad could not be restored. an unknown error occured (2003)

    what should i do when message say the ipad could not be restored. an unknown error occured (2003)

    http://support.apple.com/kb/TS3694#error3194
    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

  • Logon Error Message ( HTTP to RFC )

    Hi all,
    While  I am practicing HTTP to RFC Scenario..
    When I  SEND data from test client ..It is asking for SAP Web Application Server (SID)
    User ID and Password..
    When I am giving my XI ID and Password ( and also i tried BASIS ID ,J2ee_admin, Even i assinged ROLE SAP_XI_APPL_SERV_USER ) it is giving Error like this
    -->Logon Error Message
    -->Error Code: ICF-LE-http-c:001-l:E-T:1-C:3-U:35-P:35-L:3
    -->HTTP 401 - Unauthorized  Your SAP Internet Communication Framework Team
    -->Call of URL http://serverhost:8000/sap/xi/adapter_plain terminated due to error in logon data
    -->Logon performed in system OPD. </li><li> Logon performed for client 001, user xiappluser, and language EN.
    -->HTTP 407 Proxy Authentication Required - The ISA Server requires authorization to fulfill the request. -->Access to the Web Proxy service is denied. (12209)<BR>Internet Security and Acceleration Server
    -->The gateway could not retrieve the requested page
    These errors I am getting..
    please guide me to complete this scenario.
    Thanks in advance,
    Ramesh.
    ( I am unable to search SDN ,due to some upgradation is going on )

    Hi Sreeramoju,
    1. HTTP-401 :
            If the Integration Server is accessed by means of an HTTP proxy server,the  credentials must match those that you made in transaction SICF in the Integration Engine. If you do not specify a user and password combination, or the combination is invalid, the system will terminate each attempt to access the Integration Engine with the message Transport Exception:  http-Error 401 – Unauthorized.
    The user must have the authorizations of group SAP_XI_APPL_SERV_USER on the Integration Server.
    If you want to use a different client or language to the default setting in the Integration Engine when logging on, you can also set the following parameters:
    &#9675;     XI.Client=<client-no>
    &#9675;     XI.Language=<language-id>
    2.HTTP 407: Proxy Authentication Required" in SAP XI J2EE AE: check the SAP note: 992690
        Make sure that you have specified the proper host and port values, in the text box that appears when you check the configure proxy check box(in receiver adapter).
    Looks like the webservice requires a proxy authentication.
    Select the check box "configure proxy user authentication"(in receiver adapter) and provide the correct username and password.
    *Pls: Reward points if helpful*
    Regards,
    Jyoti

  • SOAP to proxy scenarion  error An error occurred during the processing of proxy E 00 001 The message can not be processed in plugin mode HTTP

    Hi all
    My scenario is soap to proxy scenario .while testing using soap to proxy i am getting " An error occurred during the processing of proxy E 00 001 The message can not be processed in plugin mode HTTP:  in sxmb_moni sap pi .
    Some times this interface is failing and some time its successfully processing.
    While testing with successful xml data also i am getting the same error in sxmb_moni.
    I modified the proxy inbound code where passing error message  and still i am getting the same message.
    Please suggestion the same  for error solving.
    Regards
    Ravi.

    Hi,
    I'm facing the same problem.
    I wrote an very easy report. It works as intended, but when i set fillable='X' i get the error FPRUNX 001.
    FP_GET_LAST_ADS_TRACE return following:
    Begin operation:
    Render, elapsed time = 16 ms.
    #   End operation: Render, elapsed time = 89 ms.
    #   Begin operation: UsageRights, elapsed time = 89 ms.
    #   End operation: UsageRights, elapsed time = 97 ms.#
    ...and the error string of FP_GET_LAST_ADS_ERRSTR is:
    ADS: Request start time: Wed Jul 01 14:44:26 CEST 2009(200.101).
    Any idea what the problem might be?

Maybe you are looking for

  • Cannot mount multiple CIFS shares in /home

    I have 2 users, Joe and Fred, who each have their own directory in /home.  I also have a Netapp filer with a CIFS share called CorpData, which has subdirectories for Joe and Fred. On the Arch Linux box, I have this for my fstab: # /etc/fstab: static

  • Urgent help importing an XML file

    Hi all, I'm currently exporting my XML files from Magento, the webshop client. However I cannot use the XML task in ETL because I get the error about namedspaces. I can open the XML file itself no problem, it contains a few columns with data, some em

  • Problem with native SQL cursor in generic data source

    Hi, All! I am implementing generic data source based on FM. Because of complicated SQL I canu2019t use Open SQL and RSAX_BIW_GET_DATA_SIMPLE-example u201Cas isu201D. So, I have to use Native SQL. But Iu2019ve got a problem with a cursor. When I test

  • Share project configuration with team and Build Path?

    Question 1: Is it possible to share the Flex Builder project settings (Flex Build Path, etc.) with other users?  It would be nice to be able to do this so all developers on a team do not have to follow a step-by-step procedure for setting up a projec

  • "Presidential Inaugural Addresses" demonstration app installation error

    Hi, when i tried to install the demonstration application "Presidential Inaugural Addresses", i got the following error: Error creating demonstration. Return to application. ORA-20001: ORA-29855: error occurred in the execution of ODCIINDEXCREATE rou