how to activate virtualize community edition license on linux?
I am starting the service with the following command line:
./parasoft/soatest_virtualize/2021.2/virtualizecli -startServer -data /usr/virtualize/VirtualizeWS/ -localsettings /usr/virtualize/localsetting.properties
The content of the properties file is:
server.port.http=9080
server.port.https=9043
virtualize.license.network.edition=community_edition
virtualize.license_enable=false
license.network.auth.enabled=false
but it shows me this error:
ERROR: License: Main feature "SOAtest" status: Cannot connect to license server.
ERROR: License: Main feature "Virtualize" status: The password is incorrect.
ERROR: Error: com.parasoft.ptest.application.api.ApplicationException: No valid license (MachineId: LINUX2-XXXXX)
Please can you how to activate the license of the community version in Linux?
Answers
-
Hi,
It looks like you're trying to start a server but the community version may only support running the desktop and starting the embedded server from within the UI. Are you able to activate the community version from the UI?
0