| Interstage Application Server アプリケーション作成ガイド (CORBAサービス編) |
目次
索引
![]()
|
| 付録D 保守情報の採取 | > D.1 トレース機能 |
ここではクライアントアプリケーション、サーバアプリケーション(ネーミングサービス)、OD_startサービスがすべて同一マシン"hostABC"にある場合のトレース情報について説明します。クライアントマシンのIPアドレスは「10.34.111.222」と仮定します。
ProcessID : 176
CommandLine : simple_c
thread time event
-------- ------------ -------------------------
00000140 16:27:10.684 connect to server (host = hostABC, port = 8002)
00000140 16:27:10.684 sensend request to serverd_request (request_id = 1,
intf_id = IDL:CosNaming/NamingContextExt:1.0, host = hostABC, operation = resolve)
000000A5 16:27:10.694 receive reply from server (request_id = 1)
00000140 16:27:10.714 connection to server (hostABC) was closed |
クライアントアプリケーションのプロセスIDは176で、コマンドラインは"simple_c"です。

ProcessID : 339
CommandLine : odstart.exe
thread time event
-------- ------------ -------------------------
00000094 16:26:57.925 implementation is ready (implementation = IDL:OM_ORB/admin:1.0)
0000008C 16:27:10.684 queue request (request_id = 1, server pid = 111,
intf_id = IDL:CosNaming/NamingContextExt:1.0)
00000097 16:27:12.947 connection to client (010.034.111.222) was closed |

ProcessID : 339
CommandLine : OD_start
thread time event
-------- ------------ -------------------------
00000094 16:26:57.925 implementation is ready (implementation = IDL:OM_ORB/admin:1.0)
0000008C 16:27:10.684 queue request (request_id = 1, server pid = 111,
intf_id = IDL:CosNaming/NamingContextExt:1.0)
00000097 16:27:12.947 connection to client (010.034.111.222) was closed |
OD_startサービスのプロセスIDは339です。

ProcessID : 111
CommandLine : D:\WINNT\system32\Naming.exe
thread time event
-------- ------------ -------------------------
0000009A 16:26:59.277 implementation is ready (
implementation = IDL:CosNaming/NamingContext:1.0)
00000169 16:27:10.684 receive request from client (request_id = 1,
intf_id = IDL:CosNaming/NamingContextExt:1.0, operation = resolve)
00000169 16:27:10.684 send reply to client (request_id = 1) |

ProcessID : 111
CommandLine : CosNaming_s
thread time event
-------- ------------ -------------------------
0000009A 16:26:59.277 implementation is ready (
implementation = IDL:CosNaming/NamingContext:1.0)
00000169 16:27:10.684 receive request from client (request_id = 1,
intf_id = IDL:CosNaming/NamingContextExt:1.0, operation = resolve)
00000169 16:27:10.684 send reply to client (request_id = 1) |
ネーミングサービスのプロセスIDは111です。
目次
索引
![]()
|