首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 其他服务器 >

ejb项目发布到websphere6.0,该如何解决

2014-04-23 
ejb项目发布到websphere6.0通过客户端javaswing 访问 登录报异常:2011-7-21 13:40:08 com.ibm.ws.naming.u

ejb项目发布到websphere6.0
    通过客户端javaswing 访问 登录报异常:
2011-7-21 13:40:08 com.ibm.ws.naming.util.Helpers
WARNING: jndiNamingException
javax.naming.NamingException: The JNDI operation "lookupExt"on the context "PC-kaelNode01Cell/nodes/PC-kaelNode01/servers/server1" with the name "ESysuserManage" failed.  Please get the root cause Throwable contained in this NamingException for more information.  Root exception is java.lang.NoClassDefFoundError: 

[解决办法]
用 createejbstub 命令生成stub类,另外,ejb所引用的jar包需要复制到webspere路径下的java/jre/lib/ext下

热点排行