It turns out it was because I used Java JRE instead of JDK and we use -server as a parameter during the server start. This parameter is not supported by JRE. When I used JDK instead, it worked as expected.
So this is not really an issue but I will create another JIRA asking if it was possible to make the problem clear rather than display just an empty error.
It turns out it was because I used Java JRE instead of JDK and we use -server as a parameter during the server start. This parameter is not supported by JRE. When I used JDK instead, it worked as expected.
So this is not really an issue but I will create another JIRA asking if it was possible to make the problem clear rather than display just an empty error.