ContributionsMost RecentMost LikesSolutionsRe: Failed to find activations for license file (/soapui.key) (SoapUIPro) Yes I solved this eventually, it was down to the location and owner of the key file which had to be the same as the smartbear user, if these are different the license loader cannot open the key file. How to run java command in soapui Groovy? Can any one tell me how to run a java command from soapui/groovy script I have tried pretty much everything, Command is def command = "java -cp Task.jar;hbase-assembly-1.1.0.5-SNAPSHOT.jar;conf\\;scala-library.jar Task testDashEnv qa task-prads-1 Data\\hbase\\Portfolio.csv Data\\hbase\\LegalDocument.csv Data\\hbase\\CounterpartyHierarchy.csv Data\\hbase\\InternalEntity.csv" the usual method of running is not working, the command runs from windows command line ok def proc = command.execute() proc.waitFor() It returns script-result:1 and I'm sure it is not running Any ideas? spent hours on this! Failed to find activations for license file (/soapui.key) (SoapUIPro) I have installed soapui on linux and installed the key using the license manager as we do not have internet connection from the linux server - license is confirmed as installed (below) [dashapp@nj4anadvapp006 bin]$ java -jar *license*.jar --install /home/dashapp/soapUI-license-SO00044754-1-1.key Please choose how to activate license (Default: Online): 1. Online (should be able to connect to https://activation.smartbear.com) 2. Offline (send an email to get the activation key) 2 Please copy the following text into an email and send it to license-activation@smartbear.com: License Number: [2016-11-11 00:00:00] RAFU-1Y-SBN-NL - SO00044754-1 Activation Key: LHVK9-6NWBE-CKUPG-XBACH-JDGWT Provide the path to the activation file (activate.key) from the response to proceed: /home/dashapp/activate.key License has been installed successfully for SoapUI NG! [dashapp@nj4anadvapp006 bin]$ However, when I run a testrunner script, after the plugins have been loaded it then fails to pick up a .soapui.key 17:10:37,396 INFO [DefaultSoapUICore] All plugins loaded 17:12:45,151 WARN [LicenseFileUtil] Failed to find activations for license file /home/dashapp/.soapui/soapui.key (SoapUIPro) java.net.ConnectException: Connection timed out I have copied the activate.key which was emailed to me to the /home/dahapp/.soapui folder and renamed as soapui.key but I still get the same error above ( failed to find activations for license file) We still cannot run testrunner.sh with a license on our linux box and are going around in circles, could someone please help me? Re: JSON conversion to XML does not work Actually got this to work by re-creating exactly the same method/resource through during editing the suite rather than via Projects. The methods/resources seems to become corrupted. This can be closed. JSON conversion to XML does not work I have a conditional transfer which is not picking up the last response correctly, when I view the JSON response below in XML I get <xml/> This means the conditional transfer Xpath Expression (Select XPath) only returns XML Node (xml), I'd like to check for the contents of taskStatus but just cannot get the JSOn/XML conversion to work which is causing a big headache on my project. Could someone please explain why JSON to XML convertion is not working? JSON is valid { "taskSubmittingUser": "", "taskErrorMessage": "", "params": { "envId": "cb6be94d-ab41-49a5-b48a-f08f1ddb29fd", "riskMeasures": ["EPE"], "listInputSourceFilePaths": [ "TDSampleSet/PortfolioData/Schedules.csv", "TDSampleSet/PortfolioData/Providers_CDS.csv", "TDSampleSet/PortfolioData/Providers.csv", "TDSampleSet/PortfolioData/Providers_RFE.csv", "TDSampleSet/PortfolioData/Observables.csv" ], "riskFactorsPortfolioFilePath": "TDSampleSet/PortfolioData/PortfolioRfe.csv", "aggregationFilePath": "TDSampleSet/PortfolioData/Aggregation.csv", "counterpartyFilePath": "TDSampleSet/PortfolioData/CounterpartyHierarchy_withRFE.csv", "reportOutputFilePath": "TempResults/Report.csv", "legalDocumentFilePath": "TDSampleSet/PortfolioData/LegalDocument.csv", "internalEntityFilePath": "TDSampleSet/PortfolioData/InternalEntity.csv", "portfolioFilePath": "TDSampleSet/PortfolioData/Portfolio.csv" }, "taskEndTime": "", "taskStatus": "", "taskStartTime": "Sun Oct 02 20:24:25 UTC 2016", "taskId": "3512c221-3352-4ff1-a6fe-42ac99328313" }