cancel
Showing results for 
Search instead for 
Did you mean: 

Installing Solution Manager (Phase 43 of 46)

Former Member
0 Kudos

hello,

while i am installing solution manager in phase 43 of 46 (prepare to install minimal configuration program terminated abnormally) i got this error can any one help me i read note number 1094628 but still have the same error.

An error occurred while processing option SAP Solution Manager 7.0 EhP1 > SAP Systems > MS SQL Server > Central System > Central System( Last error reported by the step :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, http://]); 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)

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member189546
Active Contributor
0 Kudos

Hello,

Do not use JDK 1.5.0_24

There is a download page solely for SAP customers:

http://www.sun.com/software/javaforbusiness/sap_download.jsp

The new page contains J2SE 5.0 patch releases too, which are needed by

some SAP applications. But for WebAS 6.40/700 Java there is still only

J2SE 1.4.2 allowed.

regards,

John Feely

Former Member
0 Kudos

Hello John,

you are right i start the installation from the beginning and using java J2SE 1.4.2 and it's pass this step and successfully complete the installation of Solution Manager, thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Seems that JAVA_HOME not set...

Please make sure that JAVA_HOME system environment is set properly pointing to JDK installation directory..

Also check if you append PATH variable with %JAVA_HOME%\bin path..

Regards.

Rajesh Narkhede

Former Member
0 Kudos

i already add the java directory to JAVA_HOME , and the same directory plus /bin to the PATH, but the same error is happen, i using JDK 1.5.0_24, shell i repeat the installation form the beginning or what i can i do.