cancel
Showing results for 
Search instead for 
Did you mean: 

Tx SMICM - J2EE Server operational = FALSE

Former Member
0 Kudos

Hi

When I look at the J2EE Engine status in Tx SMICM it is showing it as J2EE server not operational i.e J2EE Server operational=FALSE. The J2EE Engine is actually started at the operating system as I can see the Jcontrol (one) and Jlaunch (three process) started in the task manager of the operating system.

Also, I checked in the dev_dispathcer, dev_jcontrol etc log file. As per these log files J2EE engine is started.

The profile parameter rdisp/j2ee_start is set to TRUE.

Any ideas why Tx SMICM is showing it as J2EE is not operational.

I also checked SAPJSF user which is not locked.

Any ideas on this would be appreciated.

This is a new XI installation.

Regards

Chandu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Chandu,

To correct this, you need to add the following parameter in your ABAP profile located at /usr/sap/<SYSID>/SYS/profile and the filename is <SYSID>_DVEBMGS<SYS_NR>_<hostname>

icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5<sysnumber>00

or you can manage it from RZ10 transaction.

Check my answer in the following thread.

regards

Shravan

Former Member
0 Kudos

Hi Shravan,

Thanks for the response.

The said parameter already exists in the instance parameter. Infact I have added this parameter as all the J2EE server parameters disappeared after ABAP Support packs.

I can see J2EE HTTP port 50000 and J2EE Server configured = TRUE.

Any other ideas?

Regards

Chandu

Former Member
0 Kudos

Hi Chandu

Can you Open [http://<host>:<port>/rep]??

if error message will appear.

see log [usr/sap/<SYS>/DVEBMGS<NO>/work/std_server0.out,

and resolve the problem.

regards.

Yuki Fujioka

Former Member
0 Kudos

Chandu,

usually these are wiped out because of managing through RZ10. If you are managing the parameters through RZ10 transaction then maintain only that way.. do not edit the profile parameters in the file.

Regards

Shravan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chandu,

Use Reflection X Manager for Configuring Java Stack.

Set JAVA_HOME variable
Export JAVA_HOME-/usr/sap/<SID>/java1.4

Go to /usr/sap/<SID>/DVEBMGSXX/j2ee/admin
./go

Enter J2EE_ADMIN password for <SID> system.

Go to Cluster -> <SID> -> Dispatcher -> Services -> HTTP Provider -> Properties

Enter the value for Ports and Click on Update. After the Change bounce Java stack.The issue will be resolved.