Languages

Menu
Sites
Language
Fatal error occurred while executing install script -Wearable sdk installation

I am facing problem while installing Wearable beta sdk , I installed intel HAMX ,I enabled vtx at bios and installed it,

 after that It fails at the following at 2/43,

Fatal error occurred while executing install script (Certificate-generator package)

Is installs platform,tools, but stops at certificate-generator package).

I also tested the md5checksum of the downloaded image, it matched,

I'm using Windows 8 Development machine with JDK/JRE installed and path given,

is there a way to install fully and why does it fail at that package?

Responses

9 Replies
AVSukhov

Hello,

Can you please try the offline installation. Please refer SDK Image Installation section in https://developer.tizen.org/downloads/sdk/installing-tizen-sdk

Dongsheng Dai

yes, I install use SDK image, but also this problem

Tizenivi dev

Yes . i have downloaded the office image and added it under advanced.

After that it stops at

 2/43 Fatal error occurred while executing install script (Certificate-generator package)

 

Please let me know if you have fixed it . is this tested on windows 8 with hamx ?

saikrishna s

Fatal error occurred while executing install script (Certificate-generator package)

Hi,

   While installing the tizen sdk i am getting the error.Please help me in that. i tried in all the ways but i am unable to find it. 

   I am using the windows7 operating system ---- 32-bit

   jdk1.7 java version.

Satoru Hashimoto

Hi,

I had same problem and I solved it.

In my case, XCOPY command was not found because the PATH variable "C:\Windows\System32" was removed from system variables.

I solved by adding  "C:\Windows\System32" to paths.

 

more details may be found in {user_dir}\AppData\Local\.installmanager_wearable\install-log\*.log

I found this line.

12:30:38 [Trace] STDERR> 'xcopy' is not recognized as an internal or external command,

Upen Varma

Hi,

I have downloaded the tizen-sdk-image-2.2.1-windows32 for my windows 7 (32 bit).

But I am getting error message:

Fatal error occurred while executing install script.(certificate-generator package)

Alex Ashirov

Hi,

It looks like a known issue with xcopy. If so, please take a look at the following thread for solution:

https://developer.tizen.org/forums/sdk-ide/installing-sdk-failed-windows-7

Upen Varma

Hi,

I have set xcopy enviorment variable.

User Variable and System Variable both i have tried.

My PC is Windows 7 (32 bit).

Still problem is same.

I have downloaded

tizen-sdk-windows32-v2.2.71.exe and

tizen-sdk-image-2.2.1-windows32.zip.

 

Upen Varma

Yes I Got solution.

pls refer this link.

https://developer.tizen.org/forums/sdk-ide/getting-fatal-error

and read- BY swarnim verma post,

vikas, my friend,there is no need to format the pc! error was occuring as i have not given the right environment variable path! after reading my installation log file i go to know this! so anyone getting this type of error check ur environment variable and made it as like this one 

C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jdk1.7.0_25\bin

and ur problem will get solved easily!