cancel
Showing results for 
Search instead for 
Did you mean: 

SAPmmc not stating profile changed

Former Member
0 Kudos

I have installed ECC 6 IDES on Windows 2003 server and oracle data base.

I have problem in starting mmc. All three process strdbs.cmd, msg_server.exe and disp+work.exe in red with status could not be start.

This had happened after modifying original profile under RZ10. How to restore it as I am not able to start MMC? The profiles I modified are DEFAULT.PFL, IDS_DVEBMGS00_SAPSERVER and START_DVEBMGS00_SAPSERVER

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Reinstalled

Former Member
0 Kudos

Hello,

Once I had a problem like this. After analyzing all log I could not find the real reason. So before creating an OSS-call. I updated the SAP kernel, and finally this was the solution. I still do'nt now what the real reason was of this problem.

Depending on you're landscape it could be worth trying it.

Succes Rik

Former Member
0 Kudos

Hi

Try this :

1) Edit the profile at the operating system level and manually change it back to the way it was. Then, restart the instance and correct the problem via RZ10.

2) Copy the instance profile from a working system into the affected system.

Regards

Jhony

Former Member
0 Kudos

I updated profile after that I restarted server. When I started mmc...disp+work.exe is not starting up. Rest of two processes msg_server.exe and igswd.exe is running with green. And over all sapserver 0 is yellow.

I have posted start and default profile and dev_disp, dev_w0 also Developer trace for disp+work.exe in above post.

Developer trace for disp+work.exe is not updating everytime I start instence.

Thanks

Edited by: Prinesh Patel on Jan 10, 2008 6:57 AM

former_member433984
Active Contributor
0 Kudos

it is not completey clear from your traces - the system was running Mon Jan 07 20:07:44 2008 till you stopped it on Tue Jan 08 14:11:50 2008 (caught signal 2),

now the traces do not reflect last changes.

please do following:

1) stop the system in MMC, start it

2) watch the status of SAP processes - message server, dispatcher etc, report it here

3) go to work directory, sort the file on latest modified and post sapstartsrv.log, stderrX, dev_ms, dev_disp, dev_w0 here. If any of dev_ms, dev_disp, dev_w0 are older date - do not need to post them.

Former Member
0 Kudos

Hi,

look under \usr\sap\SID\sys\profile

you can found profile with extension .bak

restore this profile by removing .bak extension at os level

regards,

kaushal

Former Member
0 Kudos

I tried to restore it by deleting .bak extension. But still same problem.

Is there particular log we can analyze to check what exactly problem in starting MMC processes?

Thanks

Former Member
0 Kudos

Hi,

provide your start and default profile

regards,

kaushal

Former Member
0 Kudos

After removing .bak and restarting system i was able to start mmc. But disp+work.exe is still on stoped status and not stating up. And over all server_0 is in yellow status. Here is DEFAULT and Start profile.

#.******************************************************************************************************************************

#.* *

#.* Default profile DEFAULT *

#.* *

#.* Version = 000005 *

#.* Generated by user = *

#.* Generated on = 08.01.2008 , 13:25:47 *

#.* *

#.******************************************************************************************************************************

#old_value: ID3 changed: PPATEL 08.01.2008 13:24:35

SAPSYSTEMNAME = IDS

#old_value: id3tdc00 changed: PPATEL 08.01.2008 13:24:35

SAPLOCALHOST = sapserver

#old_value: id3tdc00 changed: PPATEL 08.01.2008 13:24:35

rdisp/mshost = sapserver

rdisp/accept_remote_trace_level = 0

#old_value: id3tdc00 changed: PPATEL 08.01.2008 13:24:35

rdisp/sna_gateway = sapserver

rdisp/sna_gw_service = sapgw50

#old_value: 37 changed: PPATEL 08.01.2008 13:25:21

rslg/collect_daemon/listen_port = 1400

#old_value: 13 changed: PPATEL 08.01.2008 13:25:21

rslg/collect_daemon/talk_port = 1500

rdisp/bufrefmode = sendoff,exeauto

ms/server_port_0 = PROT=HTTP, PORT=8150

#old_value:
id3tdc00\sapmnt\trans_ID3 changed: PPATEL 08.01.2008 13:24:35

#old_value:
sapserver\sapmnt\trans_ID3 changed: PPATEL 08.01.2008 13:25:21

DIR_TRANS =
sapserver\sapmnt\trans_IDS

  1. *** UPGRADE EXTENSIONS (RELEASE "700") ***

Start profile.....

#old_value: id3tdc00 changed: PPATEL 08.01.2008 13:24:35

SAPDBHOST = sapserver

dbms/type = mss

#old_value: id3tdc00 changed: PPATEL 08.01.2008 13:24:35

dbs/mss/server = sapserver

#old_value: ID3 changed: PPATEL 08.01.2008 13:24:35

dbs/mss/dbname = IDS

#old_value: id3 changed: PPATEL 08.01.2008 13:24:35

dbs/mss/schema = ids

SAPSYSTEMNAME = IDS

SAPGLOBALHOST = SAPSERVER

SAPSYSTEM = 00

INSTANCE_NAME = DVEBMGS00

DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTI386

DIR_EXECUTABLE = $(DIR_INSTANCE)\exe

DIR_PROFILE = $(DIR_INSTALL)\profile

PF = $(DIRPROFILE)\IDS_DVEBMGS00_SAPSERVER

#----


  1. Copy SAP Executables

#----


Start_Program_00 = immediate $(DIR_CT_RUN)\sapcpe$(FT_EXE) pf=$(_PF)

#----


  1. Start ABAP database

#----


DB = $(DIRCT_RUN)\strdbs.cmd

Start_Program_01 = immediate $(_DB) IDS

#----


  1. Start SAP messaging service

#----


MS = $(DIREXECUTABLE)\msg_server$(FT_EXE)

Start_Program_02 = local $(_MS) pf=$(_PF)

#----


  1. Start application server

#----


DW = $(DIREXECUTABLE)\disp+work$(FT_EXE)

Start_Program_03 = local $(_DW) pf=$(_PF)

#----


  1. Start internet graphics server

#----


IG = $(DIREXECUTABLE)\igswd$(FT_EXE)

Start_Program_04 = local $(_IG) -mode=profile pf=$(_PF)

Former Member
0 Kudos

