cancel
Showing results for 
Search instead for 
Did you mean: 

Any way to know Java availability?

Former Member
0 Kudos

Hi,

1) Is there any transaction in ABAP to see whether JAVA is working? I can check SM51 to see my ABAP servers. How can I know Java is also working?

2) Is there any way to alert availability through CCMS for Java system?

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jim,

1. Another way to check the JAVA stack is by using jcmon command. This will show you the status of each node.

2. You can use the Generic Request and Message Generator (GRMG) to monitor the availability of technical components and entire business processes.

http://help.sap.com/saphelp_nw04s/helpdata/en/f9/df1241c738f423e10000000a155106/frameset.htm

-Pinkle

Former Member
0 Kudos

Hi Jim,

u can check by giving this command in windows jlaunch -v ,if it is started means it show the version of java ,otherwise in SAP mmc console u can see the J2ee process table in the left panel u can see the SDM,Dispatcher and server this three are in green colour means ur j2ee process is running correctly

Regards,

S.Rajeshkamar

reward points welcome!

Former Member
0 Kudos

Hi,

For a dual stack XI, an indirect way to know if J2EE is started is to use transaction

SMGW.

Here I find my abap gateway but I also see a line with

Local TP name : jlaunch

Remote TP name: sapgw68

It tells me that the java stack is started.

If you use the menu : GOTO --> Logged on Clients

you get a full list of registered java services.

Regards,

Olivier