cancel
Showing results for 
Search instead for 
Did you mean: 

Short dump after login to Fiori Launch Page

Former Member
0 Kudos

We have an ECC 6.0 EhP6 system running the Embedded Gateway Scenario and are trying to demo SAP Fiori. As part of the prerequisite steps, we are checking that UI5 SP04 has been set up correctly. After logging in to the UI5 launch page, http://<host>:<port>/sap/bc/ui5_ui5/ui2/launchpage/home.html, we get a blank page with a button to "Rearrange" or "Logout".

No errors are showing up in /IWFND/ERROR_LOG. In ST22, we get the RAISE_EXCEPTION runtime error for ABAP program /UI5/CL_THEME_API=============CP. This appears every time someone logs in to the Launch Page.

From the short dump:

Information on where terminated

    Termination occurred in the ABAP program "CL_HTTP_CLIENT================CP" -

     in "IF_HTTP_CLIENT~RECEIVE".

    The main program was "SAPMHTTP ".

    In the source code you have the termination point in line 896

    of the (Include) program "CL_HTTP_CLIENT================CM00I".

I've tried searching in the SAP notes and could not find a note that matches this error. Does anyone know of a solution to prevent the short dumps?

Background Info:

OData Services have been added: LAUNCHPAGE, PAGE_BUILDER_CONF, PAGE_BUILDER_CUST, PAGE_BUILDER_PERS

ICF services have been activated:

/sap/public/bc/ui5_ui5

/sap/public/bc/ui2

/sap/bc/ui2/start_up

/sap/bc/ui5_ui5/ui2/launchpage

/sap/bc/ui5_ui5/ui2/tilechips

 

SAP Notes have been applied:

1884623

1866303

1865210

1857070

1856299

1855865

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The issue has been resolved. When I was digging through SCN threads, I followed a recommendation to check the ICM trace. We found this warning:

[Thr 4192] Thu Aug 01 16:22:42 2013

[Thr 4192] *** WARNING => Connection request from (22/11270/0) to host: <domain>, service: <port> failed (NIECONN_REFUSED)

[Thr 4192] EX-T22, U11270, 100 <user ID>, 192.168.111.143, 16:22:37, M0, W0,     , 1/0 {000afe3c} [icxxconn.c 2271]

For some reason the connection request was coming from the domain the system and after inspecting the profiles, I found that the "icm/host_name_full" parameter was set to the domain instead of the fully qualified hostname of the system. Once that was fixed and the SAP system restarted, we are now able to see the tiles for the SAP Fiori applications on the launchpad.

Answers (1)

Answers (1)

Former Member
0 Kudos

In Chrome, here is the trace output:

EPCM version: n/a -  sap.ui2.shell shell.js:163

Sent request to URL /sap/bc/ui2/start_up?depth=0 -  sap.ui2.srvc shell.js:163

getSapUiConfig() - {} sap.ui2.shell shell.js:163

  1. GET http://<host>:<port>/sap/bc/ui2/start_up?depth=0 500 (Internal Server Error) shell.js:381

  1. 2013-08-01 16:22:38 Error 500 in response for URL /sap/bc/ui2/start_up?depth=0 -  sap.ui2.srvc sap-ui-core.js:41

  1. 2013-08-01 16:22:38 Could not get formatting options: /sap/bc/ui2/start_up?depth=0: 500 Internal Server Error -  sap.ui2.shell sap-ui-core.js:41

  1. Resource interpreted as Font but transferred with MIME type application/octet-stream: "http://<host>:<port>/sap/public/bc/ui5_ui5/resources/~2…30610135000~/sap/ui/core/themes/sap_bluecrys...". sap-ui-core.js:41
  1. Resource interpreted as Font but transferred with MIME type application/octet-stream: "http://<host>:<port>/sap/public/bc/ui5_ui5/resources/~20130610135000~/sap/ui/core/themes/base/fonts/SAP-icons.ttf". sap-ui-core.js:25
  1. GET http://<host>:<port>/sap/opu/odata/UI2/PAGE_BUILDER_PERS/Pages('%2FUI2%2FLAUNCH_PAGE')?$expand=allCatalogs/Chips 500 (INTERNAL SERVER ERROR) datajs.js:17
  1. 2013-08-01 16:22:44 Error in OData response for GET "/sap/opu/odata/UI2/PAGE_BUILDER_PERS/Pages('%2FUI2%2FLAUNCH_PAGE')?$expand=allCatalogs/Chips": HTTP request failed - {"requestUri":"/sap/opu/odata/UI2/PAGE_BUILDER_PERS/Pages('%2FUI2%2FLAUNCH_PAGE')?$expand=allCatalogs/Chips","statusCode":500,"statusText":"INTERNAL SERVER ERROR","headers":[],"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?><error xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-Instance\"><code>HTTP/500/E/Internal Server Error</code><message> Call of service /sap/opu/odata/UI2/PAGE_BUILDER_PERS/Pages(&#39;/UI2/LAUNCH_PAGE&#39;) terminated because of an error. The following error text was processed in system <SID> : Exception condition &quot;HTTP_COMMUNICATION_FAILURE&quot; raised.The error occurred on the application server <host>. The termination type was: RABAX_STATE.If the termination type is RABAX_STATE, you will find more information on the cause of termination in system <SID> 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 <host> in transaction SM21. If the termination type is ERROR_MESSAGE_STATE, you can search for further information in the trace file for the work process in transaction ST11 on the application server <host>. 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. </message></error>"} sap.ui2.launchpage.PageBuildingService sap-ui-core.js:41

  1. 2013-08-01 16:22:44 Error occured: Error in OData response for GET "/sap/opu/odata/UI2/PAGE_BUILDER_PERS/Pages('%2FUI2%2FLAUNCH_PAGE')?$expand=allCatalogs/Chips": HTTP request failed -  sap.ui2.launchpage.Home.controller