saschakiefer / generator-openui5

yeoman generator for OpenUI5 applications and assets
Other
64 stars 17 forks source link

Unable to see output of openui5 #77

Closed vinaybedre closed 10 years ago

vinaybedre commented 10 years ago

Hi,

I tried to generate Fiori Tile application and got the following error when i do grunt serve. Even after creating Component-preload.js and *.properties files created manually, its not working. I tried to use URL parameter as well responderOn=1, but no luck. Can you please help me to solve the issue? i am using updated OpenUI5 V1.24 Snapshot.

2014-09-28 00:25:54 Device API logging initialized - DEVICE sap-ui-core.js:44 2014-09-28 00:25:54 registerResourcePath ('', 'resources/') - sap.ui.ModuleSystem sap-ui-core.js:80 2014-09-28 00:25:54 registerResourcePath ('in/vinaybedre', './') - sap.ui.ModuleSystem sap-ui-core.js:80 2014-09-28 00:25:54 URL prefixes set to: - sap.ui.ModuleSystem sap-ui-core.js:80 2014-09-28 00:25:54 (default) : resources/ - sap.ui.ModuleSystem sap-ui-core.js:80 2014-09-28 00:25:54 'in/vinaybedre' : ./ - sap.ui.ModuleSystem sap-ui-core.js:80 Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/Component-preload.js Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/i18n/messageBundle_en_US.properties Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/i18n/messageBundle_en.properties

js1972 commented 10 years ago

Hi. It is completely normal and expected to see those errors about the resource bundles and preload files. Just ignore them. You can provide the resource properties files if you like... If you supply the en_US one from memory it won't attempt to read the other ones. With regards to the preload files... Just forget about that one for now. A future release of UI5 will make use of them when "building" your app.