cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with SAP Management console 'yellow is not changing to green'

former_member809709
Discoverer
0 Kudos

Hi

I am starting my SAP Server from SAP Management console( ECC6.0 IDES Version).

I am able to login into my system but after few minutes the server color is changing from Green to Yellow and I am not able to continue using my system. What could be the problem? How to resolve the same?

I also tried Some suggestions posted before by using cmd ....Please help me out in a step by step manner.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Zohaib,

Seems to me that your apps is not able to determine the oracle instance's status. Further you said you were able to login to it? But as per dev_w0 doesn't seems to be the case - it died to be allowing to login.Can you please check if the database is up and running?

If the DB is up and running the is the Listener is up and running and if yes then is the listener is pointing to correct DB values? If every thing is correct then.. check your R3trans log.

Was there multiple DB instances installed? DB upgraded which left old kernel folders and your sap is pointing to that?

Now I would like to clean startup and shutdown once in between - Shutdown Immediate & then Startup

Once checked the error in R3trans - Check if your environment variables are correctly pointing to the oracle binary folder(oracle_home), the Oracle SID, Oracle dbms type, tns values maybe.. and correct it, check also the permission and access of SIDADM,ORASID to folders and executables. Quite sure here will be your solution - faced similar so..

Cheers,
TD

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi ZOHAIB,


Hope you are doing good.
When you start the servernode, it usually goes from stopped -> starting-> starting apps-> running state.
Lets say the node is stuck in "starting apps" state, it will not goto GREEN state.

The best option would be to trigger some thread dumps.  Wait for 10 minutes and monitor the start up phase using telnet:

    a) Telnet hostname  Port (http port+8)

    b) Logon with administrator Id

    c) execute command   >lsc  ( it will list cluster elements)

    d) exceute   >  jump  cluster id ( replace cluster id from the

                                       output of above command)

    e) ADD DEPLOY

    f) start_app -all  (wait for sometime and goto the next step).

    g) list_app > restart.txt

If you find a particular application is stuck up in this phase for long time then trigger 4-5 thread dumps at interval of 15-20 seconds. This will help in checking the status of the threads during the startup process. More info:

<http://wiki.sdn.sap.com/wiki/x/VYZ3Cw>


So from the below files, you should be able to check more:

-the restart.txt from the server0 folder

-/usr/sap/<SID>/JC<nr>/work/dev*, std* and jvm* files

-/usr/sap/<SID>/JC<nr>/j2ee/cluster/server0/logs/default trace (latest).

and

