WebSphere Extended Deployment, Version 6.0.x     Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS

launchclient のトラブルシューティング

ここでは、launchclient の一般的な問題を取り上げます。

launchclient が EAR を検出できない

launchclient が EAR を検出できないときは、次の処置のどちらかを実行してください。

JNDI 名を解決できない

JNDI 名を解決できないときは、 次の処置を実行してください。

<base_app_server>¥bin ディレクトリーで、dumpnamespace -port を実行します。

<portnumber>
  • ポート番号は、アプリケーション・サーバーの SystemOut.log で見付けることができます。 例えば、logs¥SystemOut.log ファイルなどに記載されています。
  • 次のようなエントリーを探してください。

    [9/21/04 7:48:21:231 CDT] 7191d4f0 RMIConnectorC A ADMC0026I:
    RMI Connector
    available at port 9812

EJB 参照がネーム・スペース内に存在し、有効な参照かどうかを検証するには、dumpname space コマンドを実行して、次のような出力を得ます。
dumpnamespace -port 9812

Getting the initial context
Getting the starting context

==============================================================================
Name Space Dump
   Provider URL: corbaloc:iiop:localhost:9812
   Context factory: com.ibm.websphere.naming.WsnInitialContextFactory
   Requested root context: cell
   Starting context: (top)=Cell
   Formatting rules: jndi
   Time of dump: Tue Sep 21 09:27:33 CDT 2004
==============================================================================


==============================================================================
Beginning of Name Space Dump
==============================================================================

   1 (top)
   2 (top)/clusters                                     javax.naming.Context
   3 (top)/clusters/cluster                             javax.naming.Context
   4 (top)/clusters/cluster/ejb                         javax.naming.Context
   5 (top)/clusters/cluster/ejb/com                     javax.naming.Context
   6 (top)/clusters/cluster/ejb/com/ibm                 javax.naming.Context
   7 (top)/clusters/cluster/ejb/com/ibm/websphere       javax.naming.Context
   8 (top)/clusters/cluster/ejb/com/ibm/websphere/wpf   javax.naming.Context
   9 (top)/clusters/cluster/ejb/com/ibm/websphere/wpf/WPFKeyBasedPartitionHome
   9
com.ibm.websphere.wpf.ejb._WPFKeyBasedPartitionHome_Stub
... remainder of output...



Related tasks
クライアント・アプリケーションの起動

Reference topic    

Terms of Use | Feedback Last updated: Mar 20, 2006 12:35:11 PM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=?topic=/com.ibm.websphere.xd.doc/info/WPF51/rwpfpdlaunchclient.html

© Copyright IBM 2005, 2006. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)