cancel
Showing results for 
Search instead for 
Did you mean: 

How to check whether J2ee is running or not in SMICM?

Former Member
0 Kudos

Hi,

In the t-code SMICM, how to check whether J2ee is running or not?

If it is not running, how to make it running?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Bala,

In transaction SMICM navigate to Goto-> HTTP Server-> Display Data . Check the property value of "J2EE Server operational". If "J2EE Server operational = TRUE" then j2ee is running.

Regards,

Nathan

Answers (6)

Answers (6)

henrique_pinto
Active Contributor
0 Kudos

some ways to check the j2ee engine:

1. sap mmc (from the server machine itself);

2. nwds (refer to the j2ee engine address, like http://<host>:<port>, and the message port);

3. if you just want to see whether it's up or down, access the address directly: http://<host>:<port>.

Regards,

Henrique.

nisarkhan_n
Active Contributor
0 Kudos

I dnt think looking from SMICM you will be able to check the J2EE server is down or hanged? you can shut it down from there.

aashish_sinha
Active Contributor
0 Kudos

Hi,

Try running TCode SLDCHECK.. if it fails then you J2ee is down.. Then use TCODE SMICM and then go to Administration -> J2ee And then restart the J2ee engine.

Regards

Aashish Sinha

PS : reward points if helpful

Former Member
0 Kudos

If you are able to view any component of J2EE like Integration builder, SLD ,runtime work bench...then it means J2EE is functioning.

Former Member
0 Kudos

Raja,

You can check if J2EE Engine is running or not from IE itself.

http://<xiservername>:j2eePort

Not sure if you can check that from SMICM.

You can restart J2EE engine from SMICM.

Administration->Send Hard Shutdown -> With Restart.

Regards,

Sumit

Former Member
0 Kudos

Hi bala

T code for checking your ABAP and Java ports is SMICM.

Then select GOTO --> Parameters --> Find the parameter given below for ABAP port.

icm/server_port_0 = PROT=HTTP,PORT=8000,TIMEOUT=30,PROCTIMEOUT=600

Java Port:

icm/j2ee_0 gives you Java port.

.

Refer the point no 8 of the web log it states about start the J2EE server.

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Regds

Abhishek