Advertisement

06.09.2008 at 01:57AM PDT, ID: 23468340
[x]
Attachment Details

LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) nixxi.cpp 4361 ==  'System Copied' system with J2ee status info not available...

Asked by gun3 in J2EE, MS SQL Server, Networking Hardware

Tags: 'System Copied' system with J2ee status info not available...

Hi. We installed a ECC 6 Server (abap+java) with MSSQL 2005 with SID:T13 & updated all patches in the system. Later we did a system copy & named it a T14.

IN SE06 (post-installation activity); First we selected 'standard installation' instead of 'database copy / migration'. When we restarted the SAP system, the 'disp+work' process gave stats as 'j2ee status info unavailable'. Hence, second time selected 'Database Copy or Database Migration' and did post-installation activity.

In both cases 'developer Trace' of 'disp+work' give the same error.

*Fri Jun 06 14:07:45 2008
J2EE server info
start = TRUE
state = STARTED
pid = 4092
argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
argv[3] = -DSAPSTART=1
argv[4] = -DCONNECT_PORT=64999
argv[5] = -DSAPSYSTEM=00
argv[6] = -DSAPSYSTEMNAME=T14
argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
argv[9] = -DFRFC_FALLBACK=ON
argv10 = -DFRFC_FALLBACK_HOST=localhost
start_lazy = 0
start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED
DpJ2eeLogin: j2ee state = CONNECTED

Fri Jun 06 14:07:47 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361

    *
          o
                + ERROR => NiIRead: SiRecv failed for hdl 6 / sock 276

(SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1168) http://nixxi.cpp 4361
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4092)

    *
          o
                + ERROR => DpProcKill: kill failed http://dpntdisp.c 371

DpIJ2eeShutdown: j2ee state = SHUTDOWN


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

what is the problem. how to solve it?.Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
---------------------------------------------------
trc file: "dev_disp", trc level: 1, release: "700"
---------------------------------------------------
sysno      00
sid        T14
systemid   562 (PC with Windows NT)
relno      7000
patchlevel 0
patchno    133
intno      20050900
make:      multithreaded, Unicode, 64 bit, optimized
pid        1680
 
 
Mon Jun 09 12:52:35 2008
kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
length of sys_adm_ext is 576 bytes
*** SWITCH TRC-HIDE on ***
***LOG Q00=> DpSapEnvInit, DPStart (00 1680) [dpxxdisp.c   1239]
	shared lib "dw_xml.dll" version 133 successfully loaded
	shared lib "dw_xtc.dll" version 133 successfully loaded
	shared lib "dw_stl.dll" version 133 successfully loaded
	shared lib "dw_gui.dll" version 133 successfully loaded
	shared lib "dw_mdm.dll" version 133 successfully loaded
rdisp/softcancel_sequence :  -> 0,5,-1
use internal message server connection to port 3900
 
Mon Jun 09 12:52:47 2008
*** WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0253.qqq.nxst) took 12 seconds
 
Mon Jun 09 12:53:05 2008
*** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 18 seconds
***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5371]
MtxInit: 30000 0 0
DpSysAdmExtInit: ABAP is active
DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
DpIPCInit2: start server >kpsapecc60t14_T14_00                    <
DpShMCreate: sizeof(wp_adm)		19248	(1480)
DpShMCreate: sizeof(tm_adm)		5652128	(28120)
DpShMCreate: sizeof(wp_ca_adm)		24000	(80)
DpShMCreate: sizeof(appc_ca_adm)	8000	(80)
DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
DpShMCreate: sizeof(comm_adm)		552080	(1088)
DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
DpShMCreate: sizeof(slock_adm)		0	(104)
DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
DpShMCreate: sizeof(file_adm)		0	(72)
DpShMCreate: sizeof(vmc_adm)		0	(1864)
DpShMCreate: sizeof(wall_adm)		(41664/36752/64/192)
DpShMCreate: sizeof(gw_adm)	48
DpShMCreate: SHM_DP_ADM_KEY		(addr: 000000000F000050, size: 6342672)
DpShMCreate: allocated sys_adm at 000000000F000050
DpShMCreate: allocated wp_adm at 000000000F002150
DpShMCreate: allocated tm_adm_list at 000000000F006C80
DpShMCreate: allocated tm_adm at 000000000F006CE0
DpShMCreate: allocated wp_ca_adm at 000000000F56AB80
DpShMCreate: allocated appc_ca_adm at 000000000F570940
DpShMCreate: allocated comm_adm at 000000000F572880
DpShMCreate: system runs without slock table
DpShMCreate: system runs without file table
DpShMCreate: allocated vmc_adm_list at 000000000F5F9510
DpShMCreate: allocated gw_adm at 000000000F5F9590
DpShMCreate: system runs without vmc_adm
DpShMCreate: allocated ca_info at 000000000F5F95C0
DpShMCreate: allocated wall_adm at 000000000F5F95D0
MBUF state OFF
DpCommInitTable: init table for 500 entries
ThTaskStatus: rdisp/reset_online_during_debug 0
EmInit: MmSetImplementation( 2 ).
MM global diagnostic options set: 0
<ES> client 0 initializing ....
<ES> InitFreeList
<ES> block size is 4096 kByte.
Using implementation view
<EsNT> Using memory model view.
<EsNT> Memory Reset disabled as NT default
<ES> 127 blocks reserved for free list.
ES initialized.
J2EE server info
  start = TRUE
  state = STARTED
  pid = 3580
  argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[3] = -DSAPSTART=1
  argv[4] = -DCONNECT_PORT=65000
  argv[5] = -DSAPSYSTEM=00
  argv[6] = -DSAPSYSTEMNAME=T14
  argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
  argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[9] = -DFRFC_FALLBACK=ON
  argv[10] = -DFRFC_FALLBACK_HOST=localhost
  start_lazy = 0
  start_control = SAP J2EE startup framework
 
