|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册账号
×
本来在开发环境开发了一个module ,然后部署到测试服务器上时 生成EJB没报错误,但是在操作节点时弹出 “Component: nc.itf.voitureEjb,Detail Message: The tx component: nc.itf.voitureEjb is not found in jndi please deploy the componet's ejb”的提示框!
下面是日志文件的信息及我的module配置信息:
nc.ui.voiture.ehc4025.expenserecord.ClientUI
调试: down info::TYPE=downloadPackage&packageName=nc.ui.voiture.ehc4025.expenserecord&locale=NLehcar_ui.jar&class=nc.ui.voitur e.ehc4025.expenserecord.ClientUI&type=1
调试: download:TYPE=downloadPackage&packageName=nc.ui.voiture.ehc4025.expenserecord&locale=NLehcar_ui.jar&class=nc.ui.voi ture.ehc4025.expenserecord.ClientUI&type=1,waste time:3630
调试: downloading the jar file:C:\Users\moyouyou\NCCACHE\192.168.0.16_D--ufsoftvas-nchome_80/CODE\lib\ehcar_ui.jar
调试: download(version):nc.ui.voiture.ehc4025.expenserecord.ClientUI,update Server version info to client Version file
调试: down info::TYPE=downloadPackage&packageName=nc.vo.voiture.ehc4025&locale=NLehcar_pub.jar&class=nc.vo.voiture.ehc4025.Exp enserecordVO&type=1
========No alert files!============
调试: download:TYPE=downloadPackage&packageName=nc.vo.voiture.ehc4025&locale=NLehcar_pub.jar&class=nc.vo.voiture.ehc4025. ExpenserecordVO&type=1,waste time:3515
调试: downloading the jar file:C:\Users\moyouyou\NCCACHE\192.168.0.16_D--ufsoftvas-nchome_80/CODE\lib\ehcar_pub.jar
调试: download(version):nc.vo.voiture.ehc4025.ExpenserecordVO,update Server version info to client Version file
调试: down info::TYPE=downloadPackage&packageName=nc.voiture.itf&locale=NLehcar_pub.jar&class=nc.voiture.itf.VoitureItf&type=1
调试: download:TYPE=downloadPackage&packageName=nc.voiture.itf&locale=NLehcar_pub.jar&class=nc.voiture.itf.VoitureItf&typ e=1,waste time:95
调试: downloading the jar file:C:\Users\moyouyou\NCCACHE\192.168.0.16_D--ufsoftvas-nchome_80/CODE\lib\ehcar_pub.jar
调试: download(version):nc.voiture.itf.VoitureItf,update Server version info to client Version file
nc.bs.framework.exception.ComponentNotFoundException: Component: nc.itf.voitureEjb,Detail Message: The tx component: nc.itf.voitureEjb is not found in jndi please deploy the componet's ejb
at nc.bs.framework.server.AbstractContext.lookup(AbstractContext.java:136)
at nc.bs.framework.server.ModuleNCLocator.lookup(ModuleNCLocator.java:18)
at nc.bs.framework.comn.serv.ServiceDispatcher.invokeBeanMethod(ServiceDispatcher.java:302)
at nc.bs.framework.comn.serv.ServiceDispatcher.execCall(ServiceDispatcher.java:129)
at nc.bs.framework.comn.serv.CommonServletDispatcher.doGet(CommonServletDispatcher.java:76)
at nc.bs.framework.comn.serv.CommonServletDispatcher.doPost(CommonServletDispatcher.java:95)
[AWT-EventQueue-2] DEBUG - enter method: nc.voiture.itf.VoitureItf.searchVoitureMap(java.util.HashMap)
[AWT-EventQueue-2] DEBUG - Invoke nc.itf.voitureEjb.searchVoitureMap write info to server spend time: 5
[AWT-EventQueue-2] DEBUG - Invoke nc.itf.voitureEjb.searchVoitureMap read result from server spend time: 230
[AWT-EventQueue-2] DEBUG - leave method: nc.voiture.itf.VoitureItf.searchVoitureMap(java.util.HashMap), spend time: 235
nc.bs.framework.exception.ComponentNotFoundException: Component: nc.itf.voitureEjb,Detail Message: The tx component: nc.itf.voitureEjb is not found in jndi please deploy the componet's ejb
at nc.bs.framework.server.AbstractContext.lookup(AbstractContext.java:136)
at nc.bs.framework.server.ModuleNCLocator.lookup(ModuleNCLocator.java:18)
at nc.bs.framework.comn.serv.ServiceDispatcher.invokeBeanMethod(ServiceDispatcher.java:302)
at nc.bs.framework.comn.serv.ServiceDispatcher.execCall(ServiceDispatcher.java:129)
at nc.bs.framework.comn.serv.CommonServletDispatcher.doGet(CommonServletDispatcher.java:76)
at nc.bs.framework.comn.serv.CommonServletDispat in jndi please deploy the componet's ejb
<?xml version="1.0" encoding="gb2312"?>
<module>
<public>
</public>
<private>
<component name="IVoitureNewBS" priority="0" singleton="true" supportAlias="false" tx="CMT">
<interface>nc.voiture.itf.VoitureItf</interface>
<implementation>nc.impl.voiture.pub.VoitureImpl</implementation>
</component>
</private>
</module>
我试着重新生成EJB 但是还是报同样的错误,请高手指导一下!
小弟先谢了! |
|