ContributionsMost RecentMost LikesSolutionsRe: how to run ready api composite project in gitlab? Hi, I tried that also but I got an error as "ERROR: The license is invalid: The license can not be activated as the number of allowed copies has been exceeded" Not sure on how to install license on gitlab server Re: how to run ready api composite project in gitlab? Thanks for the reply. Now I need to find out on how to run the Ready API project from CI/CD server(GitLab). Can the license be shared? how to run ready api composite project in gitlab? Hi, How to run ready api composite project in gitlab with license. I am getting the following error: No valid SoapUI license exists. Please enter absolute path of the license file (.zip or .key): [INFO] ReadyAPI 2.6.0 shutting down [ERROR] java.util.NoSuchElementException: No line found SolvedRe: Is there a option to run ready API test cases from Gitlab ? Hi, Sorry for opening up an old thread. My latest post is here: https://community.smartbear.com/t5/SoapUI-Pro/ERROR-com-smartbear-ready-cmd-runner-pro-SoapUIProTestCaseRunner/m-p/182793 Thanks Re: Is there a option to run ready API test cases from Gitlab ? Hi msiadak, I am trying to run the API tests from GITLab but getting errors. I am able to run successfully on my local PC using Maven. I have licence for Ready API and also activated it on my machine. Do I need to specifically mention about the licence on gitlab? Any pointer welcome. Thanks. ERROR com.smartbear.ready.cmd.runner.pro.SoapUIProTestCaseRunner - Guice error: Hi, I am running my Ready API project from GitLab using gitlabci.yml file. I am able to build using Mavne successfully but while testing I am getting the errors as: 13:40:50.392 [main] ERROR com.smartbear.ready.cmd.runner.pro.SoapUIProTestCaseRunner - Guice error: java.lang.RuntimeException: com.google.inject.CreationException: Unable to create injector, see the following errors: 1) Error injecting constructor, java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException at com.netflix.governator.lifecycle.LifecycleManager.<init>(LifecycleManager.java:104) at com.netflix.governator.guice.InternalBootstrapModule.configure(InternalBootstrapModule.java:101) while locating com.netflix.governator.lifecycle.LifecycleManager Any pointers please?? SolvedDocker image for both Ready API and Maven In my project I have to use Git as SCM and have to run my Ready API project from Gitlab Runner. Now I am after the docker image which I can use to build the project with Maven and should also support Ready API. When I run my Ready API test with Maven locally on my machine it works fine but when I am trying to run from Gitlab runner it is erroring out as “/bin/bash: line 66: mvn: command not found ERROR: Job failed: command terminated with exit code 1” Please note I used the docker image as “ image: smartbear/ready-api-soapui-testrunner”. Can you please send me some supporting information in this regard, as I am really stuck ☹ Solved