cancel
Showing results for 
Search instead for 
Did you mean: 

PI Java Satck down

Former Member
0 Kudos

Hi gurus,

In My PI server all of a sudden Java stack went down. After rebouncing the server everything started working fine.

But i am unable to understand why the Java stack went down all of a sudden. how do i analyse what was the issue and how can i avoid it in the future.

Thanks a lot in advane.

- Priya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Priya,

Please check logs (work directory) and trace is work folder.

Like, dev_server0, dev_disp, std_server0.out etc. and also default trace.

You will come to know more details.

Regards,

Sujit.

Former Member
0 Kudos

Priya,

As you have restarted system, you need to check dev_disp.old, dev_server0.old etc files now because new files are generated after system restart. Also please check default traces. It will give you error details with time.

Regards, Premlesh

Former Member
0 Kudos

hi,

i Checked in /usr/sap/IXP/DVEBMGS00/j2ee/cluster/server0/log

I got following information:

E41F131007D000B500000019000741E600049EB187F65655#1300385234310#com.sap.security.core.persistence##com.sap.security.core.persistence#J2EE_GUEST#0##n/a##2aef721550c111e0c893e41f131007d0#SAPEngine_Application_Thread[impl:3]_96##0#0#Error#1#/System/Security/Usermanagement#Java#An exception was thrown in the UME/ABAP user management connector that was caused by unavailability of the RFC communication with the backend system: "". ##An exception was thrown in the UME/ABAP user management connector that was caused by unavailability of the RFC communication with the backend system: "". #1#Connect to SAP gateway failed

Connect_PM TYPE=A ASHOST=localhost SYSNR=00 GWHOST=localhost GWSERV=sapgw00 PCS=1

LOCATION CPIC (TCP/IP) on local host with Unicode

ERROR max no of 100 conversations exceeded

TIME Thu Mar 17 23:37:14 201

RELEASE 700

COMPONENT CPIC (TCP/IP) with Unicode

VERSION 3

RC 466

MODULE r3cpic_mt.c

LINE 10740

COUNTER 4

#

But i have already maintained CPIC_MAX_CONV as 2200 at OS Level in .profile.

why did this happen then?

Regards,

Priya

Former Member
0 Kudos

Priya,

Did you reload the env before you restarted SAP.

SAP will pick up the parameters that are used from that session, so just changing it in the env will not cause it to be picked up.

Log out of the session, log back in, do an env|grep -i cpic see if the new value shows up then recycle.

Also please check gw_max* parameters.

Check SAP Note # 316877 and 314530.

Regards,

Premlesh

Edited by: Premlesh on Mar 18, 2011 1:10 PM

Former Member
0 Kudos

Dear Premlesh:

i have put this variable in .profile for the same reason that it should get loaded after every session.

Anyways for New session following is the output:

  1. env|grep -i cpic

CPIC_MAX_CONV=2200

other gw_max parameters are as follows:

gw/max_conn=2000

gw/max_conn_per_wp=200

gw/max_overflow_size=10000000

gw/max_overflow_usage=20

gw/max_shm_req=400

gw/max_shm_req_per_conn=10

gw/max_short_poll_no=20

gw/max_sleep=20

gw/max_sockets=2048

gw/max_sys=2000

gw/max_wp=0

Regards,

Priya

Former Member
0 Kudos

Priya,

What is the value of rdisp/max_comm_entries?

Regards, Premlesh

Former Member
0 Kudos

hi Premlesh,

rdisp/max_comm_entries value is: 500

Regards,

Priya

Former Member