Hi,
I created a single uberJar and successfully deployed it on windows. However, on a Linux machine, I get this error once I try to access the login page:
com.haulmont.cuba.web.AppUI - Unable to init ui
java.lang.IllegalArgumentException: Service app-core/cuba_LoginService is not registered in LocalServiceDirectory
It’s a simple application using HSQLDB. I only copied over the app.jar file to the Linux server and didn’t setup any database. My understanding is that all the files, including the HSQLDB are included in the jar file and “java -jar app.jar” should just start the application?