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


Troubleshooting launchclient

This topic outlines common launchclient problems.

Launchclient cannot find the ear:

When the launchclient cannot find the ear, take either of the following actions:

Cannot resolve the JNDI name

When the JNDI name cannot be resolved take the following action:

In the directory <base_app_server>\bin, issue dumpnamespace -port

<portnumber>
  • The port number can be found by looking in the application server SystemOut.log, e.g. the logs\SystemOut.log file.
  • Find an entry similar to:
    [9/21/04 7:48:21:231 CDT] 7191d4f0 RMIConnectorC A ADMC0026I: 
    RMI Connector 
    available at port 9812
To verify the EJB reference is in the name space and valid to reference, the dumpname space command output should appear similar to the following:
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
Launching a client application
Reference topic    

Terms of Use | Feedback

Last updated: Nov 30, 2007 4:03:08 PM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=/com.ibm.websphere.xd.doc/info/WPF51/rwpfpdlaunchclient.html