Windows 7
RIDE 1.3
python-2.7.8.amd64.msi
The batch script calls our jar file that contains RF, selenium2java and our own internal java library
I see RIDE is creating some initial output that shows an argumentfile (this just points to the auto-gen'd outputdirectory which is empty) and the listener shows a port and then "False". I do not see that port specified anywhere when running netstat so I suspect it does not set up the listener or otherwise fails.
command: "C:\Users\<username>\Desktop\BVT IE11 Three.bat" --argumentfile c:\users\<username>\appdata\local\temp\RIDEzfe5cz.d\argfile.txt --listener C:\Python27\lib\site-packages\robotide\contrib\testrunner\TestRunnerAgent.py:54013:False C:\Users\<username>\Downloads\bvt_ie11_three.tsv
Here is the content of my batch script (we have a bunch of custom flags at the command line):
C:\Users\<username>\Desktop>java -jar c:\Users\<username>\vbot-1.1-SNAPSHOT-execute.jar -reportDir \\QA\V3V10\VBOTQA\reports -file C:\Users\<username>\Downloads\bvt_ie11_three.tsv -remote sauce -platform "win7|ie|11"
Is the listener not getting setup? Is that because I need jybot installed or is something else going on here.
thanks,
Sarah