Cannot find the resource file

Hello I have this error

 

2022-08-11T15:10:51,972+0000 | ip-10-0-1-238 | WARN  | [http-nio-8080-exec-1|87] o.b.c.c.s.p.ResourceRenderer - Cannot find the resource file /opt/Bonita/server/temp/bonita_portal_1253@ip-10-/tenants/1/pages/custompage_ComplianceHome/resources/js/runtime.min.js

 

Hi
It happens with me several time when I restart App server, certain files go missing.
I have to manually add the missing files.

regards

its a bug, because how files has gone its magically :-)

Usually what i have observed is , all files are stored in database.
Once you stop the server , the server temp directories / folders are cleaned and all files are deleted from server temp path.
Once you start the server , the files are copied from database to server temp path.
Application uses the temp directories to function.

Sometimes this copy mechanism has error is moving files from Database to server.
Sometimes restarting can solve the problem.

Even after a restart when I finish building my files on UIdesigner and load it into my production application, I get errors