Hi,

during installation which SID and host name you provide ?

are you used SID: ID3 and host name : id3tdc00 while installation?

and also provide your database SID and owner of the database

regards,

kaushal

Former Member
0 Kudos

SID = IDS

HOST Name = SAPSERVER

DBSID = IDS

As I mentioned rightnow disp+work.exe is not starting up. Rest of two processes msg_server.exe and igswd.exe is running with green. And over all sapserver 0 is yellow.

Thanks

Prinesh

Former Member
0 Kudos

Hi,

provide following log

\usr\sap\SID\DVEBMGS00\work

dev_disp

dev_w0

regards,

kaushal

Former Member
0 Kudos

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

-


sysno 00

sid IDS

systemid 560 (PC with Windows NT)

relno 7000

patchlevel 0

patchno 111

intno 20050900

make: multithreaded, Unicode, optimized

pid 3208

Mon Jan 07 20:06:43 2008

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

length of sys_adm_ext is 576 bytes

      • SWITCH TRC-HIDE on ***

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

shared lib "dw_xml.dll" version 111 successfully loaded

shared lib "dw_xtc.dll" version 111 successfully loaded

shared lib "dw_stl.dll" version 111 successfully loaded

shared lib "dw_gui.dll" version 111 successfully loaded

shared lib "dw_mdm.dll" version 111 successfully loaded

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

use internal message server connection to port 3900

Mon Jan 07 20:06:55 2008

      • WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0173.qqq.nxst) took 12 seconds

Mon Jan 07 20:07:00 2008

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

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

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

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

DpIPCInit2: start server >SAPSERVER_IDS_00 <

DpShMCreate: sizeof(wp_adm) 18672 (1436)

DpShMCreate: sizeof(tm_adm) 4232256 (21056)

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)

DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0

DpShMCreate: sizeof(slock_adm) 0 (96)

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

DpShMCreate: sizeof(file_adm) 0 (72)

DpShMCreate: sizeof(vmc_adm) 0 (1536)

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

DpShMCreate: sizeof(gw_adm) 48

DpShMCreate: SHM_DP_ADM_KEY (addr: 06810040, size: 4892312)

DpShMCreate: allocated sys_adm at 06810040

DpShMCreate: allocated wp_adm at 06812090

DpShMCreate: allocated tm_adm_list at 06816980

DpShMCreate: allocated tm_adm at 068169B0

DpShMCreate: allocated wp_ca_adm at 06C1FDF0

DpShMCreate: allocated appc_ca_adm at 06C25BB0

DpShMCreate: allocated comm_adm at 06C27AF0

DpShMCreate: system runs without slock table

DpShMCreate: system runs without file table

DpShMCreate: allocated vmc_adm_list at 06CA89B0

DpShMCreate: allocated gw_adm at 06CA89F0

DpShMCreate: system runs without vmc_adm

DpShMCreate: allocated ca_info at 06CA8A20

DpShMCreate: allocated wall_adm at 06CA8A28

MBUF state OFF

DpCommInitTable: init table for 500 entries

EmInit: MmSetImplementation( 2 ).

MM global diagnostic options set: 0

<ES> client 0 initializing ....

<ES> InitFreeList

<ES> block size is 1024 kByte.

Using implementation view

<EsNT> Using memory model view.

<EsNT> Memory Reset disabled as NT default

<ES> 511 blocks reserved for free list.

ES initialized.

J2EE server info

start = TRUE

state = STARTED

pid = 3308

argv[0] = F:\usr\sap\IDS\DVEBMGS00\exe\jcontrol.EXE

argv[1] = F:\usr\sap\IDS\DVEBMGS00\exe\jcontrol.EXE

argv[2] = pf=F:\usr\sap\IDS\SYS\profile\IDS_DVEBMGS00_SAPSERVER

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=1668

argv[5] = -DSAPSYSTEM=00

argv[6] = -DSAPSYSTEMNAME=IDS

argv[7] = -DSAPMYNAME=SAPSERVER_IDS_00

argv[8] = -DSAPPROFILE=F:\usr\sap\IDS\SYS\profile\IDS_DVEBMGS00_SAPSERVER

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

Mon Jan 07 20:07:01 2008

rdisp/http_min_wait_dia_wp : 1 -> 1

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

***LOG Q0K=> DpMsAttach, mscon ( SAPSERVER) [dpxxdisp.c 11753]

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

DpStartStopMsg: start msg sent

CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

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

Mon Jan 07 20:07:02 2008

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

DpJ2eeLogin: j2ee state = CONNECTED

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 111

Release check o.K.

Mon Jan 07 20:07:43 2008

MBUF state ACTIVE

Mon Jan 07 20:07:44 2008

DpModState: change server state from STARTING to ACTIVE

Mon Jan 07 20:08:06 2008

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Mon Jan 07 20:09:14 2008

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Mon Jan 07 20:10:48 2008

J2EE server info

start = TRUE

state = ACTIVE

pid = 3308

http = 50000

https = 50001

load balance = 1

start_lazy = 0

start_control = SAP J2EE startup framework

Tue Jan 08 14:11:50 2008

DpSigInt: caught signal 2

DpHalt: shutdown server >SAPSERVER_IDS_00 < (normal)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3308)

DpIJ2eeShutdown: j2ee state = SHUTDOWN

DpModState: change server state from ACTIVE to SHUTDOWN

Stop work processes

Tue Jan 08 14:11:51 2008

Stop gateway

Stop icman

Terminate gui connections

wait for end of work processes

waiting for termination of work processes ...

Tue Jan 08 14:11:52 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:53 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:54 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:55 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:56 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:57 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:58 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:59 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:00 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:01 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:02 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:03 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:04 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:05 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:06 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:07 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:08 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:09 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:10 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:11 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:12 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:13 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:14 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:15 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:16 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:17 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:18 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:19 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:20 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:21 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:22 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:23 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:24 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:25 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:26 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:27 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:28 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:29 2008

wait for end of gateway

wait for end of icman

DpHalt: disconnect j2ee listener

DpHalt: wait for end of j2ee server

waiting for termination of J2EE server ...

