cancel
Showing results for 
Search instead for 
Did you mean: 

jspm error

Former Member
0 Kudos

hi when iam teying to apply patches through JSPM . iam getting error in JSPM_MAIN phase.

the error is "java.lang.classcastException.null"

and lod details are.

Trouble Ticket Report

Java Support Package Manager for SAP NetWeaver'04s

SID................: CRT

Hostname...........: crmtest

Install directory..: F:/usr/sap/CRT

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

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

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

JSPM version.......: 7.00.9.2.1.4.35

System release.....: 700

ABAP stack present.: true

The execution ended in error.

Global EPS inbox directory null is missing and cannot be created automatically. Try to create it manually and restart the JSPM tool.

Could not extract value with key DIR_EPS_ROOT from file F:/usr/sap/CRT/SYS/profile/CRT_DVEBMGS00_crmtest. 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=F:/usr/sap/CRT/SYS/profile/CRT_DVEBMGS00_crmtest DIR_EPS_ROOT error=2

More information can be found in the log file F:\usr\sap\CRT\DVEBMGS00\j2ee\JSPM\log\log_2008_02_15_13_09_26\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

Global EPS inbox directory null is missing and cannot be created automatically. Try to create it manually and restart the JSPM tool.

JSPM_MAIN

JSPMPhases

NetWeaver Upgrade

SAPJup

Java Upgrade

any one pls help me.......

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

This is the error.

Could not start process sappfpar.

Error while executing process sappfpar.

java.io.IOException: CreateProcess: sappfpar pf=F:/usr/sap/CRT/SYS/profile/CRT_DVEBMGS00_crmtest DIR_EPS_ROOT error=2

error=2 on Windows means the file is not found.

Make sure sappfpar is in your PATH.

You should start JSPM with <sid>adm user (as described in the guide). This user is configured so that sappfpar is in its PATH.

Best regards,

Petar

JSPM

Former Member
0 Kudos

Check where the DIR_EPS_ROOT is pointing to.

On most systems, the default value of the parameter is /usr/sap/trans/EPS and the location of the global EPS inbox directory is /usr/sap/trans/EPS/in.

Detecting the Global EPS Inbox Directory :

If you want to detect the value of the DIR_EPS_ROOT parameter, on the command line, execute the following command:

sappfpar pf=<install_directory>:\usr\sap\<SID>\SYS\profile\<SID>_<Central instance name>_<host> DIR_EPS_ROOT

Also check the access level to EPS\in

For more information check http://help.sap.com/saphelp_nw04s/helpdata/en/43/941e66633821b5e10000000a1553f6/content.htm

Regards

Shaji