cancel
Showing results for 
Search instead for 
Did you mean: 

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

08-10-2022 7:19 AM
1451 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

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.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
SAP Champion
SAP Champion
0 Likes

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

what error you have?

0 Likes

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
SAP Champion
SAP Champion
0 Likes

what is your scenario? please give more context

0 Likes

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.