Hi,
Attached file doesn’t contain any errors.
Tomcat and CUBA write more log files (catalina.log, localhost.log, app.log and others). Probably the error reason can be in one of those files. In the development environment these files even can be seen in the CUBA project tree, in the “Logs” section.
Are you sure you are accessing the right Tomcat server?
Because localhost_access_log file should contain entries for all requests received from the browser. And it contains just one line…
If the error started to occur after you’ve changed Tomcat ports, I’d recommend:
reset ports in the project to default ones
Delete old tomcat from the folder: (project dir)/deploy/tomcat.
Execute Gradle task: clean (from CUBA -> Build Tasks menu)
Probably you have some configuration broken in your project but we don’t know what it is.
Let’s do the following for investigation:
Please present files: app.properties, web-app.properties, build.gradle - cleared from all passwords. Maybe there are some broken settings.
Open your application in Chrome, then press F12 to open Developer Tools.
Choose Network tab and press F5 again in browser to record what requests are done to the server, maybe there are some errors.
E.g. for a working application it looks like this:
F-word !
It worked straight with Chrome. I went back to Firefox, cleaned the cache and it worked again.
This will go directly to my lessons learned handbook.
Sorry for your loss of time but a great thanks: at the end, you found how to fix that.