Server not starting up after successful build

Hello everyone,

I’m encountering an unusual issue when building my application. Even though the build completes without errors, “BUILD SUCCESSFUL” appears in the terminal, the server never actually starts. I’ve reviewed the logs multiple times but haven’t found any indication of a problem.

My setup is as follows:

  • CUBA Platform: 6.10.15
  • CUBA Studio plugin: 15.11-241
  • IntelliJ IDEA (Community Edition): 2024.1.4
  • Operating System: Windows 10 Pro, version 22H2

Below is a screenshot showing the console output.
Any guidance on how to resolve this would be greatly appreciated.

Thank you in advance for your support!

Best regards,
Max

Hi,

Check catalina.log if any errors are present. Additionally, you may check app.log and localhost.log for any clue.

Regards,
Gleb

Thank you very much, it worked.

Best Regards,
Max