Tue Jan 08 14:12:30 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:31 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:32 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:33 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:34 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:35 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:36 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:37 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:38 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:39 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:40 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:41 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:42 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:43 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:44 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:45 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:46 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:47 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:48 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:49 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:50 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:51 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:52 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:53 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:54 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:55 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:56 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:57 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:58 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:59 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:00 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:01 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:02 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:03 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:04 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:05 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:06 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:07 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:08 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:09 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:10 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:11 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:12 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:13 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:14 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:15 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:16 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:17 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:18 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:19 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:20 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:21 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:22 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:23 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:24 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:25 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:26 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:27 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:28 2008

      • ERROR => DpHalt: J2EE (pid 3308) still alive ... [dpxxdisp.c 10223]

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3308)

DpIJ2eeShutdown: j2ee state = SHUTDOWN

waiting for termination of J2EE server ...

Tue Jan 08 14:13:29 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:30 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:31 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:32 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:33 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:34 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:35 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:36 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:37 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:38 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:39 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:40 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:41 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:42 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:43 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:44 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:45 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:46 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:47 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:48 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:49 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:50 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:51 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:52 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:53 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:54 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:55 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:56 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:57 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:58 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:59 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:00 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:01 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:02 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:03 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:04 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:05 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:06 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:07 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:08 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:09 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:10 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:11 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:12 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:13 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:14 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:15 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:16 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:17 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:18 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:19 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:20 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:21 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:22 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:23 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:24 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:25 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:26 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:27 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:28 2008

      • ERROR => DpHalt: J2EE (pid 3308) still alive [dpxxdisp.c 10255]

DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN

DpJ2eeEmergencyShutdown: try to kill SAP J2EE startup framework (pid=3308)

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:29 2008

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

DpStartStopMsg: stop msg sent

Tue Jan 08 14:14:30 2008

DpHalt: sync with message server o.k.

detach from message server

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

Tue Jan 08 14:14:31 2008

MBUF state OFF

MBUF component DOWN

cleanup EM

***LOG Q05=> DpHalt, DPStop ( 3208) [dpxxdisp.c 10371]

-


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

-


*

  • ACTIVE TRACE LEVEL 1

  • ACTIVE TRACE COMPONENTS all, MJ

*

B

B Mon Jan 07 20:07:01 2008

B create_con (con_name=R/3)

B Loading DB library 'F:\usr\sap\IDS\DVEBMGS00\exe\dboraslib.dll' ...

B Library 'F:\usr\sap\IDS\DVEBMGS00\exe\dboraslib.dll' loaded

B Version of 'F:\usr\sap\IDS\DVEBMGS00\exe\dboraslib.dll' is "700.08", patchlevel (0.107)

B New connection 0 created

M sysno 00

M sid IDS

M systemid 560 (PC with Windows NT)

M relno 7000

M patchlevel 0

M patchno 111

M intno 20050900

M make: multithreaded, Unicode, optimized

M pid 2468

M

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

M length of sys_adm_ext is 576 bytes

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

I MtxInit: 30000 0 0

M DpSysAdmExtCreate: ABAP is active

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

M DpShMCreate: sizeof(wp_adm) 18672 (1436)

M DpShMCreate: sizeof(tm_adm) 4232256 (21056)

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 DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0

M DpShMCreate: sizeof(slock_adm) 0 (96)

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

M DpShMCreate: sizeof(file_adm) 0 (72)

M DpShMCreate: sizeof(vmc_adm) 0 (1536)

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

M DpShMCreate: sizeof(gw_adm) 48

M DpShMCreate: SHM_DP_ADM_KEY (addr: 06810040, size: 4892312)

M DpShMCreate: allocated sys_adm at 06810040

M DpShMCreate: allocated wp_adm at 06812090

M DpShMCreate: allocated tm_adm_list at 06816980

M DpShMCreate: allocated tm_adm at 068169B0

M DpShMCreate: allocated wp_ca_adm at 06C1FDF0

M DpShMCreate: allocated appc_ca_adm at 06C25BB0

M DpShMCreate: allocated comm_adm at 06C27AF0

M DpShMCreate: system runs without slock table

M DpShMCreate: system runs without file table

M DpShMCreate: allocated vmc_adm_list at 06CA89B0

M DpShMCreate: allocated gw_adm at 06CA89F0

M DpShMCreate: system runs without vmc_adm

M DpShMCreate: allocated ca_info at 06CA8A20

M DpShMCreate: allocated wall_adm at 06CA8A28

X EmInit: MmSetImplementation( 2 ).

X MM global diagnostic options set: 0

X <ES> client 0 initializing ....

X Using implementation view

X <EsNT> Using memory model view.

M <EsNT> Memory Reset disabled as NT default

X ES initialized.

M ThInit: running on host SAPSERVER

M

M Mon Jan 07 20:07:02 2008

M calling db_connect ...

C Prepending F:\usr\sap\IDS\DVEBMGS00\exe to Path.

C

C Mon Jan 07 20:07:03 2008

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 /@IDS on connection 0 (nls_hdl 0) ... (dbsl 700 250407)

C Nls CharacterSet NationalCharSet C EnvHp ErrHp ErrHpBatch

C 0 UTF8 1 06DF1C18 06DF71B4 06DF6A3C

C Attaching to DB Server IDS (con_hdl=0,svchp=06DF6988,srvhp=06E08574)

C

C Mon Jan 07 20:07:04 2008

C Starting user session (con_hdl=0,svchp=06DF6988,srvhp=06E08574,usrhp=06E50A38)

C Now '/@IDS' is connected (con_hdl 0, nls_hdl 0).

C Got SAPSR3's password from OPS$-user

C Disconnecting from connection 0 ...

C Closing user session (con_hdl=0,svchp=06DF6988,usrhp=06E50A38)

C Now I'm disconnected from ORACLE

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

C Nls CharacterSet NationalCharSet C EnvHp ErrHp ErrHpBatch

C 0 UTF8 1 06DF1C18 06DF71B4 06DF6A3C

C Starting user session (con_hdl=0,svchp=06DF6988,srvhp=06E08574,usrhp=06E50A38)

C Now 'SAPSR3/<pwd>@IDS' is connected (con_hdl 0, nls_hdl 0).

C Database NLS settings: AMERICAN_AMERICA.UTF8

C DB instance IDS is running on SAPSERVER with ORACLE version 10.2.0.1.0 since JAN 07, 2008, 20:06:18

B Connection 0 opened (DBSL handle 0)

