cancel
Showing results for 
Search instead for 
Did you mean: 

Java is running, but still not able to connect to Jcmon

Former Member
0 Kudos

Hello Experts,

I am facing bit strange error.

When ever I am trying to connect to jcmon using syntax jcmon pf=<Inst_profile) --> 20 (Local administration)

Its giving me following error can't open shared memory administration (rc = 3). But my java stack is up and running.

I am able to browse through java pages.

Even I tried to restart instance several times, but no luck.

Any hint ??

Kind Regards,

Abhijeet Rathi

Accepted Solutions (0)

Answers (4)

Answers (4)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Abhijeet,

Hope you are doing good.

If the above does not work, kindly update the kernel to teh latest level. This should resolve the case:

below links will be useful:

[http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70d8838d-cb8f-2c10-7ab8-d1504670fbb8]

and

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11219] [original link is broken] [original link is broken] [original link is broken];

Thank you and have a nice day :).

_____________

Kind Regards,

Hemanth

SAP AGS

Former Member
0 Kudos

Hi Abhijeet,

Check DB connectivity. May be listner is down...

Thanks

Sundaresh Suryanarayan

Former Member
0 Kudos

Hi Abhijeet,

Try this.. it worked for me...

stopsap j2ee

cleanipc <no>

cd /usr/sap/QTP/JC21/j2ee/os_libs

jcmon pf=<profile> -c

startsap j2ee

--- If Still not working you need to do "slibclean"

Thanks

Sundaresh Suryanaryan

Former Member
0 Kudos

Hi,

Read as below..

stopsap j2ee

cleanipc <no>

cd /usr/sap/<SID>/JC<XX>/j2ee/os_libs

jcmon pf=<profile> -c

startsap j2ee

former_member208104
Active Participant
0 Kudos

Hi,

This issue comes when you have not select the correct instance profile. Please double check your instance profile name.

-Sanjay