on 2020 Jun 06 7:49 AM
Hello Gurus ,
I am facing this issue in Loacl SAP Web IDE. I have just downloaded the SAP Web IDE (Eclipse Orion) and ran the Orion.
jquery-dbg.js:9208 Failed to load resource: the server responded with a status of 404 (Not found: http://localhost:8080/file/SAPUI5-OrionContent/MyFirstMVC/sap-ui-cachebuster-info.json) send @ jquery-dbg.js:561 Log-dbg.js:456
2020-06-06 12:12:22.268784 Failed to load AppCacheBuster index file from: "http://localhost:50191/sap-ui-cachebuster-info.json?sap-ui-language=en". - f @ Log-dbg.js:394 index.html:21
Uncaught SyntaxError: Unexpected identifier
Source Code has been attached here .As per my know I have checked all the possible ways to solve this issue but unfortunately had no luck. I have just started to learn SAP UI5 and this stage not able to solve the issue by myself so please help me to solve the issues.
Thanks in advance .
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript"
id="sap-ui-bootstrap"
src="https://sapui5.hana.ondemand.com/resources/sap-ui-cachebuster/sap-ui-core.js"
data-sap-ui-appCacheBuster="./"
data-sap-ui-campatVersion="edge"
data-sap-ui-preload="async"
data-sap-ui-libs = "sap.ui.core,sap.ui.commons,sap.ui.table"
data-sap-ui-theme = "sap_bluecrystal"
data-sap-ui-resourceroots = '{ "oft.fin.ar" : "./"}'
data-sap-ui-xx-bindingSyntax="complex"
data-sap-ui-language="en">
</script>
<script>
var oView = new sap.ui.view("idMain" ,{
viewName = "oft.fin.ar.view.Main"
type = "JS"
});
oView.placeAt("content");
</script>
</head>
<body class ="sapUiBody">
<!--In the below place holder , we will add UI5 control-->
<div id="content"></div>
</body>
</html>
Request clarification before answering.
Hi Raju,
I am also facing the same issue, Do you have any solution for that?
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
30 | |
9 | |
7 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.