cancel
Showing results for 
Search instead for 
Did you mean: 

JSPM

Former Member
0 Kudos

Hi,

JSPM Gui not coming up.

Current log directory is /usr/sap/<SID>/DVEBMGSXX/j2ee/JSPM/log/log_2008_05_27_12_26_28.

Updating JSPM content...

Waiting for SDTServer to connect on hostname XXXXXXX socket 6240 .

Status remains the same from long time.

JSPM.LOG

##com.sap.sdt.tools.io.unx.UnxFileOperation.deleteDir(UnxFileOperation.java:193)#######Thread[

main,5,main]##0#0#Error#1#com.sap.sdt.tools.io.unx.UnxFileOperation.deleteDir(UnxFileOperation

.java:193)#Java###Cannot delete /usr/sap/<SID>/DVEBMGSXX/j2ee/JSPM/deploy using UNIX rm tool. 2.

See files /usr/sap/<SID>/DVEBMGSXX/j2ee/JSPM/tmp/DeleteDir_01.OUT and /usr/sap/<SID>/DVEBMGSXX/j2ee/JSPM/tmp/DeleteDir_01.ERR for more details.##

#1.#C0000A0C0A8E00000000001B01EF915700044E38C2357508#1211905590261#/System/Server/Upgrade/JSPM

##com.sap.sdt.tools.io.SdtFile.generateSdtFileException(SdtFile.java:780)#######Thread[main,5,

main]##0#0#Error#1#com.sap.sdt.tools.io.SdtFile.generateSdtFileException(SdtFile.java:780)#Jav

a###Cannot delete file /usr/sap/<SID>/DVEBMGSXX/j2ee/JSPM/deploy.##

Plz guide me, thanks in advance.

Edited by: Kobby bryant on May 27, 2008 8:37 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks for your reply, issue resolved

Former Member
0 Kudos

Hi,

Can you explain how exactly you resolved this? I am facing the same issue. Thanks.

Regards,

V M.

Former Member
0 Kudos

Hi Kobbi,

Please check if port 6240 is utilized (although I doubt this is an issue based on the logs). If it's change the port or close the app using it. More info how to change the port you could find at JSPM user manual:

https://websmp106.sap-ag.de/~sapidb/011000358700000205192008E

Space sometimes could be an issue. So check if there is enough room at ../SDM/program/temp (folder is used to copy content during validation phase).

More troubleshooting tips: check JSPM trace files (../j2ee/JSPM/trc/JSPM.TRC - should be the most recent file there) and JSPM_MAIN log file.

Also please make sure JAVA_HOME variable points at the correct JVM.

You could refer to #1013976 - JSPM GUI on UNIX for further details how to sue JSPM on unix boxes.

Regards,

Vasil

Former Member
0 Kudos

Hi,

You can reocheck with following steps :

1.Go to /usr/sap/<SID>/JCxx/j2ee

Ensure that JSPM and all the folders under JSPM are under "sidadm"

authorisations.

You can do that with this command

chown -R <sidadm>:sapsys JSPM

<sidadm> should be specified w.r.t your Instance details.

2.After that give full permissions to all the folders under JSPM

chmod -R 777 JSPM

3.You have to set the "display " for the GUI to appear.

export DISPLAY=<IP adress of your desktop>:0.0

Then check with command "xclock"

Clock should appear.This is an indication,that "DISPLAY" is set.

4.Trigger JSPM after thee changes.

Regards

Usha

Former Member
0 Kudos

Hi Koby

As recommended by the log, please check following files first

See files /usr/sap/<SID>/DVEBMGSXX/j2ee/JSPM/tmp/DeleteDir_01.OUT and /usr/sap/<SID>/DVEBMGSXX/j2ee/JSPM/tmp/DeleteDir_01.ERR for more details.##

If you donot get anything, post the details.

Regards

Rahul