← Back to team overview

sikuli-driver team mailing list archive

[Question #689466]: Does Sikuli Compatible with Windows Server 2016 (Virtual Machine)

 

New question #689466 on Sikuli:
https://answers.launchpad.net/sikuli/+question/689466

Dear Raiman,

I am using Sikuli 1.1.3 with jython 2.7.1, Robot Framework 3.1.2 and jre-8u131-windows-x64 on Windows Server 2016 64bit (virtual machine).

Also using following SikuliLibrary for integration with Robot Framework
https://pypi.org/project/robotframework-SikuliLibrary/

Quick question: 

Does Sikuli support Window Server 2016 64bit in the virtual environment?

I have been using above setup on the Windows 10 64bit machine and it works perfectly fine. But same setup doesn't seems to work on Windows Server 2016. Appreciate if you could shed some light on potential root cause or any particular workaround which could help me to move on.


FYR, exceptions encountered on the server during test execution:

Initializing test library 'SikuliLibrary' with no arguments failed: TypeError: unsupported operand type(s) for +: 'NoneType' and 'list'
Traceback (most recent call last):
  File "C:\Test_Automation\jython2.7.1\Lib\site-packages\SikuliLibrary\sikuli.py", line 54, in __init__
    self.start_sikuli_process(port)
  File "C:\Test_Automation\jython2.7.1\Lib\site-packages\SikuliLibrary\sikuli.py", line 81, in start_sikuli_process
    self._start_sikuli_java_process()
  File "C:\Test_Automation\jython2.7.1\Lib\site-packages\SikuliLibrary\sikuli.py", line 81, in start_sikuli_process
    self._start_sikuli_java_process()
  File "C:\Test_Automation\jython2.7.1\Lib\site-packages\SikuliLibrary\sikuli.py", line 165, in _start_sikuli_java_process
    self.process.start_process(java, *arguments, shell=True, stdout=self._output_file(),
  File "C:\Test_Automation\jython2.7.1\Lib\site-packages\robot\libraries\Process.py", line 358, in start_process
    process = subprocess.Popen(command, **conf.popen_config)
  File "C:\Test_Automation\jython2.7.1\Lib\subprocess.py", line 859, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Test_Automation\jython2.7.1\Lib\subprocess.py", line 1319, in _execute_child
    args = _shell_command + args




-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.