cancel
Showing results for 
Search instead for 
Did you mean: 

Why cant I see the java process table in MMC

Former Member
0 Kudos

Dear SDN,

I have an abap and java stack installed. I cannot see the process table for the java components in the MMC?

Anyone see this?

Thanks

Jeremy

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

When you say Goto > HTTP Sever > Display Data.

What tool are yo describing?

How do you know which jlaunch process is associated with the SDM?

Thanks

Jeremy

Former Member
0 Kudos

Hi, Jeremy.

In addition to Jeff's advice, another way to do is to use jcmon in the /usr/sap/<SID>/SYS/exe/run(or runU) directory.

Sample command is like the following.

D:\usr\sap\PDX\SYS\exe\runU\jcmon.exe pf=D:\usr\sap\PDX\SYS\profile\PDX_DVEBMGS00_BSDEA03

You can see the detailed information about the jlaunch processes with this tool.

Good luck.

Jeff-Gebo
Advisor
Advisor
0 Kudos

Hi Jeremy,

this is how it is when installing a ABAP + Java stack system.

You can go to tcode SMICM in SAP GUI - from their you can stop and restart the J2EE processes. You can also check to see if they are running by going to menu path: Goto > HTTP Sever > Display Data.

Form the OS you can see if the jlaunch processes are running...in a standard installation you will see 3 of them for the Dispatcher, Server and SDM.

I hope in the future both ABAP and Java process will be displayed in the SDM.

Hope this helps!

Jeff