cancel
Showing results for 
Search instead for 
Did you mean: 

J2ee stack not getting up

former_member185257
Participant
0 Kudos

Hi All,

I am getting a strange error in our PI system, which dual stack. ABAP is up and running , but java is not getting up.

Got the below error:

dev_jstart:

M  [Thr 01] *** ERROR => MsINiWrite: NiBufSend (rc=NIECONN_BROKEN) [msxxi_mt.c   2780]

M  [Thr 01] *** ERROR => MsIDetach: MsINiWrite (rc=MSENILAYER) [msxxi_mt.c   1302]

M  [Thr 01]

M  [Thr 01] *****************************************************************************

M  [Thr 01] *

M  [Thr 01] *  ERROR       mserrno received (MSENOTUNIQUE)

M  [Thr 01] *

M  [Thr 01] *  TIME        Tue Sep 29 09:43:44 2015

M  [Thr 01] *  RELEASE     721

M  [Thr 01] *  COMPONENT   MS (message handling interface, multithreaded)

M  [Thr 01] *  VERSION     4

M  [Thr 01] *  RC          -24

M  [Thr 01] *  MODULE      msxxi_mt.c

M  [Thr 01] *  LINE        962

M  [Thr 01] *  COUNTER     34

M  [Thr 01] *

M  [Thr 01] *****************************************************************************

M  [Thr 01]

F

F [Thr 01] Tue Sep 29 09:43:49 2015

F  [Thr 01] *** ERROR => cannot connect to Message Server. [sfxxmsc.hpp  787]

F  [Thr 01] *** LOG => connecting to Message Server.

F  [Thr 01] *** LOG => Run level 0 completed.

F  [Thr 01] *** LOG => Instance state is "Instance terminated" (STOPPED @ 0, INACTIVE).

M  [Thr 01] *** WARNING => NiSelIGetMode: invalid hdl 37 [nixxsel.cpp  1496]

F  [Thr 01] *** ERROR => SfCEventDispatcher::remHandler: mpSelSet->getMode failed (rc = -8 NIEINVAL) [sfxxevt.hpp  3733]

M  [Thr 01] *** WARNING => NiSelIRemove: invalid hdl 37 [nixxsel.cpp  813]

F  [Thr 01] *** ERROR => SfCEventDispatcher::remHandler: mpSelSet->remove failed (rc = -8 NIEINVAL) [sfxxevt.hpp  3745]

Could you please help me on this?

With regards,

Sunny

Accepted Solutions (0)

Answers (3)

Answers (3)

SahilPatki
Newcomer
0 Kudos

The Error message - [Thr 01] ***LOG Q0O=> MsSLoginClient, not_unique (JC_pipdr01_PIP_05) [msxxserv_mt. 4858] hints at a duplicate or a conflicting process . There could be shared memory segments which may be causing this error.


This may seem too simple a solution but please try to stop both your ABAP and Java Stack and run a cleanipc command with the syntax cleanipc <system nr> remove  and try restarting the system

In your case it  would be cleanipc 05 remove for this particular instance

IanSegobio
Advisor
Advisor
0 Kudos


Hello,


From the attached "dev_ms" trace file:

[...]

[Thr 01] Wed Sep 30 09:14:57 2015

[Thr 01] ***LOG Q0O=> MsSLoginClient, not_unique (JC_pipdr01_PIP_05) [msxxserv_mt. 4858]


[...]

[Thr 01] Wed Sep 30 09:15:02 2015

[Thr 01] ***LOG Q0O=> MsSLoginClient, not_unique (JC_pipdr01_PIP_05) [msxxserv_mt. 4858]

[Thr 01] *** ERROR => MsSRetErr: MsSSend [msxxserv_mt. 8408]

[Thr 01] Disconnect client C0 (JC_pipdr01_PIP_05), no pong received(1)

[Thr 01] LOGOUT: JC_pipdr01_PIP_05 [10.210.6.94] (DIA )

[Thr 01] *** ERROR => MsSSend: NiWrite (rc=NIECONN_BROKEN) to C6 (JC_pipdr01_PIP_05) [msxxserv_mt. 13393]

[Thr 01] *** ERROR => MsSAnswer: MsSSend failed, rc=-1 [msxxserv_mt. 8485]

[Thr 01] LOGOUT: JC_pipdr01_PIP_05 [127.0.0.1] (DIA )

[Thr 01] LOGIN: JC_pipdr01_PIP_05 [127.0.0.1] (DIA )


We can see that the message server added the java instance to the logged on list but soon after, it complains that no response back was received...

The problem seem to be the entry "not_unique". For that, please check below SAP note:

311118 - Logging on to the application server does not work

Cheers,
Ian Segobio.

