当前位置: 技术问答>java相关
ejb的部署问题
来源: 互联网 发布时间:2015-04-17
本文导语: 用jbuilder6+weblogic6.1sp2整合学习ejb,ejb编译成功,再部署时出现以下错误: Unable to bind a cluster-aware stateless session EJBObject to the name: HelloWorld_EO. Please ensure that the jndi-name in the weblogic-ejb-jar.xml is correct. The e...
用jbuilder6+weblogic6.1sp2整合学习ejb,ejb编译成功,再部署时出现以下错误:
Unable to bind a cluster-aware stateless session EJBObject to the name: HelloWorld_EO. Please ensure that the jndi-name in the weblogic-ejb-jar.xml is correct. The error was:
javax.naming.NameAlreadyBoundException: Can't rebind anything but a replica-aware stub to a name that is currently bound to a replica-aware stub; remaining name ''
上面是说jndi-name绑定错误,不能对以绑定的根节点重复绑定。
请问各位大侠应如何改正。
Unable to bind a cluster-aware stateless session EJBObject to the name: HelloWorld_EO. Please ensure that the jndi-name in the weblogic-ejb-jar.xml is correct. The error was:
javax.naming.NameAlreadyBoundException: Can't rebind anything but a replica-aware stub to a name that is currently bound to a replica-aware stub; remaining name ''
上面是说jndi-name绑定错误,不能对以绑定的根节点重复绑定。
请问各位大侠应如何改正。
|
这是多次bind的异常