Skip to Content
0
Oct 20, 2016 at 04:09 PM

SAP WEBIDE Cannot deploy application - controller content not found

188 Views Last edit Feb 22, 2017 at 12:19 PM 2 rev

Hello,
I am trying to deploy a simple demo app from SAP WEB IDE to my ABAP Repository.
The connection is set up correctly.
Cca four out of 28 steps are done correctly (according to web ide log)
But during deploying a controller I become following 404 error:

Deploying App.controller.js (6 out of 28) 17:54:10 (SAPUI5 ABAP Repository) Cannot deploy application ztest

<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /sap/bc/adt/filestore/ui5-bsp/objects/zmasterdetail/controller/content was not found on this server.</p>
</body></html>

Any ideas? Maybe some inconsistence between SAPUI5 version on WEB IDE vs. version on Netweaver?

Thanks!