cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE status false

Former Member
0 Kudos

Hi,

Dual stack system (Abap+Java) -XI  is up by means of process running ,but j2ee status still showing false in smicm as well as not indicating j2ee entry in sm51.

But can able to open URL and other Integration Builder page and all RFC are working fine

Let me know how to check java connectivity check with abap in a dual stack system and why its indicating false staus eventhough its up.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I'm not sure which version you're on but maybe one of these notes could help:

1038215,1585958

Former Member
0 Kudos

Hi Balaji,

Can you check the status of Java instance from SMICM. Does it shows correctly there ? Is the java PID and other info displayed correctly?

SMICM -> AS Java -> Instance ( Local ) -> Display Status

And check the dispatcher trace dev_disp too.

former_member185239
Active Contributor
0 Kudos

Hi Balaji,

Run the transaction SM51 and then run

BURF transcation without using /n or /o It will show the j2ee system.

Kindly check and revert.

With Regards

Ashutosh Chaturvedi

Former Member
0 Kudos

Hi Ashutosh,

While using BURF transaction without using /n or /o in SM51 page,nothing appears and the page remains the same.

Thanks,

Balaji

former_member185239
Active Contributor
0 Kudos

Hi Balaji,

Check the parameter

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.

also check the parameter rdisp/j2ee_start=1

http://scn.sap.com/thread/136260

With regards

Ashutosh Chaturvedi