cancel
Showing results for 
Search instead for 
Did you mean: 

JSPM is not working

Former Member
0 Kudos

Hi all,

I am doing SPL-sets in NetWeaver (Linux/MaxDB), when i start the JSPM in the Linux-environment, its doesn't start....

it's says: Waiting for SDTServer to connect...

The Visual Admin and SDM start correctly...

Somebody can help me with this?

Thanks in advance,

CF

Accepted Solutions (1)

Accepted Solutions (1)

dao_ha
Active Contributor
0 Kudos

Hi CF,

Did you activate the GUI on your server (xhost+ command) and set the DISPLAY environment variable?

Regards.

Dap

Former Member
0 Kudos

Hi Dao,

Not really what you mean...

this is what i have :

PCSV049:p21adm 51> cdD

PCSV049:p21adm 52> ll

total 44

drwxr-xr-x 4 p21adm sapsys 4096 2010-12-08 20:00 data

drwxr-xr-x 5 p21adm sapsys 4096 2010-04-22 15:44 exe

drwxr-xr-x 6 p21adm sapsys 4096 2009-02-24 17:01 igs

drwxr-xr-x 13 p21adm sapsys 4096 2010-07-20 12:04 j2ee

drwxr-xr-x 3 p21adm sapsys 4096 2010-04-22 15:55 log

drwxr-xr-x 4 p21adm sapsys 4096 2010-04-22 15:48 SDM

drwxr-xr-x 2 p21adm sapsys 4096 2010-12-08 13:06 sec

drwxr-xr-x 2 p21adm sapsys 16384 2010-12-08 20:54 work

PCSV049:p21adm 53> cd j2ee

PCSV049:p21adm 54> ll

total 48

drwxr-xr-x 9 p21adm sapsys 4096 2010-05-07 11:52 admin

drwxr-xr-x 5 p21adm sapsys 4096 2010-12-07 11:03 cluster

drwxr-xr-x 3 p21adm sapsys 4096 2010-04-23 09:13 configtool

drwxr-xr-x 3 p21adm sapsys 4096 2010-04-22 15:55 ctc

drwxr-xr-x 5 p21adm sapsys 4096 2010-04-22 15:57 deploying

drwxr-xr-x 3 p21adm sapsys 4096 2010-04-22 15:54 j2eeclient

drwxr-xr-x 15 p21adm sapsys 4096 2010-12-08 13:21 JSPM

drwxr-xr-x 3 p21adm sapsys 4096 2010-04-26 10:04 os_libs

drwxr-xr-x 4 p21adm sapsys 4096 2010-04-22 15:55 portal_misc

drwxr-xr-x 5 p21adm sapsys 4096 2010-04-26 10:21 support_platform

drwxr-xr-x 3 p21adm sapsys 4096 2010-07-20 12:04 temp

-rwxr-xr-x 1 p21adm sapsys 675 2010-04-22 15:57 templateconfigurator.properties

PCSV049:p21adm 55> cd JSPM

PCSV049:p21adm 57> ll

total 68

drwxr-xr-x 4 p21adm sapsys 4096 2010-04-22 15:56 bootstrap

drwxr-xr-x 6 p21adm sapsys 4096 2010-12-08 13:21 config

drwxr-xr-x 10 p21adm sapsys 4096 2010-12-08 13:21 data

drwxr-xr-x 2 p21adm sapsys 4096 2010-12-08 13:21 dtd

drwxr-xr-x 2 p21adm sapsys 4096 2010-12-08 13:21 epsinbox

drwxr-xr-x 2 p21adm sapsys 4096 2010-12-08 13:21 exe

-rwxr-xr-x 1 p21adm sapsys 3466 2009-03-31 21:47 go

-rwxr-xr-x 1 p21adm sapsys 741 2009-03-31 21:47 go.bat

drwxr-xr-x 4 p21adm sapsys 4096 2010-12-08 13:20 lib

drwxr-xr-x 23 p21adm sapsys 4096 2010-12-08 20:24 log

drwxr-xr-x 2 p21adm sapsys 4096 2010-12-08 20:24 param

drwxr-xr-x 2 p21adm sapsys 4096 2010-12-08 13:21 patch

-rwxr-xr-x 1 p21adm sapsys 692 2009-03-31 21:47 StartGui

-rwxr-xr-x 1 p21adm sapsys 580 2009-03-31 21:47 StartGui.bat

drwxr-xr-x 2 p21adm sapsys 4096 2010-04-22 15:56 tmp

drwxr-xr-x 2 p21adm sapsys 4096 2010-12-08 20:24 trc

drwxr-xr-x 4 p21adm sapsys 4096 2010-12-08 13:20 ver

PCSV049:p21adm 58> go

Current log directory is /usr/sap/P21/DVEBMGS01/j2ee/JSPM/log/log_2010_12_08_21_00_44.

Waiting for SDTServer to connect ...

dao_ha
Active Contributor
0 Kudos

Hi CF,

JSPM needs to use an X client. Log onto your Linux server as root and type

  1. env (Note down the IP address of the DISPLAY variable)

  2. xhost+ (to allow all hosts to connect to the X11 clients)

  3. su - <SID>adm

> setenv DISPLAY xxx.xxx.xxx.xxx:0.0 (replace xxx with the IP address noted down previously)

> xclock (to test the GUI display)

then you can proceed to run JSPM

Regards,

Dao

Former Member
0 Kudos

Hi Dao,

JSPM needs to use an X client. Log onto your Linux server as root and type

  1. env (Note down the IP address of the DISPLAY variable)

  2. xhost+ (to allow all hosts to connect to the X11 clients)

  3. su - <SID>adm

i have also logged in as root then su - <SID>adm, but i still can't start the JSPM.,,

> setenv DISPLAY xxx.xxx.xxx.xxx:0.0 (replace xxx with the IP address noted down previously)

> xclock (to test the GUI display)

i have test the xclock and its works, but JSPM still don't start...

thanks

dao_ha
Active Contributor
0 Kudos

Hi CF,

Just to be sure: I assume you closed the xclock and start JSPM on the same client, right? Did you get any error or it just hangs?

Check this link to see if it helps

http://wiki.sdn.sap.com/wiki/display/TechTSG/%28SLTG%29CommonProblemsStarting+JSPM

Regards,

Dao

Edited by: Dao Ha on Dec 8, 2010 4:02 PM

Former Member
0 Kudos

Dao,

I have take a look but no solutions for me....

Can you take a look?

Former Member
0 Kudos

check the logs under the JSPM/log and see if that mentions anything.

I would also suggest try copying STartgui from another system as well and check again if you dont see anything in the logs

Former Member
0 Kudos

i have found the problem, the problem is the Java-version

after installed the right version:

java version "1.4.2"

Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)

IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 Linux amd64-64 j9vmxa64142-20090310 (JIT enabled)

dao_ha
Active Contributor
0 Kudos

Hi CF,

Glad to know that you were able to resolve the problem and thanks for sharing the solution.

Regards,

Dao

Answers (0)