cancel
Showing results for 
Search instead for 
Did you mean: 

are these http(s) messages expected?

Former Member
0 Kudos

hello there,

i was trying to use sap hana express edition tag when asking this question but it doesn't seem available at the moment, so platform edition seems the next logical selection, especially since the express edition is a mini platform, isn't it?

after maybe 100 pings i finally got to the login pages of the CAL and AWS cloud-hosted service, for which there's no real support as it's 'free', my chrome is throwing the following messages:

off of: http://vhcalhdbdb:8000/sap/hana/xs/

http://vhcalhdbdb:8000/sap/ui5/1/resources/sap-ui-core.js Failed to load resource: the server responded with a status of 404 (Not Found) send @ sap-ui-core.js:27 http://vhcalhdbdb:8000/sap/ui5/1/resources/sap-ui-core.js Failed to load resource: the server responded with a status of 500 (Internal Server Error) send @ sap-ui-core.js:27 App.controller.js:62 Missing USS configuration. It could lead to "Internal Server Error". http://vhcalhdbdb:8000/sap/ui5/1/resources/sap-ui-core.js Failed to load resource: the server responded with a status of 404 (Not Found)send @ sap-ui-core.js:27 http://vhcalhdbdb:8000/sap/hana/xs/selfService/user/db/iniParams.xsodata/parameters('login_screen_background_image')?_=1479472712996 Failed to load resource: the server responded with a status of 500 (Internal Server Error) sap-ui-core.js:80 2016-11-18 07:38:37 The following problem occurred: error - ,500,Internal Server Error B @ sap-ui-core.js:80 App.controller.js:45 Logon screen background image is not specified. It could lead to "Internal Server Error". http://vhcalhdbdb:8000/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found)

off of: https://vhcalhxedb:30032/uaa-security/login

sap-ui-core.js:71 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.send @ sap-ui-core.js:71 https://vhcalhxedb:30032/sapui5/resources/sap-ui-core.js Failed to load resource: the server responded with a status of 404 (Not Found) send @ sap-ui-core.js:71 https://vhcalhxedb:30032/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found)

are these messages expected or are there any plans to remove these messages in the subsequent patches?

thank you for reading this message and long live and prosper sap community.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate

Nothing here seems abnormal. Its quite common from the client side to just send a request to see if something is available. And its normal for the server to respond with 500 or 404 not found.

For instance:

http://vhcalhdbdb:8000/sap/hana/xs/selfService/user/db/iniParams.xsodata/parameters('login_screen_background_image')?_=1479472712996

That's just the request to the server to see if a custom background image has been configured for the logon screen.

Answers (0)