cancel
Showing results for 
Search instead for 
Did you mean: 

HANA webide build failed

former_member514240
Participant
0 Kudos

HI,

Build of small XSA project failing with below error-

Build of db failed. Failed access: https://<Hostname>:51040/internal/builder/status/hdi-builder/3, method: GET, response code: 500, message: {}

Version details -

HANA Version - 2.00.037

XS version - xs v1.0.115

XSAC_HRTT (sap.com) 2.9.42

XSAC_MONITORING (sap.com) 1.7.1

XSAC_SAP_WEB_IDE (sap.com) 4.2.0

XSAC_XSA_COCKPIT (sap.com) 1.1.13

We have restaged, restarted , still same issue. Also we have di-builder started in the space we trying to deploy.

Any suggestions helps

Thanks and Regards

Sampath R.

dvankempen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sampath,

SAP HANA Cloud does not include XS Advanced; for best results, use tags with care.

===

You asked a question. Don't forget to mark the answer that helped you most as correct. Thanks!

For the readers, before you leave, don't forget to up/down vote the answers. You can vote on the question too. Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

The first thing you need to know about an 500 Internal Server Error is that the error can only be resolved by fixes to the Web server software. It is not a client-side problem meaning that the problem is not with our plugin. This is a 'catch-all' error generated by the Web server. Basically something has gone wrong, but the server can not be more specific about the error condition in its response to the client. In addition to the 500 Internal Server Error notified back to the client, the Web server should generate some kind of internal error log which gives more details of what went wrong. It is up to the operators of the Web server site to locate and analyse the logs which should give further information about the error. However, there are often ways to quickly get around the problem:

  • Reload the web page.
  • Clear your browser cookies and cache
  • Come back later.
dvankempen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sampath,

Per https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500

The HyperText Transfer Protocol (HTTP) <strong>500 Internal Server Error</strong> server error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.

This error response is a generic "catch-all" response. Usually, this indicates the server cannot find a better 5xx error code to response. Sometimes, server administrators log error responses like the 500 status code with more details about the request to prevent the error from happening again in the future.

In other words, could be anything. You would need to check the log files

You tagged the post with SAP HANA, platform edition. If this means you are working on a supported and licensed product, you can contact SAP Support.

In case this concerns the SAP HANA, express edition; this comes with community support (here). You could consider parsing the logs and show us what you found. Note that dumping a complete log file rarely gets a response.