ページの先頭行へ戻る
Interstage Application Server/Interstage Web Server トラブルシューティング集
Interstage

1.3.6 トレース情報の分析

  ここではクライアントアプリケーション、サーバアプリケーション(ネーミングサービス)、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”です。

  1. 時刻「16:27:10.684」にサーバマシン“hostABC”のポート8002番に接続しています。

  2. 時刻「16:27:10.684」にリクエストID1のリクエストを送信しています。サーバアプリケーションのインタフェースリポジトリIDは“IDL:CosNaming/Naming Context:1.0”で、サーバメソッド名は“resolve”です。

  3. 時刻「16:27:10.646」にクライアントアプリケーションはリクエストID1のリクエストに対する返信をサーバアプリケーションから受け取っています。

  4. 時刻「16:27:10.714」にクライアントアプリケーションはサーバマシン“hostABC”に対する接続を閉塞しています。


OD_startサービスのトレース情報

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です。

  1. 時刻「16:26:57.925」にインプリメンテーションリポジトリID“IDL:OM_ORB/admin:1.0”で活性化しています。

  2. 時刻「16:27:10.684」にOD_startサービスは、クライアントアプリケーションからのリクエスト(リクエストIDは1)を受け付けてキューイングしています。このリクエストは、プロセスID1、インタフェースリポジトリID“IDL:/CosNaming/NamingContextExt:1.0”(ネーミングサービス)にディスパッチされています。

  3. クライアント(10.34.111.222)に対する接続が閉塞されました。


■ネーミングサービスのトレース情報

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です。

  1. 時刻「16:26:59.277」にインプリメンテーションリポジトリID“IDL:CosNaming/NamingContext”で活性化しています。

  2. 時刻「16:27:10.684」にサーバアプリケーションは、リクエストID1のリクエストを受け付けています。インタフェースリポジトリID“IDL:CosNaming/NamingContextExt:1.0”のメソッド“resolve”が呼び出されています。

  3. 時刻「16:27:10.684」にサーバアプリケーションは、リクエストID1のリクエストに対する返信をクライアントアプリケーションに返しています。