Mofizur
Contributor
0 Kudos

Hello,

Please review below SAP Note.It is old one but see if it gives you any clue or not.You can see Upgrading your  Kernel.

942411 - JControl may not respond to Message Server communication

Thanks,

Mofizur

former_member185257
Participant
0 Kudos

Hello Rahaman,

The note is too old and SAP-JEE version doesnot match this.

Please check my system version:

trc file: "dev_jstart.new", trc level: 1, release: "721"

sysno      05

sid        XXX

systemid   324 (IBM RS/6000 with AIX)

relno      7210

patchlevel 0

patchno    330

intno      20020600

make       multithreaded, Unicode, 64 bit, optimized

profile    /usr/sap/XXX/SYS/profile/XXX_DVEBMGS05_XXXX01

pid        13369476

*

*  ACTIVE TRACE LEVEL           1

*  ACTIVE TRACE COMPONENTS      All, egi

*

Tue Sep 29 10:41:28 2015

*

*  trace logging activated, max size = 52428800 bytes, 2 versions

*

arguments :

  arg[ 0] : /usr/sap/XXX/DVEBMGS05/exe/jstart

  arg[ 1] : pf=/usr/sap/XXX/SYS/profile/XXX_DVEBMGS05_XXXX01

  arg[ 2] : -DSAPSTART=1

  arg[ 3] : -DCONNECT_PORT=64932

  arg[ 4] : -DSAPSYSTEM=05

arg[ 5] : -DSAPSYSTEMNAME=XXX

arg[ 6] : -DSAPMYNAME=XXX01_XXX_05

arg[ 7] : -DSAPPROFILE=/usr/sap/XXX/SYS/profile/XXX_DVEBMGS05_XXX01

arg[ 8] : -DFRFC_FALLBACK=ON

arg[ 9] : -DFRFC_FALLBACK_HOST=localhost

Tue Sep 29 10:41:29 2015

********************************************************************************

Java environment properties (/usr/sap/XXX/DVEBMGS05/work/jstart.jvm)

   root directory    : /usr/sap/XXX/DVEBMGS05/exe/sapjvm_6

   vendor            : SAP AG

   version           : 1.6.0_85

   cpu               : ppc64

   java vm type      :

   java vm version   : 6.1.073 25.11-b02

   jvm library name  : libjvm.so

   library path      : /usr/sap/XXX/DVEBMGS05/exe/sapjvm_6/jre/lib/ppc64/server:/usr/sap/XXX

   executable path   : /usr/sap/XXX/DVEBMGS05/exe/sapjvm_6/bin

********************************************************************************

   SAP extensions    : available

********************************************************************************

Regards,

Sunny

Sriram2009
Active Contributor
0 Kudos

Hi Sunny

Have you done any changes in PI system? if it is not just do the full system restart and then check the same.

BR

SS

former_member185257
Participant
0 Kudos

Hi,

Actually I found the error from MS.

dev_ms:

[Thr 01] Tue Sep 29 12:10:16 2015

[Thr 01] ***LOG Q0O=> MsSLoginClient, not_unique (JC_XXX01_XXX_05) [msxxserv_mt. 4858]

[Thr 01] Tue Sep 29 12:10:21 2015

[Thr 01] ***LOG Q0O=> MsSLoginClient, not_unique (JC_XXX01_XXX_05) [msxxserv_mt. 4858]

[Thr 01] *** ERROR => MsSRetErr: MsSSend [msxxserv_mt. 8408]

[Thr 01] Disconnect client C5 (JC_XXX01_XXX_05), no pong received(1)

[Thr 01] LOGOUT: JC_XXX01_XXX_05 [10.210.6.94] (DIA )

[Thr 01] *** ERROR => MsSSend: NiWrite (rc=NIECONN_BROKEN) to C6 (JC_XXX01_XXX_05) [msxxserv_mt. 13393]

[Thr 01] *** ERROR => MsSAnswer: MsSSend failed, rc=-1 [msxxserv_mt. 8485]

[Thr 01] LOGOUT: JC_XXX01_XXX_05 [127.0.0.1] (DIA )

Got a note : 311118

So checking this.

If you any better idea on this, could you please share with me.

Regards,

Sunny

Sriram2009
Active Contributor
0 Kudos

Hi Sunny

1.  Could you share the SAP version & kernel details? share the log files as attachment dev_server0, dev_disp

2. You can follow the SAP note 311118,

3. You can login to ABAP stack, using the transaction code SMICM just do the restart the JAVA stack

BR

SS

former_member185257
Participant
0 Kudos

Hi Sriram,

I have checked with SAPNOTE 311118.. but no luck.

Adding dev_ms file...could you please trace from there as other dev* doesnot have any log regarding this.