DpJ2eeStart: j2ee state = STARTED
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 ( kpsapecc60t14) [dpxxdisp.c   11799]
DpStartStopMsg: send start message (myname is >kpsapecc60t14_T14_00                    <)
DpStartStopMsg: start msg sent
 
Mon Jun 09 12:53:06 2008
CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
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 133
Release check o.K.
 
Mon Jun 09 12:53:17 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
*** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 320
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1107) [nixxi.cpp    4361]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3580)
*** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
DpIJ2eeShutdown: j2ee state = SHUTDOWN
 
Mon Jun 09 12:53:46 2008
J2EE server info
  start = TRUE
  state = STARTED
  pid = 3156
  argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[3] = -DSAPSTART=1
  argv[4] = -DCONNECT_PORT=64998
  argv[5] = -DSAPSYSTEM=00
  argv[6] = -DSAPSYSTEMNAME=T14
  argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
  argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[9] = -DFRFC_FALLBACK=ON
  argv[10] = -DFRFC_FALLBACK_HOST=localhost
  start_lazy = 0
  start_control = SAP J2EE startup framework
 
DpJ2eeStart: j2ee state = STARTED
DpJ2eeLogin: j2ee state = CONNECTED
 
Mon Jun 09 12:53:48 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
*** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 276
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1156) [nixxi.cpp    4361]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3156)
*** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
DpIJ2eeShutdown: j2ee state = SHUTDOWN
 
Mon Jun 09 12:53:52 2008
MBUF state ACTIVE
 
Mon Jun 09 12:53:53 2008
DpModState: change server state from STARTING to ACTIVE
 
Mon Jun 09 12:54:06 2008
J2EE server info
  start = TRUE
  state = STARTED
  pid = 3184
  argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[3] = -DSAPSTART=1
  argv[4] = -DCONNECT_PORT=64997
  argv[5] = -DSAPSYSTEM=00
  argv[6] = -DSAPSYSTEMNAME=T14
  argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
  argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[9] = -DFRFC_FALLBACK=ON
  argv[10] = -DFRFC_FALLBACK_HOST=localhost
  start_lazy = 0
  start_control = SAP J2EE startup framework
 
DpJ2eeStart: j2ee state = STARTED
DpJ2eeLogin: j2ee state = CONNECTED
 
Mon Jun 09 12:54:08 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
*** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 260
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1180) [nixxi.cpp    4361]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3184)
*** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
DpIJ2eeShutdown: j2ee state = SHUTDOWN
 
Mon Jun 09 12:54:26 2008
J2EE server info
  start = TRUE
  state = STARTED
  pid = 3028
  argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[3] = -DSAPSTART=1
  argv[4] = -DCONNECT_PORT=64996
  argv[5] = -DSAPSYSTEM=00
  argv[6] = -DSAPSYSTEMNAME=T14
  argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
  argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[9] = -DFRFC_FALLBACK=ON
  argv[10] = -DFRFC_FALLBACK_HOST=localhost
  start_lazy = 0
  start_control = SAP J2EE startup framework
 
DpJ2eeStart: j2ee state = STARTED
DpJ2eeLogin: j2ee state = CONNECTED
 
Mon Jun 09 12:54:28 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
*** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 256
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1213) [nixxi.cpp    4361]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3028)
*** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
DpIJ2eeShutdown: j2ee state = SHUTDOWN
 
Mon Jun 09 12:54:46 2008
J2EE server info
  start = TRUE
  state = STARTED
  pid = 3992
  argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[3] = -DSAPSTART=1
  argv[4] = -DCONNECT_PORT=64995
  argv[5] = -DSAPSYSTEM=00
  argv[6] = -DSAPSYSTEMNAME=T14
  argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
  argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[9] = -DFRFC_FALLBACK=ON
  argv[10] = -DFRFC_FALLBACK_HOST=localhost
  start_lazy = 0
  start_control = SAP J2EE startup framework
 
DpJ2eeStart: j2ee state = STARTED
DpJ2eeLogin: j2ee state = CONNECTED
 
