cancel
Showing results for 
Search instead for 
Did you mean: 

The server responded with a status of 404 (OrionContent/MyUI5App/sap-ui-cachebuster-info.json)

0 Kudos

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>
WouterLemaire
Active Contributor
0 Kudos

Why not using the SAP Web IDE on SCP trial account? I think the error is related to the local web ide..

Accepted Solutions (0)

Answers (2)

Answers (2)

bigeye06
Explorer
0 Kudos

Hi Raju,

I am also facing the same issue, Do you have any solution for that?

Thank you

0 Kudos

Hello
Are you still facing te same error?

0 Kudos

Hello Asmaa,

Yes ! Still I am facing the issue .