WebSphere Extended Deployment, Version 6.0.x     운영 체제: AIX, HP-UX, Linux, Solaris, Windows, z/OS

launchclient 문제점 해결

이 항목에서는 공통 launchclient 문제점을 요약합니다.

launchclient가 ear을 찾을 수 없음

launchclient가 ear을 찾을 수 없는 경우 다음 조치 중 하나를 수행하십시오.

JNDI 이름을 해석할 수 없음

JNDI 이름을 해석할 수 없는 경우 다음 조치를 수행하십시오.

<base_app_server>\bin 디렉토리에서 dumpnamespace -port

<portnumber>를 실행하십시오.
  • 포트 번호는 Application Server 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
   9com.ibm.websphere.wpf.ejb._WPFKeyBasedPartitionHome_Stub
... remainder of output...



Related tasks
클라이언트 응용프로그램 실행

참조 주제:    

이용 약관 | 피드백 마지막 갱신 날짜: Mar 21, 2006 11:38:53 AM 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.
이 Information Center는 Eclipse 테크놀러지로 강화되었습니다. (http://www.eclipse.org)