B Wp Hdl ConName ConId ConState TX PRM RCT TIM MAX OPT Date Time DBHost

B 000 000 R/3 000000000 ACTIVE NO YES NO 000 255 255 20080107 200702 SAPSERVER

M db_connect o.k.

M ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

I

I Mon Jan 07 20:07:37 2008

I MtxInit: 0 0 0

M SHM_PRES_BUF (addr: 0B4E0040, size: 4400000)

M SHM_ROLL_AREA (addr: 788A0040, size: 61440000)

M SHM_PAGING_AREA (addr: 0B920040, size: 32768000)

M SHM_ROLL_ADM (addr: 0D870040, size: 615040)

M SHM_PAGING_ADM (addr: 0D910040, size: 525344)

M ThCreateNoBuffer allocated 544152 bytes for 1000 entries at 0D9A0040

M ThCreateNoBuffer index size: 3000 elems

M ThCreateVBAdm allocated 12160 bytes (50 server) at 06FC0040

X EmInit: MmSetImplementation( 2 ).

X MM global diagnostic options set: 0

X <ES> client 0 initializing ....

X Using implementation view

X ES initialized.

B db_con_shm_ini: WP_ID = 0, WP_CNT = 13, CON_ID = -1

B dbtbxbuf: Buffer TABL (addr: 135300C8, size: 30000000, end: 151CC448)

B dbtbxbuf: Buffer TABLP (addr: 151D00C8, size: 10240000, end: 15B940C8)

B dbexpbuf: Buffer EIBUF (addr: 15BA00D0, size: 4194304, end: 15FA00D0)

B dbexpbuf: Buffer ESM (addr: 15FB00D0, size: 4194304, end: 163B00D0)

B dbexpbuf: Buffer CUA (addr: 163C00D0, size: 3072000, end: 166AE0D0)

B dbexpbuf: Buffer OTR (addr: 166B00D0, size: 4194304, end: 16AB00D0)

M CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

S

S Mon Jan 07 20:07:38 2008

S *** init spool environment

S initialize debug system

T Stack direction is downwards.

T debug control: prepare exclude for printer trace

T new memory block 1BE7B4F0

S spool kernel/ddic check: Ok

S using table TSP02FX for frontend printing

S 1 spool work process(es) found

S frontend print via spool service enabled

S printer list size is 150

S printer type list size is 50

S queue size (profile) = 300

S hostspool list size = 3000

S option list size is 30

S found processing queue enabled

S found spool memory service RSPO-RCLOCKS at 201200A8

S doing lock recovery

S setting server cache root

S found spool memory service RSPO-SERVERCACHE at 20120430

S using messages for server info

S size of spec char cache entry: 297028 bytes (timeout 100 sec)

S size of open spool request entry: 2236 bytes

S immediate print option for implicitely closed spool requests is disabled

A

A Mon Jan 07 20:07:39 2008

A

A -PXA--


A PXA INITIALIZATION

A System page size: 4kb, total admin_size: 5132kb, dir_size: 5076kb.

A Attached to PXA (address 488A0040, size 150000K)

A abap/pxa = shared protect gen_remote

A PXA INITIALIZATION FINISHED

A -PXA--


A

A

A Mon Jan 07 20:07:40 2008

A ABAP ShmAdm attached (addr=6C874000 leng=20955136 end=6DC70000)

A >> Shm MMADM area (addr=6CCE9E58 leng=126176 end=6CD08B38)

A >> Shm MMDAT area (addr=6CD09000 leng=16150528 end=6DC70000)

A RFC Destination> destination SAPSERVER_IDS_00 host SAPSERVER system IDS systnr 0 (SAPSERVER_IDS_00)

A RFC Options> H=SAPSERVER,S=00,d=2,

A RFC FRFC> fallback activ but this is not a central instance.

A

A RFC rfc/signon_error_log = -1

A RFC rfc/dump_connection_info = 0

A RFC rfc/dump_client_info = 0

A RFC rfc/cp_convert/ignore_error = 1

A RFC rfc/cp_convert/conversion_char = 23

A RFC rfc/wan_compress/threshold = 251

A RFC rfc/recorder_pcs not set, use defaule value: 2

A RFC rfc/delta_trc_level not set, use default value: 0

A RFC rfc/no_uuid_check not set, use default value: 0

A RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0

A RFC Method> initialize RemObjDriver for ABAP Objects

M ThrCreateShObjects allocated 13730 bytes at 0FFA0040

N SsfSapSecin: putenv(SECUDIR=F:\usr\sap\IDS\DVEBMGS00\sec): ok

N

N =================================================

N === SSF INITIALIZATION:

N ===...SSF Security Toolkit name SAPSECULIB .

N ===...SSF trace level is 0 .

N ===...SSF library is F:\usr\sap\IDS\DVEBMGS00\exe\sapsecu.dll .

N ===...SSF hash algorithm is SHA1 .

N ===...SSF symmetric encryption algorithm is DES-CBC .

N

N Mon Jan 07 20:07:41 2008

N ===...sucessfully completed.

N =================================================

N

N Mon Jan 07 20:07:42 2008

N MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.

N MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.

M JrfcVmcRegisterNativesDriver o.k.

W =================================================

W === ipl_Init() called

B dbtran INFO (init_connection '<DEFAULT>' [ORACLE:700.08]):

B max_blocking_factor = 5, max_in_blocking_factor = 5,

B min_blocking_factor = 5, min_in_blocking_factor = 5,

B prefer_union_all = 0, prefer_join = 0,

B prefer_fix_blocking = 0, prefer_in_itab_opt = 1,

B convert AVG = 0, alias table FUPD = 0,

B escape_as_literal = 1, opt GE LE to BETWEEN = 0,

B select * =0x0f, character encoding = STD / <none>:-,

B use_hints = abap->1, dbif->0x1, upto->2147483647, rule_in->0,

B rule_fae->0, concat_fae->0, concat_fae_or->0

W

W Mon Jan 07 20:07:43 2008

W ITS Plugin: Path dw_gui

W ITS Plugin: Description ITS Plugin - ITS rendering DLL

W ITS Plugin: sizeof(SAP_UC) 2

W ITS Plugin: Release: 700, [7000.0.111.20050900]

W ITS Plugin: Int.version, [33]

