cancel
Showing results for 
Search instead for 
Did you mean: 

JSPM problem

Former Member
0 Kudos

Hello all

We installed NW SR2 SP9 WAS 2000s pure java + portal

I would like to update it to SP 10. For this mission I trying to use the JSPM tool.

When I try to open the JSPM I have got the following error:

Java Support Package Manager for SAP NetWeaver'04s

SID................: EP7

Hostname...........: main-jr-ep7

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

Database...........: Microsoft SQL Server

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

JDK version........: 1.4.2_13 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 D:/usr/sap/EP7/SYS/profile/EP7_JC00_Main-Jr-Ep7. 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=D:/usr/sap/EP7/SYS/profile/EP7_JC00_Main-Jr-Ep7 SAPSYSTEM error=2

Could you please explain me what can be the reason for that?

The profile file looks like:

SAPSYSTEMNAME = EP7

SAPGLOBALHOST = Main-Jr-Ep7

SAPSYSTEM = 00

INSTANCE_NAME = JC00

DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTI386

DIR_EXECUTABLE = $(DIR_INSTANCE)\exe

jstartup/trimming_properties = off

jstartup/protocol = on

jstartup/vm/home = D:\j2sdk1.4.2_13

jstartup/max_caches = 500

jstartup/release = 700

jstartup/instance_properties = $(jstartup/j2ee_properties);$(jstartup/sdm_properties)

j2ee/dbdriver = $(DIR_EXECUTABLE)\mssjdbc\base.jar;$(DIR_EXECUTABLE)\mssjdbc\util.jar;$(DIR_EXECUTABLE)\mssjdbc\sqlserver.jar;$(DIR_EXECUTABLE)\mssjdbc\spy.jar

igs/listener/rfc/disable = 1

PHYS_MEMSIZE = 512

#----


  1. Jcontrol: Migrated Profile Parameter

  2. create at Wed Feb 14 08:36:24 2007

#----


j2ee/instance_id = ID0037398

#----


Is profile file looks correct?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member214355
Contributor
0 Kudos

Hello Yoel

A possible cause could be related to starting the JSPM server

in batch; what command are you using ?

When JSPM server is started in batch, the symbolic link to "sappfpar"

may not be created in the correct firectory. Because of this,

JSPM client is not able to find sappfpar.

Former Member
0 Kudos

should use SID adm to start JSPM.

solved the problem

10x

Answers (2)

Answers (2)

former_member214355
Contributor
0 Kudos

Great News Yoel

Former Member
0 Kudos

should use SID adm to start JSPM