Sikuli IDE Not running in linux .. Please help

Asked by Deepan

Hi,

I am trying to run the Sikuli in Linux centos from Terminal.

I Followed these instructions and installed everything.
When i run the java -jar sikuli-setup.jar , it stops with this line. Its not proceeding further.

java -jar sikuli-setup.jar
[debug] SikuliX Setup Build: 1.0.1 12NOV2013120000
[debug] ... starting with no args given
[debug] user home: /root

My Goal is to run sikuli scripts in headless mode. I had installed the pyvirtualdisplay , Able to run selenium in headless manner in that server.

Try 1:
Hence to run the a sample sikuli script in headless mode , i tried this command. java -jar sikuli-script.jar /usr/headless.sikuli
It is showing this exception

Exception in thread "main" Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/Sikuli-IDE/sikuli-script.jar/Lib/sikuli/Sikuli.py", line 18, in <module>
java.lang.UnsatisfiedLinkError: /usr/Sikuli-IDE/tmplib/libScreenMatchProxy.so: libcv.so.4: cannot open shared object file: No such file or directory

Try 2:
I tried running from Sikuli-IDE using this command, and it stopped with this line and not proceeding afterwards.

sh sikuli-ide.sh -r /usr/headless.sikuli
[sikuli] locale: en_US

My Environment
Java 6 , Centos 64 bit

Please help me in this.. I am stuck here..
Thank you so much for your time in advance...

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Sikuli does not run in headless environment.

So I guess it simply dies at a point where Java reports the headless situation (this is not checked with version 1.0.1)

Can you help with this problem?

Provide an answer of your own, or ask Deepan for more information if necessary.

To post a message you must log in.