W ITS Plugin: Feature set: [14]

W ===... Calling itsp_Init in external dll ===>

W === ipl_Init() returns 0, ITSPE_OK: OK

W =================================================

E Enqueue Info: rdisp/wp_no_enq=1, rdisp/enqname=<empty>, assume SAPSERVER_IDS_00

E Replication is disabled

E EnqCcInitialize: local lock table initialization o.k.

E EnqId_SuppressIpc: local EnqId initialization o.k.

E EnqCcInitialize: local enqueue client init o.k.

B

B Mon Jan 07 20:08:14 2008

B table logging switched off for all clients

M

M Mon Jan 07 20:08:38 2008

M SecAudit(RsauShmInit): WP attached to existing shared memory.

M SecAudit(RsauShmInit): addr of SCSA........... = 067E0040

M SecAudit(RsauShmInit): addr of RSAUSHM........ = 067E07A8

M SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 067E07E0

M SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 067E07EC

M

M Mon Jan 07 20:09:35 2008

M ***LOG Q0I=> NiPGetHostByName: hostname 'iwdfim01' not found: gethostbyname (11004: WSANO_DATA: Valid name, no data record of requested type) [ninti.c 320]

M

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

M *

M * LOCATION SAP-Gateway on host SAPSERVER / sapgw00

M * ERROR hostname 'iwdfim01' unknown

M *

M * TIME Mon Jan 07 20:09:35 2008

M * RELEASE 700

M * COMPONENT NI (network interface)

M * VERSION 38

M * RC -2

M * MODULE nixxhsl.cpp

M * LINE 223

M * DETAIL NiHsLGetNodeAddr: hostname cached as unknown

M * COUNTER 7

M *

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

M

A RFC 1485 CONVID 67969953

A * CMRC=20 DATA=0 STATUS=0 SAPRC=497 ThSAPOCMINIT

A RFC> ABAP Programm: SAPLSLDAG (Transaction: )

A RFC> User: DDIC (Client: 001)

A RFC> Destination: SERVER_EXEC (handle: 2, , )

A RFC SERVER> RFC Server Session (handle: 1, 67966625, {7F9FBDDC-3D27-F16B-9CD7-001422B39C3A})

A RFC SERVER> Caller host:

A RFC SERVER> Caller transaction code: (Caller Program: SLDAPPL_SERV)

A RFC SERVER> Called function module: SLDAG_GET_COMPILED_BITS

M

M Mon Jan 07 20:09:38 2008

M

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

M *

M * LOCATION SAP-Gateway on host SAPSERVER / sapgw00

M * ERROR hostname 'iwdfim01' unknown

M *

M * TIME Mon Jan 07 20:09:38 2008

M * RELEASE 700

M * COMPONENT NI (network interface)

M * VERSION 38

M * RC -2

M * MODULE nixxhsl.cpp

M * LINE 223

M * DETAIL NiHsLGetNodeAddr: hostname cached as unknown

M * COUNTER 10

M *

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

M

A RFC 1485 CONVID 67973687

A * CMRC=20 DATA=0 STATUS=0 SAPRC=497 ThSAPOCMINIT

A RFC> ABAP Programm: SAPLSLDAG (Transaction: )

A RFC> User: DDIC (Client: 001)

A RFC> Destination: SERVER_EXEC (handle: 3, , )

A RFC SERVER> RFC Server Session (handle: 1, 67966625, {7F9FBDDC-3D27-F16B-9CD7-001422B39C3A})

A RFC SERVER> Caller host:

A RFC SERVER> Caller transaction code: (Caller Program: SLDAPPL_SERV)

A RFC SERVER> Called function module: SLDAG_GET_COMPILED_BITS

M

M Mon Jan 07 20:10:04 2008

M rdisp/rb_cleaned_rfc = 0

A

A Mon Jan 07 20:10:48 2008

A RFC FRFC> fallback on the central gateway SAPSERVER sapgw00 activ

S

S Mon Jan 07 20:15:21 2008

S found spool memory service RSPO-ACTIONS at 20129AF8

B

B Mon Jan 07 20:24:59 2008

B dbmyclu : info : my major identification is 3232235876, minor one 0.

B dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.

B dbmyclu : info : my initial uuid is DCBDA1A8EC236BF19CD7001422B39C3A.

B dbmyclu : info : current optimistic cluster level: 0

B dbmyclu : info : pessimistic reads set to 2.

M

M Mon Jan 07 20:25:54 2008

M ThIUsrDel: th_rollback_usrdelentry = 1

M

M Mon Jan 07 23:25:40 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 00:45:59 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 01:12:23 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 02:06:16 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 03:25:42 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 04:19:14 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 05:12:25 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 08:09:35 2008

M ***LOG Q0I=> NiPGetHostByName: hostname 'iwdfim01' not found: gethostbyname (11004: WSANO_DATA: Valid name, no data record of requested type) [ninti.c 320]

M

M Tue Jan 08 08:09:38 2008

M

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

M *

M * LOCATION SAP-Gateway on host SAPSERVER / sapgw00

M * ERROR hostname 'iwdfim01' unknown

M *

M * TIME Tue Jan 08 08:09:38 2008

M * RELEASE 700

M * COMPONENT NI (network interface)

M * VERSION 38

M * RC -2

M * MODULE nixxhsl.cpp

M * LINE 223

M * DETAIL NiHsLGetNodeAddr: hostname cached as unknown

M * COUNTER 2169

M *

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

M

A RFC 1485 CONVID 11662706

A * CMRC=20 DATA=0 STATUS=0 SAPRC=497 ThSAPOCMINIT

A RFC> ABAP Programm: SAPLSLDAG (Transaction: )

A RFC> User: DDIC (Client: 001)

A RFC> Destination: SERVER_EXEC (handle: 2, , )

A RFC SERVER> RFC Server Session (handle: 1, 11658941, {1504BEDC-8BFB-F113-9CD7-001422B39C3A})

A RFC SERVER> Caller host:

A RFC SERVER> Caller transaction code: (Caller Program: SLDAPPL_SERV)

A RFC SERVER> Called function module: SLDAG_GET_COMPILED_BITS

M

M Tue Jan 08 08:09:40 2008

M

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

M *

M * LOCATION SAP-Gateway on host SAPSERVER / sapgw00

