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?
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?