Mon Jun 09 12:54:48 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
*** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 252
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1218) [nixxi.cpp    4361]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3992)
*** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
DpIJ2eeShutdown: j2ee state = SHUTDOWN
 
Mon Jun 09 12:55:06 2008
J2EE server info
  start = TRUE
  state = STARTED
  pid = 3484
  argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[3] = -DSAPSTART=1
  argv[4] = -DCONNECT_PORT=64994
  argv[5] = -DSAPSYSTEM=00
  argv[6] = -DSAPSYSTEMNAME=T14
  argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
  argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[9] = -DFRFC_FALLBACK=ON
  argv[10] = -DFRFC_FALLBACK_HOST=localhost
  start_lazy = 0
  start_control = SAP J2EE startup framework
 
DpJ2eeStart: j2ee state = STARTED
DpJ2eeLogin: j2ee state = CONNECTED
 
Mon Jun 09 12:55:08 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
*** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 248
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1228) [nixxi.cpp    4361]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3484)
*** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
DpIJ2eeShutdown: j2ee state = SHUTDOWN
 
Mon Jun 09 12:55:26 2008
J2EE server info
  start = TRUE
  state = STARTED
  pid = 1008
  argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[3] = -DSAPSTART=1
  argv[4] = -DCONNECT_PORT=64993
  argv[5] = -DSAPSYSTEM=00
  argv[6] = -DSAPSYSTEMNAME=T14
  argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
  argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[9] = -DFRFC_FALLBACK=ON
  argv[10] = -DFRFC_FALLBACK_HOST=localhost
  start_lazy = 0
  start_control = SAP J2EE startup framework
 
DpJ2eeStart: j2ee state = STARTED
DpJ2eeLogin: j2ee state = CONNECTED
 
Mon Jun 09 12:55:28 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
*** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 244
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1237) [nixxi.cpp    4361]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=1008)
*** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
DpIJ2eeShutdown: j2ee state = SHUTDOWN
 
Mon Jun 09 12:55:47 2008
J2EE server info
  start = TRUE
  state = STARTED
  pid = 3116
  argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[3] = -DSAPSTART=1
  argv[4] = -DCONNECT_PORT=64992
  argv[5] = -DSAPSYSTEM=00
  argv[6] = -DSAPSYSTEMNAME=T14
  argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
  argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[9] = -DFRFC_FALLBACK=ON
  argv[10] = -DFRFC_FALLBACK_HOST=localhost
  start_lazy = 0
  start_control = SAP J2EE startup framework
 
DpJ2eeStart: j2ee state = STARTED
DpJ2eeLogin: j2ee state = CONNECTED
 
Mon Jun 09 12:55:49 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
*** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 240
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1242) [nixxi.cpp    4361]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3116)
*** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
DpIJ2eeShutdown: j2ee state = SHUTDOWN
 
Mon Jun 09 12:56:07 2008
J2EE server info
  start = TRUE
  state = STARTED
  pid = 3208
  argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[3] = -DSAPSTART=1
  argv[4] = -DCONNECT_PORT=64991
  argv[5] = -DSAPSYSTEM=00
  argv[6] = -DSAPSYSTEMNAME=T14
  argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
  argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[9] = -DFRFC_FALLBACK=ON
  argv[10] = -DFRFC_FALLBACK_HOST=localhost
  start_lazy = 0
  start_control = SAP J2EE startup framework
 
DpJ2eeStart: j2ee state = STARTED
DpJ2eeLogin: j2ee state = CONNECTED
 
Mon Jun 09 12:56:09 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
*** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 236
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1252) [nixxi.cpp    4361]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3208)
*** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
DpIJ2eeShutdown: j2ee state = SHUTDOWN
 
Mon Jun 09 12:56:27 2008
J2EE server info
  start = TRUE
  state = STARTED
  pid = 3412
  argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
  argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[3] = -DSAPSTART=1
  argv[4] = -DCONNECT_PORT=64990
  argv[5] = -DSAPSYSTEM=00
  argv[6] = -DSAPSYSTEMNAME=T14
  argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
  argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
  argv[9] = -DFRFC_FALLBACK=ON
  argv[10] = -DFRFC_FALLBACK_HOST=localhost
  start_lazy = 0
  start_control = SAP J2EE startup framework
 
DpJ2eeStart: j2ee state = STARTED
DpJ2eeLogin: j2ee state = CONNECTED
 
Mon Jun 09 12:56:29 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
*** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 232
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1261) [nixxi.cpp    4361]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3412)
*** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
DpIJ2eeShutdown: j2ee state = SHUTDOWN
 
Mon Jun 09 12:56:47 2008
DpEnvCheckJ2ee: switch off j2ee start flag
[+][-]06.11.2008 at 08:54PM PDT, ID: 21766102

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]06.12.2008 at 01:06PM PDT, ID: 21773190

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.23.2008 at 04:04AM PDT, ID: 21844970

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: J2EE, MS SQL Server, Networking Hardware
Tags: 'System Copied' system with J2ee status info not available...
Sign Up Now!
Solution Provided By: gun3
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_EXPERT_20070906