cancel
Showing results for 
Search instead for 
Did you mean: 

JSPM not start

Former Member
0 Kudos
82

Hello colleagues,

Exectute the go in the directory JSPM and not starting the application,

epdadm> tail -100 TroubleTicket_01.txt

Trouble Ticket Report

Java Support Package Manager for SAP NetWeaver'04s

SID................: EPD

Hostname...........: saprhdes

Install directory..: /usr/sap/EPD

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

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

JDK version........: 1.4.2.18 Hewlett-Packard Co.

JSPM version.......: 7.00.21.0.14

System release.....: 700

ABAP stack present.: false

The execution ended in error.

Cannot display user interface.

Could not execute dialog LogIn. See previous messages.

Input output exception while processing dialog LogIn. See previous messages.

Could not send dialog message. See previous messages.

Unable to receive message. See previous message.

Network input/output exception has occurred: Error during read

More information can be found in the log file /usr/sap/EPD/JC04/j2ee/JSPM/log/log_2010_07_07_12_59_03/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.wizard.model.WizardException

Cannot display user interface.

JSPM_MAIN

JSPMPhases

Java Support Package Manager

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

paul_power
Employee
Employee
0 Kudos

Hi,

Cannot display user interface.

Could not execute dialog Finish. See previous messages.

Input output exception while processing dialog Finish. See previous

messages.

Could not send dialog message. See previous messages.

Network input/output exception has occurred: Connection reset

java.net.SocketException: Connection reset

There could be a number of reasons for this. Firstly, please check that

the file permissions of teh sca's are of for JSPM to read and write

them. Then (if DIR_TRANS) is remote that there is no issue connecting

accross the network to access them. Thirdly, try the following

cammand on teh SCA's to see if there is an actual problem with the

file itself.

jar -xvf <SCA filename>.

If you get a EOF exception then please download the file again.

Please check the contents of

Jspm.J2EE.DataModel.xml

check that the operating system infomration there is correct. Is it the same as the operating system you are using?

Is the environment variable is correct:

SDM_JAVA_HOME = %JAVA_HOME%?

Regards,

Paul

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please set your system variables to run GUI at UNIX platforms. Download Xmanger 3.0 and start to open JSPM.

use the command :

<SID>adm: setenv DISPLAY <local system ip>:session number

Former Member
0 Kudos

Hello colleagues,

When execute the xclock the xclock show properly. When execute the ./go in JSPM the screen not show.

Regards.

Former Member
0 Kudos

Hi,

Could you do the following step and let us know if you are able to access JSPM ?

-


Start JSPM with this command line:

go -remoteui

Wait for this message to appear on the console:

Waiting for SDTServer to connect ...

Open a web browser on another host with Java runtime installed. Browse to this address:

http://<host>:5<xx>19

where <host> is the host on which you have started JSPM and <xx> is the number of the instance from which you have started JSPM.

On the web page choose the link Start JSPM Frontend (SDTGui)

-


cheers !

PRADi

Former Member
0 Kudos

Error read, the usr/sap/trans/EPS/in

epdadm> tail -100 SCAN_INBOX_01.LOG

Jul 7, 2010 2:25:58 PM [Info]: Archive file /usr/sap/trans/EPS/in/CAFUM21_0-10003472.SCA for component with name CAF-UM and vendor sap.com is missing. Component will be created from stack definition file data.

Jul 7, 2010 2:25:58 PM [Info]: Archive file /usr/sap/trans/EPS/in/UMEADMIN21_0-10003471.SCA for component with name UMEADMIN and vendor sap.com is missing. Component will be created from stack definition file data.

Regards.

ImtiazKaredia
Active Contributor
0 Kudos

Could you check if the DISPLAY environment variable is set ?

Former Member
0 Kudos

Hello colleague,

The application Visual Administrator and Configtool start properly. The problem is only with JSPM.

Regards.