← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #241044]: Crashing on Run - RHEL 6.2

 

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

Description changed to:
Attempting to move Sikuli from a Ubuntu Dev. box, to a production (RHEL 6.2) server and encountering a crash without warning whenever I attempt to run any script (IDE will launch without issue, however).   When setting this system up, I hit a number of repository issues, and ended up compiling OpenCV, Tesseract (+ Leptonica) and the Supplemental Lib from scratch.  Note: I have compiled the supplemental lib and placed it into the main sikuli/lib directory, along with adding libopencv_core.so.2.4 from opencv
I’m using  “  popup("hi")  “, as my test case. Pulling logs by running “java -jar sikuli-ide.jar” with –d mode. The interesting portions of  SikuliLog.txt are below:
________

/usr/sikuli/sikuli/sikuli-ide.jar/Lib
[debug (12/19/13 11:04:56 PM)] Jython: sikuli: __init__: entering
[debug (12/19/13 11:04:57 PM)] Jython: sikuli: Sikuli: entering
[debug (12/19/13 11:04:58 PM)] Jython: sikuli: Sikuli: constants
[debug (12/19/13 11:04:59 PM)] Jython: sikuli: Sikuli: import Region
[debug (12/19/13 11:05:05 PM)] Jython: sikuli: Sikuli: import Screen
[debug (12/19/13 11:05:05 PM)] Jython: sikuli: Sikuli: Env.addHotkey
[debug (12/19/13 11:05:05 PM)] Jython: sikuli: Sikuli: import Match
[debug (12/19/13 11:05:05 PM)] Jython: sikuli: Sikuli: import Pattern
[debug (12/19/13 11:05:05 PM)] Jython: sikuli: Sikuli: import Location
[debug (12/19/13 11:05:05 PM)] Jython: sikuli: Sikuli: import ScreenUnion
[debug (12/19/13 11:05:05 PM)] Jython: sikuli: Sikuli: import Finder
[debug (12/19/13 11:05:08 PM)] ResourceLoaderBasic: loadLib: VisionProxy
[debug (12/19/13 11:05:08 PM)] ResourceLoaderBasic: loadLib: Found: VisionProxy
[error (12/19/13 11:05:08 PM)] ResourceLoaderBasic: loadLib: Fatal Error 110: loading: libVisionProxy.so
[error (12/19/13 11:05:08 PM)] ResourceLoaderBasic: loadLib: Since native library was found, it might be a problem with needed dependent libraries
/usr/sikuli/sikuli/libs/libVisionProxy.so: libopencv_core.so.2.4: cannot open shared object file: No such file or directory
[error (12/19/13 11:05:08 PM)] Terminating SikuliX after a fatal error(110)! Sorry, but it makes no sense to continue!
If you do not have any idea about the error cause or solution, run again
with a Debug level of 3. You might paste the output to the Q&A board.
[debug (12/19/13 11:05:08 PM)] SikuliXFinal: cleanUp: 0

________
Any ideas how to resolve or further steps for debugging? I’m on a tight deadline to migrate from dev to production (they’re looking to stand this up for the holidays) and would be grateful for any holiday help.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.