M * ERROR hostname 'iwdfim01' unknown

M *

M * TIME Tue Jan 08 08:09:40 2008

M * RELEASE 700

M * COMPONENT NI (network interface)

M * VERSION 38

M * RC -2

M * MODULE nixxhsl.cpp

M * LINE 223

M * DETAIL NiHsLGetNodeAddr: hostname cached as unknown

M * COUNTER 2172

M *

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

M

A RFC 1485 CONVID 11672300

A * CMRC=20 DATA=0 STATUS=0 SAPRC=497 ThSAPOCMINIT

A RFC> ABAP Programm: SAPLSLDAG (Transaction: )

A RFC> User: DDIC (Client: 001)

A RFC> Destination: SERVER_EXEC (handle: 2, , )

A RFC SERVER> RFC Server Session (handle: 1, 11671144, {1C04BEDC-1A02-F119-9CD7-001422B39C3A})

A RFC SERVER> Caller host:

A RFC SERVER> Caller transaction code: (Caller Program: SLDAPPL_SERV)

A RFC SERVER> Called function module: SLDAG_GET_COMPILED_BITS

M

M Tue Jan 08 08:09:41 2008

M

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

M *

M * LOCATION SAP-Gateway on host SAPSERVER / sapgw00

M * ERROR hostname 'iwdfim01' unknown

M *

M * TIME Tue Jan 08 08:09:41 2008

M * RELEASE 700

M * COMPONENT NI (network interface)

M * VERSION 38

M * RC -2

M * MODULE nixxhsl.cpp

M * LINE 223

M * DETAIL NiHsLGetNodeAddr: hostname cached as unknown

M * COUNTER 2175

M *

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

M

A RFC 1485 CONVID 11674925

A * CMRC=20 DATA=0 STATUS=0 SAPRC=497 ThSAPOCMINIT

A RFC> ABAP Programm: SAPLSLDAG (Transaction: )

A RFC> User: DDIC (Client: 001)

A RFC> Destination: SERVER_EXEC (handle: 3, , )

A RFC SERVER> RFC Server Session (handle: 1, 11671144, {1C04BEDC-1A02-F119-9CD7-001422B39C3A})

A RFC SERVER> Caller host:

A RFC SERVER> Caller transaction code: (Caller Program: SLDAPPL_SERV)

A RFC SERVER> Called function module: SLDAG_GET_COMPILED_BITS

M

M Tue Jan 08 10:04:29 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 10:31:05 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 10:57:41 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 11:17:21 2008

M return number range rc 4

M *** WARNING => ThNoGet: get from object (cli/obj/subobj/range = 800/SO_OBJ_USR/ /01) returned rc 4

M

M Tue Jan 08 11:17:22 2008

M ThNoDisableInterval: allocated 5 entries

M ThNoDisableInterval: added 800/SO_OBJ_USR/ /01 to disable-list

M return number range rc 4

M *** WARNING => ThNoGet: get from object (cli/obj/subobj/range = 800/SO_OBJ_FOL/ /01) returned rc 4

M ThNoDisableInterval: added 800/SO_OBJ_FOL/ /01 to disable-list

M ThNoGet2: interval 800/SO_OBJ_FOL/ /01 is disabled for this LUW

M *** WARNING => ThNoGet: get from object (cli/obj/subobj/range = 800/SO_OBJ_FOL/ /01) returned rc 22

M

M Tue Jan 08 11:22:51 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 11:29:28 2008

M ***LOG Q0I=> NiPGetHostByName: hostname 'id3tdc00' not found: gethostbyname (11004: WSANO_DATA: Valid name, no data record of requested type) [ninti.c 320]

M

M Tue Jan 08 11:31:44 2008

M ***LOG Q0I=> NiPGetHostByName: hostname 'idstdc00' not found: gethostbyname (11004: WSANO_DATA: Valid name, no data record of requested type) [ninti.c 320]

M

M Tue Jan 08 11:43:25 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 12:10:31 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 12:59:16 2008

M ***LOG Q0I=> NiPGetHostByName: hostname 'id3tdc00' not found: gethostbyname (11004: WSANO_DATA: Valid name, no data record of requested type) [ninti.c 320]

M ***LOG Q0I=> NiPGetHostByName: hostname 'id3tdc00.wdf.sap.corp' not found: gethostbyname (11004: WSANO_DATA: Valid name, no data record of requested type) [ninti.c 320]

M

M Tue Jan 08 13:03:51 2008

M ***LOG Q0I=> NiPGetHostByName: hostname 'sapserver.wdf.sap.corp' not found: gethostbyname (11004: WSANO_DATA: Valid name, no data record of requested type) [ninti.c 320]

M

M Tue Jan 08 13:17:15 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 13:22:43 2008

M ***LOG Q0I=> NiPGetHostByName: hostname 'id3tdc00' not found: gethostbyname (11004: WSANO_DATA: Valid name, no data record of requested type) [ninti.c 320]

M

M Tue Jan 08 13:34:32 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 13:59:56 2008

M WARNING ==> PfFileIndUpd: new starttime < starttime

M

M Tue Jan 08 14:11:50 2008

M in_ThErrHandle: 1

M ThIErrHandle: new stat of W0 is WP_SHUTDOWN

M ThIErrHandle: I'm during shutdown

M PfStatDisconnect: disconnect statistics

M Entering ThSetStatError

M ThIErrHandle: don't try rollback again

M ThShutDownServer: shutdown server

M ThExecShutDown: perform exclusive shutdown actions

M Tue Jan 08 14:11:51 2008

M ThCheckComOrRb (event=1, full_commit=1)

M ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT

M ThCallHooks: call hook >rsts_before_commit< for event BEFORE_COMMIT

M SosCheckAbapEnv: invalid tid/mode T-1/M255

M ThCheckComOrRb (event=3, full_commit=1)

M ThCallHooks: call hook >ThVBICmRbHook< for event AFTER_COMMIT

M ThVBICmRbHook: called for commit

M ThCallHooks: call hook >dyKeyTableReset< for event AFTER_COMMIT

M ThCallHooks: call hook >rsts_after_commit< for event AFTER_COMMIT

M SosCheckAbapEnv: invalid tid/mode T-1/M255

M ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT

M ThNoClearPrevErr: clear prev no err

M ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT

M SosCheckAbapEnv: invalid tid/mode T-1/M255

