cancel
Showing results for 
Search instead for 
Did you mean: 

CE71: error during applying SP with CEUPDATE tool

Former Member
0 Kudos

Hello,

I'm implementing NW CE71 SR5 on unix/oracle and now encountering an error when applying the latest kernel and support packages with CEUPDATE tool.

I follow the procedure as below:

1. Extract the CEUPDATE tool from the downloaded support package stack:

cd /sapsource/CE71/download

SAPCAR xvf CEUPDATE71_0-10006200.SAR

2. Login as root, then run:

export SAPINST_USE_HOSTNAME=QC1 (we use virtual hostname since this is HA system)

./update

In jspmUpdate.log, the error is

Exception : com.sap.sdt.jspm.c42.exceptions.StartException: Unable

to start JSPM. $(0)

Connection to JSPM could not be established, see following messages.

Could not connect to host QC1 on port 50017.

java.net.ConnectException: Connection refused

I'm sure the ports 50017--50019 are not being used by other applications.This is QA server. and DEV (not HA) has been patched without error. So I suspect this error is caused by the virtual hostname . any idea?

Thanks and regards,

Allen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

The issue has been solved after i use a different X server. Don't know Xmanager doesn't work well with port 50017.

with best regards,

Allen

Edited by: Allen wang on Sep 27, 2008 10:28 AM