No valid SoapUI NG license exists during bamboo integration- Changed Properties from Windows Service
Bamboo tool displays the error No valid SoapUI NG license exists while we are trying to execute the tests. Tried changing the Properties in the Windows Bamboo, did a start and stop of the service it did not work either.
Updated JAVA_OPTS in the Test Runner.bat to include username folder as C:/User/<User Id>( Windows path). this did not work either.
Ready API is installed on the Bamboo Windows Agent from where we are triggering the tests. Find the attached error log for reference.
Can you help us to resolve this issue as it is required to run the tests from the CI tool.
Solution from the below links are already implemented and it is not working
One thing I ran into and I've seen as a common problem is that the license has to be installed as the same user as that the accessing program runs as. For example, Jenkins tends to run as a "jenkins" user. As such, the license has to be installed as that user.
Bamboo may be similar, but you would have to check the documentation on how it runs and if it runs as a user account.