M ThUsrDelEntry (*, *, SAPSERVER_IDS_00 ) o.k.

M ThICommit3: full commit, set time, keep resources, redispatch

M ThICommit3: commit and keep resources

M ThCheckComOrRb (event=1, full_commit=0)

M ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT

M ThCallHooks: call hook >rsts_before_commit< for event BEFORE_COMMIT

M SosCheckAbapEnv: invalid tid/mode T-1/M255

M ThCheckComOrRb (event=3, full_commit=0)

M ThCallHooks: call hook >ThVBICmRbHook< for event AFTER_COMMIT

M ThVBICmRbHook: called for commit

M ThCallHooks: call hook >dyKeyTableReset< for event AFTER_COMMIT

M ThCallHooks: call hook >rsts_after_commit< for event AFTER_COMMIT

M SosCheckAbapEnv: invalid tid/mode T-1/M255

M ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT

M ThNoClearPrevErr: clear prev no err

M ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT

M SosCheckAbapEnv: invalid tid/mode T-1/M255

M ThAlarm: set alarm to 600 sec

M ThICommit3 o.k.

M ThExecShutDown: ThUsrDelEntry o.k.

M ThExecShutDown: called rsau_log_system_stop

M PfStatIndInit: Initializing Index-Record

M PfWriteIntoFile: copied shared buf (0 bytes) to local buf

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

M Entering ThReadDetachMode

M call ThrShutDown (1)...

B Disconnecting from ALL connections:

B Wp Hdl ConName ConId ConState TX PRM RCT TIM MAX OPT Date Time DBHost

B 000 000 R/3 000000000 INACTIVE NO YES NO 000 255 255 20080107 200702 SAPSERVER

C Disconnecting from connection 0 ...

C

C Tue Jan 08 14:11:54 2008

C Closing user session (con_hdl=0,svchp=06DF6988,usrhp=06E50A38)

C

C Tue Jan 08 14:11:56 2008

C Detaching from DB Server (con_hdl=0,svchp=06DF6988,srvhp=06E08574)

C

C Tue Jan 08 14:11:57 2008

C Now I'm disconnected from ORACLE

B Disconnected from connection 0

B statistics db_con_commit (com_total=23334, com_tx=1875)

B statistics db_con_rollback (roll_total=2247, roll_tx=0)

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

Former Member
0 Kudos

Hi,

Start profile.....

#old_value: id3tdc00 changed: PPATEL 08.01.2008 13:24:35

SAPDBHOST = sapserver

dbms/type = mss

#old_value: id3tdc00 changed: PPATEL 08.01.2008 13:24:35

dbs/mss/server = sapserver

#old_value: ID3 changed: PPATEL 08.01.2008 13:24:35

dbs/mss/dbname = IDS

#old_value: id3 changed: PPATEL 08.01.2008 13:24:35

dbs/mss/schema = ids

dbms/type = mss is for MS SQL server database and you used oracle database !!!!!!!!!!!!!!!!!!!!!!

regards,

kaushal

Former Member
0 Kudos

What should be dbms/type for Oracle?

Also while reviewing "dev_w0" i have noticed " * ERROR hostname 'iwdfim01' unknown" any idea what is that?

E Enqueue Info: rdisp/wp_no_enq=1, rdisp/enqname=<empty>, assume SAPSERVER_IDS_00

E Replication is disabled

E EnqCcInitialize: local lock table initialization o.k.

E EnqId_SuppressIpc: local EnqId initialization o.k.

E EnqCcInitialize: local enqueue client init o.k.

B

B Mon Jan 07 20:08:14 2008

B table logging switched off for all clients

M

M Mon Jan 07 20:08:38 2008

M SecAudit(RsauShmInit): WP attached to existing shared memory.

M SecAudit(RsauShmInit): addr of SCSA........... = 067E0040

M SecAudit(RsauShmInit): addr of RSAUSHM........ = 067E07A8

M SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 067E07E0

M SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 067E07EC

M

M Mon Jan 07 20:09:35 2008

M ***LOG Q0I=> NiPGetHostByName: hostname 'iwdfim01' not found: gethostbyname (11004: WSANO_DATA: Valid name, no data record of requested type) http://ninti.c 320

M

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

M *

M * LOCATION SAP-Gateway on host SAPSERVER / sapgw00

  • M * ERROR hostname 'iwdfim01' unknown*

M *

M * TIME Mon Jan 07 20:09:35 2008

M * RELEASE 700

M * COMPONENT NI (network interface)

M * VERSION 38

M * RC -2

M * MODULE nixxhsl.cpp

M * LINE 223

M * DETAIL NiHsLGetNodeAddr: hostname cached as unknown

M * COUNTER 7

M *

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

Developer trace for disp+work.exe

-


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

-


sysno 00

sid IDS

systemid 560 (PC with Windows NT)

relno 7000

patchlevel 0

patchno 111

intno 20050900

make: multithreaded, Unicode, optimized

pid 3208

Mon Jan 07 20:06:43 2008

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

length of sys_adm_ext is 576 bytes

      • SWITCH TRC-HIDE on ***

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

shared lib "dw_xml.dll" version 111 successfully loaded

shared lib "dw_xtc.dll" version 111 successfully loaded

shared lib "dw_stl.dll" version 111 successfully loaded

shared lib "dw_gui.dll" version 111 successfully loaded

shared lib "dw_mdm.dll" version 111 successfully loaded

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

use internal message server connection to port 3900

Mon Jan 07 20:06:55 2008

      • WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0173.qqq.nxst) took 12 seconds

Mon Jan 07 20:07:00 2008

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

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

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

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

DpIPCInit2: start server >SAPSERVER_IDS_00 <

DpShMCreate: sizeof(wp_adm) 18672 (1436)

DpShMCreate: sizeof(tm_adm) 4232256 (21056)

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)

DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0

DpShMCreate: sizeof(slock_adm) 0 (96)

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

DpShMCreate: sizeof(file_adm) 0 (72)

DpShMCreate: sizeof(vmc_adm) 0 (1536)

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

DpShMCreate: sizeof(gw_adm) 48

DpShMCreate: SHM_DP_ADM_KEY (addr: 06810040, size: 4892312)

DpShMCreate: allocated sys_adm at 06810040

