cancel
Showing results for 
Search instead for 
Did you mean: 

Exit status of child: 1 when starting installer (SAPinst)

0 Kudos

Hi,

Please help me in installing

"SAP Web Application Server Java 6.40"

While starting the installer, geting the following message and the installer exits.

SAPinst is getting started.

Please be patient ...

guiengine: login in process.

SAPinst component stack:

========================

Preinstall|ind|ind|ind|ind|ind|0

Current script:

===============

/*wirsinds */

var installCryptoTools = gui.getInputValue("installCryptoTools");

var cryptoSDA = gui.getInputValue("cryptoSDA");

var javaHome = context.get("JAVA_HOME");

if (installCryptoTools == "false") return true;

if (validateIAIKarchive(cryptoSDA, javaHome) == false) return false;

if (!context.getBool("jdkStrongEncryptionPolicy")) {

var jceArchive = gui.getInputValue("jceZip");

if (validateJCEarchive(jceArchive, javaHome) == false) return false;

}

/* endewirsinds */

return true;

Exit status of child: 1

Thanks in advance,

Panda

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Panda,

you will need a tool SAPCAR to uncar the file.

the location for which is as follows:

https://service.sap.com/swdc in that

download->entry by support package and patches-> additional components-> SAPCAR-> SAPCAR 6.40

after downloading the file into the same folder in which your .CAR file is present rename SAPCAR to SAPCAR.exe

then command prompt at the location where the files are stored and uncar the file by giving the command

sapcar -xvf file_name.car

let me know if it works once you are done with that.

p.s- if you find the solution useful please reward points.

Regards,

Nitin

0 Kudos

Thank You Nitin.

Your suggestions helped me in solving my problem.

thanks,

swayambikash Panda

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Panda,

Ok so since its not an issue with the JAVA_HOME it has to be some problem with the encryption policy:

just follow the customer message msg number -0000567092 year - 2005

and download the files as instructed in it.

if u dont have access to it the path for the 2 files are:

1.http://service.sap.com/download >> SAP Cryptographic Software>> SAP Java Crypto Tool Kit ( Release 6.40)

2. Policy files: http://java.sun.com/j2se/1.4.2/download.html

that should do it i feel.

please keep us posted.

Regards,

Nitin

0 Kudos

Hi Nitin/Arun.

i downloaded "JDK 1.4.2_09".

JAVA_HOME environment Variable is now set to

"C:\j2sdk1.4.2_09"

But that didn't help. i am still getting the same error.

Then downloaded

SAP Cryptographic Software>> SAP Java Crypto Tool Kit ( Release 6.40)

The downloaded file is a compressed ".CAR" file.

I could not able to open the file, as I don't have a suitable software to open a ".CAR" file and extract the files.

Can you please suggest a suitable software for opening a

".CAR" file.

Thanking you again,

Panda

Former Member
0 Kudos

Hi Panda,

Just try the following steps and the sapinst should run:

1. check the JAVA_HOME environment variable and if its path is set correctly.

2. Kill any sapinst.exe in processes and restart sapinst

this should solve your problem please try it and let me know.

Regards,

Nitin

0 Kudos

Thanks Nitin,

But still no luck.

Getting the following message

WARNING 2006-02-13 22:43:34

The step askIAIK with step key J2EE_SystemCopy_OneHost|ind|ind|ind|WebAS|640|0|J2EE_SystemCopy|ind|ind|ind|ind|ind|0|J2EE_EngineEnterpriseDialogs|ind|ind|ind|WebAS|630|0|askIAIK was executed with status ERROR.

I have set JAVA_HOME Env. variable to

"C:\j2sdk1.4.2_10"

JCE Unlimited Strengt Jurisdiction Policy Archive is set to "C:\j2sdk1.4.2_10\src.zip"

Please help.

Thanks in advance,

Swayambikash Panda

Former Member
0 Kudos

hi Swaymbikash,

J2SDK1.4.2_10 could be the problem. Uninstall this version and try to put 1.4.2_09 or 08. even if you pass this stage, 1.4.2_10 will definitely give you problems in future. check the other posts which talk about this version giving problems.

Regards

Arun