Remote Execution via CI

Hello,

I am trying to run the CLI command generated by Katalon Remotely. But I am getting an error for it.

Command -

 winrs -r:<computer-name> D:\Katalon_Studio_Windows_64-5.4.2\katalon -noSplash  -runMode=console -projectPath="D:\Automation\QaAutomation.prj" -statusDelay=5 -retry=0 -testSuitePath="Test Suites/Collection/Members" -executionProfile="default" -browserType="Chrome"

Error -

--------------------------------------------------------------------------------Test Suites/Collection/Members - Chrome - 20180621_182315................0/1(0%)--------------------------------------------------------------------------------Error occurred during initialization of VMCould not reserve enough space for object heapUploading report to Katalon Analytics...System is unable to send report to Katalon Analytics. Reason: java.lang.NullPointerException        at com.kms.katalon.integration.analytics.report.AnalyticsReportIntegration.uploadTestSuiteResult(AnalyticsReportIntegration.java:40)        at com.kms.katalon.execution.launcher.ReportableLauncher.uploadReportToIntegratingProduct(ReportableLauncher.java:258)        at com.kms.katalon.execution.launcher.ReportableLauncher.preExecutionComplete(ReportableLauncher.java:78)        at com.kms.katalon.execution.launcher.ProcessLauncher.onWatchdogComplete(ProcessLauncher.java:171)        at com.kms.katalon.execution.launcher.LaunchWatchdog.notifyProcessTerminated(LaunchWatchdog.java:135)        at com.kms.katalon.execution.launcher.LaunchWatchdog.run(LaunchWatchdog.java:65)        at java.lang.Thread.run(Thread.java:745)Request sent successfully.--------------------------------------------------------------------------------Test Suites/Collection/Members - Chrome - 20180621_182315................0/1(0%)--------------------------------------------------------------------------------

Please help me with this.
Or can someone suggest me some alternative to executing the CLI command from a different system?

My goal is to setup a CI system like Jenkins or Bamboo in PC1 and the scripts should run in PC2 when I run the build in PC1

1 Like

This thread might be relevant (but don’t get your hopes up, @Tony Thomas, it is not resolved yet):

http://forum.katalon.com/discussion/7017/cannot-upload-test-report-to-katalon-analytics-through-katalon-circleci-docker-image

Mate Mrse said:

This thread might be relevant (but don’t get your hopes up, @Tony Thomas, it is not resolved yet):

http://forum.katalon.com/discussion/7017/cannot-upload-test-report-to-katalon-analytics-through-katalon-circleci-docker-image

So any Update if Katalon is working on this issue ?

None that I can tell