-/usr/sap/<SID>/SCS<nr>/work/*

 

Hope this helps.

_____________

Kind Regards,

Hemanth
SAP AGS

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Zohaib,

Can you share dev_w0, dev_ms and dev_disp logs ?

Regards,

Divyanshu

former_member809709
Discoverer
0 Kudos

---------------------------------------------------

trc file: "dev_w0", trc level: 1, release: "700"

---------------------------------------------------

*

*  ACTIVE TRACE LEVEL           1

*  ACTIVE TRACE COMPONENTS      all, MJ

*

B Wed Aug 27 21:12:36 2014

B  create_con (con_name=R/3)

B  Loading DB library 'D:\usr\sap\ECC\DVEBMGS00\exe\dboraslib.dll' ...

B  Library 'D:\usr\sap\ECC\DVEBMGS00\exe\dboraslib.dll' loaded

B  Version of 'D:\usr\sap\ECC\DVEBMGS00\exe\dboraslib.dll' is "700.08", patchlevel (0.73)

B  New connection 0 created

M sysno      00

M sid        ECC

M systemid   560 (PC with Windows NT)

M relno      7000

M patchlevel 0

M patchno    75

M intno      20050900

M make:      multithreaded, Unicode, optimized

M pid        2900

M

M  kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)

M  length of sys_adm_ext is 572 bytes

M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2900) [dpxxdisp.c   1299]

I  MtxInit: 30000 0 0

M  DpSysAdmExtCreate: ABAP is active

M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

M Wed Aug 27 21:12:37 2014

M  DpShMCreate: sizeof(wp_adm) 18304 (1408)

M  DpShMCreate: sizeof(tm_adm) 3994272 (19872)

M  DpShMCreate: sizeof(wp_ca_adm) 24000 (80)

M  DpShMCreate: sizeof(appc_ca_adm) 8000 (80)

M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064

M  DpShMCreate: sizeof(comm_adm) 528064 (1048)

M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0

M  DpShMCreate: sizeof(file_adm) 0 (72)

M  DpShMCreate: sizeof(vmc_adm) 0 (1440)

M  DpShMCreate: sizeof(wall_adm) (38456/34360/64/184)

M  DpShMCreate: sizeof(gw_adm) 48

M  DpShMCreate: SHM_DP_ADM_KEY (addr: 05D30040, size: 4653368)

M  DpShMCreate: allocated sys_adm at 05D30040

M  DpShMCreate: allocated wp_adm at 05D31E40

M  DpShMCreate: allocated tm_adm_list at 05D365C0

M  DpShMCreate: allocated tm_adm at 05D365F0

M  DpShMCreate: allocated wp_ca_adm at 06105890

M  DpShMCreate: allocated appc_ca_adm at 0610B650

M  DpShMCreate: allocated comm_adm at 0610D590

M  DpShMCreate: system runs without file table

M  DpShMCreate: allocated vmc_adm_list at 0618E450

M  DpShMCreate: allocated gw_adm at 0618E490

M  DpShMCreate: system runs without vmc_adm

M  DpShMCreate: allocated ca_info at 0618E4C0

M  DpShMCreate: allocated wall_adm at 0618E4C8

X  EmInit: MmSetImplementation( 2 ).

X  MM global diagnostic options set: 0

X  <ES> client 0 initializing ....

X  Using implementation flat

M  <EsNT> Memory Reset disabled as NT default

X  ES initialized.

M Wed Aug 27 21:12:38 2014

M  ThInit: running on host gcecc62

M Wed Aug 27 21:12:39 2014

M  calling db_connect ...

C  Prepending D:\usr\sap\ECC\DVEBMGS00\exe to Path.

C Wed Aug 27 21:12:40 2014

C  Oracle Client Version: '10.2.0.1.0'

C  Client NLS settings: AMERICAN_AMERICA.UTF8

C  Logon as OPS$-user to get SAPSR3's password

C  Connecting as /@ECC on connection 0 (nls_hdl 0) ... (dbsl 700 110706)

C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch

C    0 UTF8                                                      1   062FC018   063015B4   06300E3C

C  Attaching to DB Server ECC (con_hdl=0,svchp=06300D88,svrhp=06310694)

C  Starting user session (con_hdl=0,svchp=06300D88,srvhp=06310694,usrhp=06322CB8)

C Wed Aug 27 21:12:41 2014

C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1033

[dboci.c      4391]

C  Detaching from DB Server (con_hdl=0,svchp=06300D88,srvhp=06310694)

C  *** ERROR => CONNECT failed with sql error '1033'

[dbsloci.c    10933]

C  Try to connect with default password

C  Connecting as SAPSR3/<pwd>@ECC on connection 0 (nls_hdl 0) ... (dbsl 700 110706)

C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch

C    0 UTF8                                                      1   062FC018   063015B4   06300E3C

C  Attaching to DB Server ECC (con_hdl=0,svchp=06300D88,svrhp=06310694)

C  Starting user session (con_hdl=0,svchp=06300D88,srvhp=06310694,usrhp=06322CB8)

C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1033

[dboci.c      4391]

C  Detaching from DB Server (con_hdl=0,svchp=06300D88,srvhp=06310694)

C  *** ERROR => CONNECT failed with sql error '1033'

[dbsloci.c    10933]

B Wed Aug 27 21:12:42 2014

B  ***LOG BV3=> severe db error 1033      ; work process is stopped [dbsh#2 @ 1199] [dbsh    1199 ]

B  ***LOG BY2=> sql error 1033   performing CON [dblink#3 @ 431] [dblink  0431 ]

B  ***LOG BY0=> ORA-01033: ORACLE initialization or shutdown in progress [dblink#3 @ 431] [dblink  0431 ]

M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1411]

M  in_ThErrHandle: 1

M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10156]

M  Info for wp 0

M    stat = 4

M    reqtype = 1

M    act_reqtype = -1

M    rq_info = 0

M    tid = -1

M    mode = 255

M    len = -1

M    rq_id = 65535

M    rq_source = 255

M    last_tid = 0

M    last_mode = 0

M    semaphore = 0

M    act_cs_count = 0

M    control_flag = 0

M    int_checked_resource(RFC) = 0

M    ext_checked_resource(RFC) = 0

M    int_checked_resource(HTTP) = 0

M    ext_checked_resource(HTTP) = 0

M    report = >                                        <

M    action = 0

M    tab_name = >                              <

M    vm = V-1

M  *****************************************************************************

M  *

M  *  LOCATION    SAP-Server gcecc62_ECC_00 on host gcecc62 (wp 0)

M  *  ERROR       ThInit: db_connect

M  *

M  *  TIME        Wed Aug 27 21:12:42 2014

M  *  RELEASE     700

M  *  COMPONENT   Taskhandler

M  *  VERSION     1

M  *  RC          13

M  *  MODULE      thxxhead.c

M  *  LINE        10354

M  *  COUNTER     1

M  *

M  *****************************************************************************

M  PfStatDisconnect: disconnect statistics

M  Entering TH_CALLHOOKS

M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP

M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]

M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]

M  Entering ThSetStatError

M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)

M  Entering ThReadDetachMode

M  call ThrShutDown (1)...

M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2900) [dpnttool.c   327]

---------------------------------------------------

trc file: "dev_disp", trc level: 1, release: "700"

---------------------------------------------------

sysno      00

sid        ECC

systemid   560 (PC with Windows NT)

relno      7000

patchlevel 0

patchno    75

intno      20050900

make:      multithreaded, Unicode, optimized

pid        2528

Wed Aug 27 21:12:30 2014

kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)

length of sys_adm_ext is 572 bytes

*** SWITCH TRC-HIDE on ***

***LOG Q00=> DpSapEnvInit, DPStart (00 2528) [dpxxdisp.c   1237]

  shared lib "dw_xml.dll" version 75 successfully loaded

  shared lib "dw_xtc.dll" version 75 successfully loaded

  shared lib "dw_stl.dll" version 75 successfully loaded

  shared lib "dw_gui.dll" version 75 successfully loaded

  shared lib "dw_mdm.dll" version 75 successfully loaded

rdisp/softcancel_sequence :  -> 0,5,-1

use internal message server connection to port 3900

Wed Aug 27 21:12:35 2014

*** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds

***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5273]

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

DpSysAdmExtInit: VMC (JAVA VM in WP) is not active

DpIPCInit2: start server >gcecc62_ECC_00                          <

DpShMCreate: sizeof(wp_adm) 18304 (1408)

DpShMCreate: sizeof(tm_adm) 3994272 (19872)

DpShMCreate: sizeof(wp_ca_adm) 24000 (80)

DpShMCreate: sizeof(appc_ca_adm) 8000 (80)

DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064

DpShMCreate: sizeof(comm_adm) 528064 (1048)

DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0

DpShMCreate: sizeof(file_adm) 0 (72)

DpShMCreate: sizeof(vmc_adm) 0 (1440)

DpShMCreate: sizeof(wall_adm) (38456/34360/64/184)

DpShMCreate: sizeof(gw_adm) 48

DpShMCreate: SHM_DP_ADM_KEY (addr: 05D30040, size: 4653368)

DpShMCreate: allocated sys_adm at 05D30040

DpShMCreate: allocated wp_adm at 05D31E40

DpShMCreate: allocated tm_adm_list at 05D365C0

DpShMCreate: allocated tm_adm at 05D365F0

DpShMCreate: allocated wp_ca_adm at 06105890

DpShMCreate: allocated appc_ca_adm at 0610B650

DpShMCreate: allocated comm_adm at 0610D590

DpShMCreate: system runs without file table

DpShMCreate: allocated vmc_adm_list at 0618E450

DpShMCreate: allocated gw_adm at 0618E490

DpShMCreate: system runs without vmc_adm

DpShMCreate: allocated ca_info at 0618E4C0

DpShMCreate: allocated wall_adm at 0618E4C8

MBUF state OFF

DpCommInitTable: init table for 500 entries

EmInit: MmSetImplementation( 2 ).

MM global diagnostic options set: 0

Wed Aug 27 21:12:36 2014

<ES> client 0 initializing ....

<ES> InitFreeList

<ES> block size is 1024 kByte.

Using implementation flat

<EsNT> Memory Reset disabled as NT default

<ES> 511 blocks reserved for free list.

ES initialized.

rdisp/http_min_wait_dia_wp : 1 -> 1

***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1623]

***LOG Q0K=> DpMsAttach, mscon ( gcecc62) [dpxxdisp.c   11586]

DpStartStopMsg: send start message (myname is >gcecc62_ECC_00                          <)

DpStartStopMsg: start msg sent

Wed Aug 27 21:12:37 2014

CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

CCMS: Initalizing shared memory of size 60000000 for monitoring segment.

Wed Aug 27 21:12:38 2014

CCMS: start to initalize 3.X shared alert area (first segment).

DpMsgAdmin: Set release to 7000, patchlevel 0

MBUF state PREPARED

MBUF component UP

DpMBufHwIdSet: set Hardware-ID

***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]

DpMsgAdmin: Set patchno for this platform to 75

Release check o.K.

Wed Aug 27 21:13:17 2014

*** ERROR => W0 (pid 2900) died [dpxxdisp.c   14241]

*** ERROR => W1 (pid 1548) died [dpxxdisp.c   14241]

*** ERROR => W2 (pid 2908) died [dpxxdisp.c   14241]

*** ERROR => W3 (pid 2920) died [dpxxdisp.c   14241]

*** ERROR => W4 (pid 2924) died [dpxxdisp.c   14241]

*** ERROR => W5 (pid 1944) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xbf --> 0xbe

*** ERROR => W6 (pid 2936) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xbe --> 0xbc

*** ERROR => W7 (pid 2944) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xbc --> 0xb8

*** ERROR => W8 (pid 2952) died [dpxxdisp.c   14241]

*** ERROR => W9 (pid 2960) died [dpxxdisp.c   14241]

*** ERROR => W10 (pid 2968) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xb8 --> 0xb0

*** ERROR => W11 (pid 2972) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xb0 --> 0xa0

*** ERROR => W12 (pid 2980) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xa0 --> 0x80

*** DP_FATAL_ERROR => DpWPCheck: no more work processes

*** DISPATCHER EMERGENCY SHUTDOWN ***

increase tracelevel of WPs

NiWait: sleep (10000ms) ...

NiISelect: timeout 10000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:27 2014

NiISelect: TIMEOUT occured (10000ms)

dump system status

Workprocess Table (long) Wed Aug 27 15:43:27 2014

========================

No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table

-----------------------------------------------------------------------------------------------------------------------

0 DIA     2900 Ended         no      1   0             0                                                             

1 DIA     1548 Ended         no      1   0             0                                                             

2 DIA     2908 Ended         no      1   0             0                                                             

3 DIA     2920 Ended         no      1   0             0                                                             

4 DIA     2924 Ended         no      1   0             0                                                             

5 DIA     1944 Ended         no      1   0             0                                                             

6 UPD     2936 Ended         no      1   0             0                                                             

7 ENQ     2944 Ended         no      1   0             0                                                             

8 BTC     2952 Ended         no      1   0             0                                                             

9 BTC     2960 Ended         no      1   0             0                                                             

10 BTC     2968 Ended         no      1   0             0                                                             

11 SPO     2972 Ended         no      1   0             0                                                             

12 UP2     2980 Ended         no      1   0             0                                                             

Dispatcher Queue Statistics Wed Aug 27 15:43:27 2014

===========================

+------+--------+--------+--------+--------+--------+

|  Typ |    now |   high |    max | writes |  reads |

+------+--------+--------+--------+--------+--------+

| NOWP |      0 |      2 |   2000 |      5 |      5 |

+------+--------+--------+--------+--------+--------+

|  DIA |      5 |      5 |   2000 |      5 |      0 |

+------+--------+--------+--------+--------+--------+

|  UPD |      0 |      0 |   2000 |      0 |      0 |

+------+--------+--------+--------+--------+--------+

|  ENQ |      0 |      0 |   2000 |      0 |      0 |

+------+--------+--------+--------+--------+--------+

|  BTC |      0 |      0 |   2000 |      0 |      0 |

+------+--------+--------+--------+--------+--------+

|  SPO |      0 |      0 |   2000 |      0 |      0 |

+------+--------+--------+--------+--------+--------+

|  UP2 |      0 |      0 |   2000 |      0 |      0 |

+------+--------+--------+--------+--------+--------+

max_rq_id 12

wake_evt_udp_now 0

wake events       total     8,  udp     6 ( 75%),  shm     2 ( 25%)

since last update total     8,  udp     6 ( 75%),  shm     2 ( 25%)

Dump of tm_adm structure: Wed Aug 27 15:43:27 2014

=========================

Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)

Workprocess Comm. Area Blocks Wed Aug 27 15:43:27 2014

=============================

Slots: 300, Used: 1, Max: 0

+------+--------------+----------+-------------+

|   id | owner        |   pid    | eyecatcher  |

+------+--------------+----------+-------------+

|    0 | DISPATCHER   |       -1 | *WPCAAD000* |

NiWait: sleep (5000ms) ...

NiISelect: timeout 5000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:32 2014

NiISelect: TIMEOUT occured (5000ms)

DpHalt: shutdown server >gcecc62_ECC_00                          < (normal)

DpJ2eeDisableRestart

DpModState: buffer in state MBUF_PREPARED

NiBufSend starting

NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)

MsINiWrite: sent 110 bytes

MsIModState: change state to SHUTDOWN

DpModState: change server state from STARTING to SHUTDOWN

Switch off Shared memory profiling

ShmProtect( 57, 3 )

ShmProtect(SHM_PROFILE, SHM_PROT_RW

ShmProtect( 57, 1 )

ShmProtect(SHM_PROFILE, SHM_PROT_RD

DpWakeUpWps: wake up all wp's

Stop work processes

Stop gateway

killing process (2884) (SOFT_KILL)

Stop icman

killing process (2892) (SOFT_KILL)

Terminate gui connections

wait for end of work processes

wait for end of gateway

[DpProcDied] Process lives  (PID:2884  HANDLE:1596)

waiting for termination of gateway ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:33 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process died  (PID:2884  HANDLE:1596)

wait for end of icman

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:34 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:35 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:36 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:37 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:38 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:39 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:40 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:41 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:42 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:43 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:44 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process died  (PID:2892  HANDLE:1600)

DpStartStopMsg: send stop message (myname is >gcecc62_ECC_00                          <)

NiIMyHostName: hostname = 'gcecc62'

AdGetSelfIdentRecord: >                                                                           <

AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0

AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0

DpConvertRequest: net size = 189 bytes

NiBufSend starting

NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)

MsINiWrite: sent 562 bytes

send msg (len 110+452) to name                    -, type 4, key -

DpStartStopMsg: stop msg sent

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 recv would block (errno=EAGAIN)

NiIRead: read for hdl 2 timed out (0ms)

DpHalt: no more messages from the message server

DpHalt: send keepalive to synchronize with the message server

NiBufSend starting

NiIWrite: hdl 2 sent data (wrt=114,pac=1,MESG_IO)

MsINiWrite: sent 114 bytes

send msg (len 110+4) to name           MSG_SERVER, type 0, key -

MsSndName: MS_NOOP ok

Send 4 bytes to MSG_SERVER

NiIRead: hdl 2 recv would block (errno=EAGAIN)

NiIPeek: peek successful for hdl 2 (r)

NiIRead: hdl 2 received data (rcd=114,pac=1,MESG_IO)

NiBufIIn: NIBUF len=114

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 114 bytes

MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -

Received 4 bytes from MSG_SERVER                             

Received opcode MS_NOOP from msg_server, reply MSOP_OK

MsOpReceive: ok

MsSendKeepalive : keepalive sent to message server

NiIRead: hdl 2 recv would block (errno=EAGAIN)

Wed Aug 27 21:13:45 2014

NiIPeek: peek for hdl 2 timed out (r; 1000ms)

NiIRead: read for hdl 2 timed out (1000ms)

DpHalt: no more messages from the message server

DpHalt: sync with message server o.k.

detach from message server

***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   11899]

NiBufSend starting

NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)

MsINiWrite: sent 110 bytes

MsIDetach: send logout to msg_server

MsIDetach: call exit function

DpMsShutdownHook called

NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0

SiSelNSet: set events of sock 1536 to: ---

NiBufISelRemove: remove hdl 2 from set0

SiSelNRemove: removed sock 1536 (pos=2)

SiSelNRemove: removed sock 1536

NiSelIRemove: removed hdl 2

MBUF state OFF

AdGetSelfIdentRecord: >                                                                           <

AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/13

LOCK WP ca_blk 1

make DISP owner of wp_ca_blk 1

DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)

MBUF component DOWN

NiICloseHandle: shutdown and close hdl 2 / sock 1536

NiBufIClose: clear extension for hdl 2

MsIDetach: detach MS-system

cleanup EM

EsCleanup ....

EmCleanup() -> 0

Es2Cleanup: Cleanup ES2

***LOG Q05=> DpHalt, DPStop ( 2528) [dpxxdisp.c   10259]

---------------------------------------------------

trc file: "dev_disp", trc level: 1, release: "700"

---------------------------------------------------

sysno      00

sid        ECC

systemid   560 (PC with Windows NT)

relno      7000

patchlevel 0

patchno    75

intno      20050900

make:      multithreaded, Unicode, optimized

pid        2528

Wed Aug 27 21:12:30 2014

kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)

length of sys_adm_ext is 572 bytes

*** SWITCH TRC-HIDE on ***

***LOG Q00=> DpSapEnvInit, DPStart (00 2528) [dpxxdisp.c   1237]

  shared lib "dw_xml.dll" version 75 successfully loaded

  shared lib "dw_xtc.dll" version 75 successfully loaded

  shared lib "dw_stl.dll" version 75 successfully loaded

  shared lib "dw_gui.dll" version 75 successfully loaded

  shared lib "dw_mdm.dll" version 75 successfully loaded

rdisp/softcancel_sequence :  -> 0,5,-1

use internal message server connection to port 3900

Wed Aug 27 21:12:35 2014

*** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds

***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5273]

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

DpSysAdmExtInit: VMC (JAVA VM in WP) is not active

DpIPCInit2: start server >gcecc62_ECC_00                          <

DpShMCreate: sizeof(wp_adm) 18304 (1408)

DpShMCreate: sizeof(tm_adm) 3994272 (19872)

DpShMCreate: sizeof(wp_ca_adm) 24000 (80)

DpShMCreate: sizeof(appc_ca_adm) 8000 (80)

DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064

DpShMCreate: sizeof(comm_adm) 528064 (1048)

DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0

DpShMCreate: sizeof(file_adm) 0 (72)

DpShMCreate: sizeof(vmc_adm) 0 (1440)

DpShMCreate: sizeof(wall_adm) (38456/34360/64/184)

DpShMCreate: sizeof(gw_adm) 48

DpShMCreate: SHM_DP_ADM_KEY (addr: 05D30040, size: 4653368)

DpShMCreate: allocated sys_adm at 05D30040

DpShMCreate: allocated wp_adm at 05D31E40

DpShMCreate: allocated tm_adm_list at 05D365C0

DpShMCreate: allocated tm_adm at 05D365F0

DpShMCreate: allocated wp_ca_adm at 06105890

DpShMCreate: allocated appc_ca_adm at 0610B650

DpShMCreate: allocated comm_adm at 0610D590

DpShMCreate: system runs without file table

DpShMCreate: allocated vmc_adm_list at 0618E450

DpShMCreate: allocated gw_adm at 0618E490

DpShMCreate: system runs without vmc_adm

DpShMCreate: allocated ca_info at 0618E4C0

DpShMCreate: allocated wall_adm at 0618E4C8

MBUF state OFF

DpCommInitTable: init table for 500 entries

EmInit: MmSetImplementation( 2 ).

MM global diagnostic options set: 0

Wed Aug 27 21:12:36 2014

<ES> client 0 initializing ....

<ES> InitFreeList

<ES> block size is 1024 kByte.

Using implementation flat

<EsNT> Memory Reset disabled as NT default

<ES> 511 blocks reserved for free list.

ES initialized.

rdisp/http_min_wait_dia_wp : 1 -> 1

***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1623]

***LOG Q0K=> DpMsAttach, mscon ( gcecc62) [dpxxdisp.c   11586]

DpStartStopMsg: send start message (myname is >gcecc62_ECC_00                          <)

DpStartStopMsg: start msg sent

Wed Aug 27 21:12:37 2014

CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

CCMS: Initalizing shared memory of size 60000000 for monitoring segment.

Wed Aug 27 21:12:38 2014

CCMS: start to initalize 3.X shared alert area (first segment).

DpMsgAdmin: Set release to 7000, patchlevel 0

MBUF state PREPARED

MBUF component UP

DpMBufHwIdSet: set Hardware-ID

***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]

DpMsgAdmin: Set patchno for this platform to 75

Release check o.K.

Wed Aug 27 21:13:17 2014

*** ERROR => W0 (pid 2900) died [dpxxdisp.c   14241]

*** ERROR => W1 (pid 1548) died [dpxxdisp.c   14241]

*** ERROR => W2 (pid 2908) died [dpxxdisp.c   14241]

*** ERROR => W3 (pid 2920) died [dpxxdisp.c   14241]

*** ERROR => W4 (pid 2924) died [dpxxdisp.c   14241]

*** ERROR => W5 (pid 1944) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xbf --> 0xbe

*** ERROR => W6 (pid 2936) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xbe --> 0xbc

*** ERROR => W7 (pid 2944) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xbc --> 0xb8

*** ERROR => W8 (pid 2952) died [dpxxdisp.c   14241]

*** ERROR => W9 (pid 2960) died [dpxxdisp.c   14241]

*** ERROR => W10 (pid 2968) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xb8 --> 0xb0

*** ERROR => W11 (pid 2972) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xb0 --> 0xa0

*** ERROR => W12 (pid 2980) died [dpxxdisp.c   14241]

my types changed after wp death/restart 0xa0 --> 0x80

*** DP_FATAL_ERROR => DpWPCheck: no more work processes

*** DISPATCHER EMERGENCY SHUTDOWN ***

increase tracelevel of WPs

NiWait: sleep (10000ms) ...

NiISelect: timeout 10000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:27 2014

NiISelect: TIMEOUT occured (10000ms)

dump system status

Workprocess Table (long) Wed Aug 27 15:43:27 2014

========================

No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table

-----------------------------------------------------------------------------------------------------------------------

0 DIA     2900 Ended         no      1   0             0                                                             

1 DIA     1548 Ended         no      1   0             0                                                             

2 DIA     2908 Ended         no      1   0             0                                                             

3 DIA     2920 Ended         no      1   0             0                                                             

4 DIA     2924 Ended         no      1   0             0                                                             

5 DIA     1944 Ended         no      1   0             0                                                             

6 UPD     2936 Ended         no      1   0             0                                                             

7 ENQ     2944 Ended         no      1   0             0                                                             

8 BTC     2952 Ended         no      1   0             0                                                             

9 BTC     2960 Ended         no      1   0             0                                                             

10 BTC     2968 Ended         no      1   0             0                                                             

11 SPO     2972 Ended         no      1   0             0                                                             

12 UP2     2980 Ended         no      1   0             0                                                             

Dispatcher Queue Statistics Wed Aug 27 15:43:27 2014

===========================

+------+--------+--------+--------+--------+--------+

|  Typ |    now |   high |    max | writes |  reads |

+------+--------+--------+--------+--------+--------+

| NOWP |      0 |      2 |   2000 |      5 |      5 |

+------+--------+--------+--------+--------+--------+

|  DIA |      5 |      5 |   2000 |      5 |      0 |

+------+--------+--------+--------+--------+--------+

|  UPD |      0 |      0 |   2000 |      0 |      0 |

+------+--------+--------+--------+--------+--------+

|  ENQ |      0 |      0 |   2000 |      0 |      0 |

+------+--------+--------+--------+--------+--------+

|  BTC |      0 |      0 |   2000 |      0 |      0 |

+------+--------+--------+--------+--------+--------+

|  SPO |      0 |      0 |   2000 |      0 |      0 |

+------+--------+--------+--------+--------+--------+

|  UP2 |      0 |      0 |   2000 |      0 |      0 |

+------+--------+--------+--------+--------+--------+

max_rq_id 12

wake_evt_udp_now 0

wake events       total     8,  udp     6 ( 75%),  shm     2 ( 25%)

since last update total     8,  udp     6 ( 75%),  shm     2 ( 25%)

Dump of tm_adm structure: Wed Aug 27 15:43:27 2014

=========================

Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)

Workprocess Comm. Area Blocks Wed Aug 27 15:43:27 2014

=============================

Slots: 300, Used: 1, Max: 0

+------+--------------+----------+-------------+

|   id | owner        |   pid    | eyecatcher  |

+------+--------------+----------+-------------+

|    0 | DISPATCHER   |       -1 | *WPCAAD000* |

NiWait: sleep (5000ms) ...

NiISelect: timeout 5000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:32 2014

NiISelect: TIMEOUT occured (5000ms)

DpHalt: shutdown server >gcecc62_ECC_00                          < (normal)

DpJ2eeDisableRestart

DpModState: buffer in state MBUF_PREPARED

NiBufSend starting

NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)

MsINiWrite: sent 110 bytes

MsIModState: change state to SHUTDOWN

DpModState: change server state from STARTING to SHUTDOWN

Switch off Shared memory profiling

ShmProtect( 57, 3 )

ShmProtect(SHM_PROFILE, SHM_PROT_RW

ShmProtect( 57, 1 )

ShmProtect(SHM_PROFILE, SHM_PROT_RD

DpWakeUpWps: wake up all wp's

Stop work processes

Stop gateway

killing process (2884) (SOFT_KILL)

Stop icman

killing process (2892) (SOFT_KILL)

Terminate gui connections

wait for end of work processes

wait for end of gateway

[DpProcDied] Process lives  (PID:2884  HANDLE:1596)

waiting for termination of gateway ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:33 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process died  (PID:2884  HANDLE:1596)

wait for end of icman

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:34 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:35 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:36 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:37 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:38 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:39 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:40 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:41 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:42 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:43 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:2892  HANDLE:1600)

waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1625

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Wed Aug 27 21:13:44 2014

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process died  (PID:2892  HANDLE:1600)

DpStartStopMsg: send stop message (myname is >gcecc62_ECC_00                          <)

NiIMyHostName: hostname = 'gcecc62'

AdGetSelfIdentRecord: >                                                                           <

AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0

AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0

DpConvertRequest: net size = 189 bytes

NiBufSend starting

NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)

MsINiWrite: sent 562 bytes

send msg (len 110+452) to name                    -, type 4, key -

DpStartStopMsg: stop msg sent

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 274 bytes

MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 2 recv would block (errno=EAGAIN)

NiIRead: read for hdl 2 timed out (0ms)

DpHalt: no more messages from the message server

DpHalt: send keepalive to synchronize with the message server

NiBufSend starting

NiIWrite: hdl 2 sent data (wrt=114,pac=1,MESG_IO)

MsINiWrite: sent 114 bytes

send msg (len 110+4) to name           MSG_SERVER, type 0, key -

MsSndName: MS_NOOP ok

Send 4 bytes to MSG_SERVER

NiIRead: hdl 2 recv would block (errno=EAGAIN)

NiIPeek: peek successful for hdl 2 (r)

NiIRead: hdl 2 received data (rcd=114,pac=1,MESG_IO)

NiBufIIn: NIBUF len=114

NiBufIIn: packet complete for hdl 2

NiBufReceive starting

MsINiRead: received 114 bytes

MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -

Received 4 bytes from MSG_SERVER                             

Received opcode MS_NOOP from msg_server, reply MSOP_OK

MsOpReceive: ok

MsSendKeepalive : keepalive sent to message server

NiIRead: hdl 2 recv would block (errno=EAGAIN)

Wed Aug 27 21:13:45 2014

NiIPeek: peek for hdl 2 timed out (r; 1000ms)

NiIRead: read for hdl 2 timed out (1000ms)

DpHalt: no more messages from the message server

DpHalt: sync with message server o.k.

detach from message server

***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   11899]

NiBufSend starting

NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)

MsINiWrite: sent 110 bytes

MsIDetach: send logout to msg_server

MsIDetach: call exit function

DpMsShutdownHook called

NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0

SiSelNSet: set events of sock 1536 to: ---

NiBufISelRemove: remove hdl 2 from set0

SiSelNRemove: removed sock 1536 (pos=2)

SiSelNRemove: removed sock 1536

NiSelIRemove: removed hdl 2

MBUF state OFF

AdGetSelfIdentRecord: >                                                                           <

AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/13

LOCK WP ca_blk 1

make DISP owner of wp_ca_blk 1

DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)

MBUF component DOWN

NiICloseHandle: shutdown and close hdl 2 / sock 1536

NiBufIClose: clear extension for hdl 2

MsIDetach: detach MS-system

cleanup EM

EsCleanup ....

EmCleanup() -> 0

Es2Cleanup: Cleanup ES2

***LOG Q05=> DpHalt, DPStop ( 2528) [dpxxdisp.c   10259]

Good Bye .....

---------------------------------------------------

trc file: "dev_ms", trc level: 1, release: "700"

---------------------------------------------------

[Thr 2524] Wed Aug 27 21:12:28 2014

[Thr 2524] MsSSetTrcLog: trc logging active, max size = 20971520 bytes

systemid   560 (PC with Windows NT)

relno      7000

patchlevel 0

patchno    73

intno      20050900

make:      multithreaded, Unicode, optimized

pid        2516

[Thr 2524] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2516) [msxxserv.c   1824]

[Thr 2524] Wed Aug 27 21:12:29 2014

[Thr 2524] load acl file = D:\usr\sap\ECC\SYS\global\ms_acl_info.DAT

[Thr 2524] MsGetOwnIpAddr: my host addresses are :

[Thr 2524]   1 : [192.168.10.1] gcecc62 (HOSTNAME)

[Thr 2524]   2 : [127.0.0.1] gcecc62 (LOCALHOST)

[Thr 2524]   3 : [192.168.10.11] gcecc62 (NILIST)

[Thr 2524] MsHttpInit: full qualified hostname = gcecc62

[Thr 2524] HTTP logging is switch off

[Thr 2524] set HTTP state to LISTEN

[Thr 2524] ms/icf_info_server : deleted

[Thr 2524] *** I listen to port sapmsECC (3600) ***

[Thr 2524] *** I listen to internal port 3900 (3900) ***

[Thr 2524] *** HTTP port 8100 state LISTEN ***

[Thr 2524] CUSTOMER KEY: >Z0250905160<

[Thr 2524] Wed Aug 27 21:13:44 2014

[Thr 2524] *** ERROR => MsSClientHandle: no server provides service ENQ  (4), requested from gcecc62_ECC_00 [msxxserv.c   4679]

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Zohaib,

Check you oraarch is not full.

Refer: 655240 - Composite SAP note: ORA-01033 on how to troubleshoot this.

Also, make sure your database is started.

Regards,

Divyanshu

former_member188883
Active Contributor
0 Kudos

Hi Zohaib,

Please check the following

1) SAP application can connect to database using R3trans -d

2) Is your message sever running in SAPMMC.

3) Share how much RAM exists on the server.

Regards,

Deepak Kori

Sriram2009
Active Contributor
0 Kudos

Hi Zohaib

1. Just do the full restart and then check the system status green or yellow.

2. Your SAP System kernel level are low try to upgrade the kernel & DBSL patch on NW7.00

BR

SS