← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #295568]: Robot framework, Sikuli hello_world demo script is failing?

 

Question #295568 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/295568

    Status: Answered => Open

Kranti is still having a problem:
Hi Wang,

Thankyou very much for the information. we followed given steps and
getting the following error.

Server side:

root@ubuntu:/usr/local/lib/python2.7/dist-packages/SikuliLibrary/lib# java -jar SikuliLibrary.jar 10000
0 [main] INFO org.robotframework.remoteserver.RemoteServer  - Mapped path / to library com.github.rainmanwy.robotframework.sikulilib.SikuliLibrary.
8 [main] INFO org.robotframework.remoteserver.RemoteServer  - Robot Framework remote server starting
8 [main] INFO org.eclipse.jetty.server.Server  - jetty-7.x.y-SNAPSHOT
83 [main] INFO org.eclipse.jetty.server.handler.ContextHandler  - started o.e.j.s.ServletContextHandler{/,null}
573 [main] INFO org.eclipse.jetty.server.AbstractConnector  - Started SelectChannelConnector@0.0.0.0:10000
575 [main] INFO org.robotframework.remoteserver.RemoteServer  - Robot Framework remote server started on port 10000.
[info] runcmd: lsb_release -i -r -s
*** classpath dump
  0: /usr/local/lib/python2.7/dist-packages/SikuliLibrary/lib/SikuliLibrary.jar
*** classpath dump end
[error] RunTimeINIT:  *** terminating: libs to export not found on above classpath: /sikulixlibs/linux/libs64 

Cient side:
>>> from robot.libraries.Remote import Remote
>>> remote = Remote('http://127.0.0.1:10000/')
>>> remote.get_keyword_names()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/dist-packages/robot/libraries/Remote.py", line 49, in get_keyword_names
    % (self._uri, err))
RuntimeError: Connecting remote server at http://127.0.0.1:10000/ failed: Connection refused

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