cancel
Showing results for 
Search instead for 
Did you mean: 

JSPM Error

Former Member
0 Kudos

Hello,

when i try to update our netweaver environment (WAS 7.0 and EP) from SP10 to SP13 with JSPM the following error occurs:

<b>=======================================================[/b

Trouble Ticket Report

Java Support Package Manager for SAP NetWeaver'04s

SID................: Z23

Hostname...........: dedussv-ep001

Install directory..: D:/usr/sap/Z23

Database...........: Oracle

Operating System...: $(/J2EE/StandardSystem/CentralInstance/J2EEEngineInstanceHost/OpSysType)

JDK version........: 1.4.2_16 Sun Microsystems Inc.

JSPM version.......: 7.00.9.2.1.4.35

System release.....: 700

ABAP stack present.: false

The execution ended in error.

Cannot initialize application data.

Could not extract value with key SAPSYSTEM from file //dedussv-clep1/sapmnt/Z23/SYS/profile/Z23_JC00_dedussv-ep001. A possible reason could be that the path to the directory containing the sappfpar executable is not included in the PATH environment variable.

Could not start process sappfpar.

Error while executing process sappfpar.

java.io.IOException: CreateProcess: sappfpar pf=//dedussv-clep1/sapmnt/Z23/SYS/profile/Z23_JC00_dedussv-ep001 SAPSYSTEM error=2

More information can be found in the log file D:\usr\sap\Z23\JC00\j2ee\JSPM\log\log_2007_11_22_17_10_54\JSPM_MAIN_1_01.LOG.

Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:

com.sap.sdt.jspm.phases.PhaseTypeJSPM

com.sap.sdt.jspm.gui.JspmUiException

Cannot initialize application data.

JSPM_MAIN

JSPMPhases

NetWeaver Upgrade

SAPJup

Java Upgrade

<b>=======================================================</b>

Everything is running in the environment. -> SCS, Database, etc.

The JAVA_HOME is also set rightly.

The system is installed on windows 2003 enterprise edition 64Bit wiht mscs (cluster) an to dialog server.

What is the problem? - Have anyone the same problem?

- Thanks in advance for help.

Best Regards,

Ralf

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Since it says

<b>"A possible reason could be that the path to the directory containing the sappfpar executable is not included in the PATH environment variable. "</b>

Try to set the Environmental Variables PATH.

Right click on my compute and then go to -advanced -Environment variable

Click on the system variable > path> edit

and paste this path

D:/usr/sap/<SID>/SYS/exe/uc/NTAMD64/sappfpar.exe

Hope it works.

Reward points if it helps.

Regards,

Srujana.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

i know, that i can change the path in the file: D:\usr\sap\Z23\JC00\j2ee\JSPM\data\variables\Jspm.J2EE.DataModel.xml

But when i start jspm with go.bat the program creates a new Jspm.J2EE.DataModel.xml and i have the old result ;-(

Regards,

Ralf

Former Member
0 Kudos

Hi Ralf,

What about other environment variables other than Java_Home? Check other SAP related values.

Regards.

Ruchit Khushu.

Former Member
0 Kudos

Hello Sarathbabu,

at first: thank you for you help. I think too, that this is the problem. I find out, that the error message: "SAPSYSTEM error=2" means that

the system can not find the path.

The OS is microsoft 2003 enterprise edition 64 Bit. I think, that the problems are the slashes in the path call.

-> sappfpar pf=//dedussv-clep1/sapmnt/Z23/SYS/profile/Z23_JC00_dedussv-ep001

When i open a dos-windows (cmd) the connect to //dedussv-clep1/sapmnt/... doesn´t work.

But when i used:

dedussv-clep1sapmnt... works in cmd and i can open the file-folder.

How can i change the path from: //dedussv-clep1/... to:

dedussv-clep1 ?

I´am online. I hope you can help me.

Regards,

Ralf

Former Member
0 Kudos

Hi Ralf,

It looks like the profile is not accessable to JSPM,please check the Profile files, whether it exist/read/writable. the /sapmnt/<SID>/SYS/profile/<instance Profile>

once you correct it , then check with command

sappfpar check pf=<instance profile name with full path>, it should not have any errors, warnings are fine.

if it helps, then points..:-)