cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5 Eclipse Tomcat com.sap.ui5.resource.ResourceUtil loadProperties issue

srinureddy
Explorer
0 Kudos

Hi Team,

I am run the UI5 application in tomcat server while face an issue in tomcat server. My app is not working

WARNING: An error occured when accessing the /META-INF/ui5.properties! Reason: The /META-INF/ui5.properties could not be found!

com.sap.ui5.resource.ResourceServlet init

ARNING: Could not find property "x-sap-ui5-BuildTimestamp" in ui5.properties or MANIFEST.MF or the value is not valid! Using System.currentTimeMillis as cachebuster timestamp.


Please guide me team on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

it is just warning....it should not matter.

what error you have?

srinureddy
Explorer
0 Kudos

Hi Jun Wu,

Good Day!

It is warring but application not loaded. I am run the application in tomcat server get the below message.

Aug 10, 2022 5:45:49 PM com.sap.ui5.resource.ResourceUtil loadProperties

WARNING: An error occured when accessing the /META-INF/ui5.properties! Reason: The /META-INF/ui5.properties could not be found!

Aug 10, 2022 5:45:49 PM com.sap.ui5.resource.ResourceServlet init

WARNING: Could not find property "x-sap-ui5-BuildTimestamp" in ui5.properties or MANIFEST.MF or the value is not valid! Using System.currentTimeMillis as cachebuster timestamp.

Aug 10, 2022 5:45:49 PM com.sap.ui5.resource.ResourceServlet serveResource

WARNING: [404] "/resources/reuseapppath/library-dbg.js": Service=13ms, Find=13ms

Reason: Resource could not be found!

junwu
Active Contributor
0 Kudos

what is your scenario? please give more context

srinureddy
Explorer
0 Kudos

Project consists of the Apps, Library and build app, So that reason local run the application purpose used the maven build concept in the eclipse. Apps run on tomcat server while faces an above issue.