Unable to start UberJar application

I assembled an uberJar aplication and got an error when execute it, see attachment. I tried to redefine some java system properties in command line with no results:
java -Dapp.home=d:/9 -Dcatalina.base=d:/9 -Dcatalina.home=d:/9 -jar vol.jar
What is may be wrong?

vol.log (12.5 KB)

Hello @evgenypopov

Could you clarify what version of CUBA do you use? What version of Java is installed?

Is the issue reproduced for new projects?

Regards,
Daniil

Sorry, I accidentally run the application with OpenJDK 12.0.1. With Oracle JDK 1.8.0_211 it works well.
And how about OpenJDK? Have you plan to support it in CUBA Platform due to changes in Oracle Java license?