Not able to install Sikuli in Azure wiindows 10 VM

Asked by Raghuvardhan Katta

Hi,

I am trying to install sikuli using sikulixsetup-1.1.1-20160520.114101-28-forsetup in microsoft Azure VM which is a German VM. I am getting an error saying "Bad things happened trying to add native stuff to selected jars --- terminating!"
Please find the log.

[debug (24.05.16 17:51:25)] FileManager: buildJar: sikulixtemp.jar
[debug (24.05.16 17:51:25)] FileManager: buildJar: adding: sikulixapi.jar
[debug (24.05.16 17:51:26)] FileManager: buildJar: adding: sikulixtessdata.jar
[debug (24.05.16 17:51:33)] FileManager: buildJar: adding: sikulixlibswin.jar
[debug (24.05.16 17:51:38)] FileManager: buildJar: adding sikulixcontent at sikulixlibswin
[debug (24.05.16 17:51:38)] FileManager: buildJar: adding sikulixcontent at Lib
[debug (24.05.16 17:51:38)] FileManager: buildJar: completed
[debug (24.05.16 17:51:38)] RunSetup: renaming sikulixtemp.jar to target jar: sikulixapi.jar
[debug (24.05.16 17:51:38)] RunSetup:
popError: --------------------
Bad things happened trying to add native stuff to selected jars --- terminating!
--------------------
[error (24.05.16 17:51:49)] RunSetup: Adding stuff to jars did not work
[error (24.05.16 17:51:49)] RunSetup: ... terminated abnormally :-(
[debug (24.05.16 17:51:49)] RunSetup:
popError: --------------------
Something serious happened! Sikuli not useable!
Check the error log at C:\Users\Ascend\Desktop\Sikuli\SikuliX-1.1.1-SetupLog.txt
--------------------
[debug (24.05.16 17:51:56)] RunTimeSETUP: final cleanup
[debug (24.05.16 17:51:56)] FileManager: deleteFileOrFolder:
xxxxxx\AppData\Local\Temp\Sikulix_734722107

Thanks,
Raghuvardhan

Question information

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

this happens from time to time, not really clear why:

the target file sikulixapi.jar is packed into a sikulixtemp.jar, which after completion is renamed to sikulixapi.jar.
this is apparently blocked in your situation (no idea why).

You might do it manually as a workaround.

... or you might setup the stuff on any other Windows machine and then transfer the artifacts to other Windows machines (only the jars and optionally the commandfiles)

Revision history for this message
Raghuvardhan Katta (raghu-katta) said :
#2

Thanks RaiMan copying setup workaround is working.