DpShMCreate: allocated wp_adm at 06812090

DpShMCreate: allocated tm_adm_list at 06816980

DpShMCreate: allocated tm_adm at 068169B0

DpShMCreate: allocated wp_ca_adm at 06C1FDF0

DpShMCreate: allocated appc_ca_adm at 06C25BB0

DpShMCreate: allocated comm_adm at 06C27AF0

DpShMCreate: system runs without slock table

DpShMCreate: system runs without file table

DpShMCreate: allocated vmc_adm_list at 06CA89B0

DpShMCreate: allocated gw_adm at 06CA89F0

DpShMCreate: system runs without vmc_adm

DpShMCreate: allocated ca_info at 06CA8A20

DpShMCreate: allocated wall_adm at 06CA8A28

MBUF state OFF

DpCommInitTable: init table for 500 entries

EmInit: MmSetImplementation( 2 ).

MM global diagnostic options set: 0

<ES> client 0 initializing ....

<ES> InitFreeList

<ES> block size is 1024 kByte.

Using implementation view

<EsNT> Using memory model view.

<EsNT> Memory Reset disabled as NT default

<ES> 511 blocks reserved for free list.

ES initialized.

J2EE server info

start = TRUE

state = STARTED

pid = 3308

argv[0] = F:\usr\sap\IDS\DVEBMGS00\exe\jcontrol.EXE

argv[1] = F:\usr\sap\IDS\DVEBMGS00\exe\jcontrol.EXE

argv[2] = pf=F:\usr\sap\IDS\SYS\profile\IDS_DVEBMGS00_SAPSERVER

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=1668

argv[5] = -DSAPSYSTEM=00

argv[6] = -DSAPSYSTEMNAME=IDS

argv[7] = -DSAPMYNAME=SAPSERVER_IDS_00

argv[8] = -DSAPPROFILE=F:\usr\sap\IDS\SYS\profile\IDS_DVEBMGS00_SAPSERVER

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

Mon Jan 07 20:07:01 2008

rdisp/http_min_wait_dia_wp : 1 -> 1

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

***LOG Q0K=> DpMsAttach, mscon ( SAPSERVER) [dpxxdisp.c 11753]

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

DpStartStopMsg: start msg sent

CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

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

Mon Jan 07 20:07:02 2008

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

DpJ2eeLogin: j2ee state = CONNECTED

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 111

Release check o.K.

Mon Jan 07 20:07:43 2008

MBUF state ACTIVE

Mon Jan 07 20:07:44 2008

DpModState: change server state from STARTING to ACTIVE

Mon Jan 07 20:08:06 2008

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Mon Jan 07 20:09:14 2008

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Mon Jan 07 20:10:48 2008

J2EE server info

start = TRUE

state = ACTIVE

pid = 3308

http = 50000

https = 50001

load balance = 1

start_lazy = 0

start_control = SAP J2EE startup framework

Tue Jan 08 14:11:50 2008

DpSigInt: caught signal 2

DpHalt: shutdown server >SAPSERVER_IDS_00 < (normal)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3308)

DpIJ2eeShutdown: j2ee state = SHUTDOWN

DpModState: change server state from ACTIVE to SHUTDOWN

Stop work processes

Tue Jan 08 14:11:51 2008

Stop gateway

Stop icman

Terminate gui connections

wait for end of work processes

waiting for termination of work processes ...

Tue Jan 08 14:11:52 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:53 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:54 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:55 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:56 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:57 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:58 2008

waiting for termination of work processes ...

Tue Jan 08 14:11:59 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:00 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:01 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:02 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:03 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:04 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:05 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:06 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:07 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:08 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:09 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:10 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:11 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:12 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:13 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:14 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:15 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:16 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:17 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:18 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:19 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:20 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:21 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:22 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:23 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:24 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:25 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:26 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:27 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:28 2008

waiting for termination of work processes ...

Tue Jan 08 14:12:29 2008

wait for end of gateway

wait for end of icman

DpHalt: disconnect j2ee listener

DpHalt: wait for end of j2ee server

waiting for termination of J2EE server ...

Tue Jan 08 14:12:30 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:31 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:32 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:33 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:34 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:35 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:36 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:37 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:38 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:39 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:40 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:41 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:42 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:43 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:44 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:45 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:46 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:47 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:48 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:49 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:50 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:51 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:52 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:53 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:54 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:55 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:56 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:57 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:58 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:12:59 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:00 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:01 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:02 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:03 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:04 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:05 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:06 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:07 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:08 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:09 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:10 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:11 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:12 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:13 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:14 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:15 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:16 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:17 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:18 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:19 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:20 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:21 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:22 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:23 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:24 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:25 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:26 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:27 2008

waiting for termination of J2EE server ...

Tue Jan 08 14:13:28 2008

      • ERROR => DpHalt: J2EE (pid 3308) still alive ... [dpxxdisp.c 10223]

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3308)

DpIJ2eeShutdown: j2ee state = SHUTDOWN

waiting for termination of J2EE server ...

Tue Jan 08 14:13:29 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:30 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:31 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:32 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:33 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:34 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:35 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:36 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:37 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:38 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:39 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:40 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:41 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:42 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:43 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:44 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:45 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:46 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:47 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:48 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:49 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:50 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:51 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:52 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:53 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:54 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:55 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:56 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:57 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:58 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:13:59 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:00 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:01 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:02 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:03 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:04 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:05 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:06 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:07 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:08 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:09 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:10 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:11 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:12 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:13 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:14 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:15 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:16 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:17 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:18 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:19 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:20 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:21 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:22 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:23 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:24 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:25 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:26 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:27 2008

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:28 2008

      • ERROR => DpHalt: J2EE (pid 3308) still alive [dpxxdisp.c 10255]

DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN

DpJ2eeEmergencyShutdown: try to kill SAP J2EE startup framework (pid=3308)

waiting for termination of J2EE server (2nd chance) ...

Tue Jan 08 14:14:29 2008

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

DpStartStopMsg: stop msg sent

Tue Jan 08 14:14:30 2008

DpHalt: sync with message server o.k.

detach from message server

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

Tue Jan 08 14:14:31 2008

MBUF state OFF

MBUF component DOWN

cleanup EM

***LOG Q05=> DpHalt, DPStop ( 3208) [dpxxdisp.c 10371]