cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SOLMAN installatoin

Former Member
0 Kudos

Hi,

I am in the process of SOLMAN installation .

during the last step it failed with the eror message .Pls help

Mar 11, 2008 1:59:46 PM ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: String index out of range: 11

Program terminated abnormally

ERROR 2008-03-11 13:59:47.47

CJS-00030 Assertion failed: in

function NW_Call_Offline_CTC_ind_ind_ind_ind_SubComponentContainer_callOfflineCTC() {

var nw = NWInstall.getSystem(context.get("sid"));

var ctcDirFs = nw.getCI().getInstanceDir().concat("j2ee", "ctc");

var ctcExeFile = installer.onWindows() ? "LaunchOfflinectc.bat" : "LaunchOfflinectc.sh";

var ctcCall = ctcDirFs.concat(ctcExeFile);

installer.writeTrace("CTC is in" + ctcCall);

ASSERT(arguments.callee, ctcCall.isExisting(), "CTC executable cannot be found in " + ctcCall.toString());

var pmgt = new ProcessMgt();

var app = pmgt.createChildApplication(ctcCall, []);

var userData = nw.getUsers().getAccountData(NWUsers.roles.SIDAdm);

var user = (new AccountMgt()).getUser(userData.name);

var env = pmgt.getProcessEnvironment();

if (installer.onUnix()) {

env.setUser(user);

}

env.setWorkingDirectory(ctcDirFs.getNode());

env.setEnvironmentVariable(new Property("JAVA_HOME", nw.getJavaHome().toString()));

installer.writeTrace("For the Offline CTC Call, JAVA_HOME is set to " + env.getEnvironmentVariable("JAVA_HOME"));

app.setEnvironment(env);

var retval = app.run([], true);

ASSERT(arguments.callee, retval == 0, "CTC retval is not 0 but " + retval);

installer.writeTrace("CTC has been called in Offline Mode.");

}

CTC retval is not 0 but 1

ERROR 2008-03-11 13:59:47.62

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2008-03-11 13:59:47.62

FCO-00011 The step callOfflineCTC with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|16|0|NW_Call_Offline_CTC|ind|ind|ind|ind|7|0|callOfflineCTC was executed with status ERROR .

INFO 2008-03-11 13:59:59.501

An error occured and the user decide to stop.\n Current step "|NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|16|0|NW_Call_Offline_CTC|ind|ind|ind|ind|7|0|callOfflineCTC".

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Faced same problem

check which java version u are using

if u are using java 1.5

change it to java 1.4 and restart sapinst

it will pass

Regards,

BC

Former Member
0 Kudos

Hi. Read this NOTE 919106. In this note you can find :

1) MUT-03025 Caught ESAPinstException in Modulecall.

2) CJS-00030 Assertion failed.

Also read this note 1094628

I hope it help.

Regards. Award if helpful.

JPReyes
Active Contributor
0 Kudos

Hi Balaji

Would you ever bother doing some research before posting???

You should know by now that you need to read into the logs to find the error...

Seems like theres something wrong with the JAVA env variable.

Regards

Juan