[EJB:011008]Unable to bind EJB Home Interface to the JNDI name: BusinessDelegateBean.

weblogic部署应用,真的只部署了这么一个应用,其他没找到任何东东,可就是报错,aready in use   。 求高人指导  2014-08-04

控制台报错如下:

<2014-8-4 下午125041 GMT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_08-b03 from Sun Microsystems Inc.>

<2014-8-4 下午125041 GMT> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>

<2014-8-4 下午125041 GMT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5  Mon Sep 19 23:06:54 PDT 2005 641358

WebLogic XMLX Module 8.1 SP5  Mon Sep 19 23:06:54 PDT 2005 641358 >

<2014-8-4 下午125041 GMT> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at D:\DM\Padm-Domain\.\config.xml.>

<2014-8-4 下午125043 GMT> <Notice> <Log Management> <BEA-170019> <The server log file D:\DM\Padm-Domain\myserver\myserver.log is opened. All server side log events will be written to this file.>

###[PingAn Security Provider - Version 1.0.5]### Start in Mon Aug 04 12:50:44 GMT 2014

<2014-8-4 下午125044 GMT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>

<2014-8-4 下午125044 GMT> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "mydomain">

<2014-8-4 下午125050 GMT> <Warning> <HTTP> <BEA-101248> <[Application: 'D:\SVN\PADM-CORE3.30.0\core_j2ee\dist\dmexif', Module: 'DMW']: Deployment descriptor "weblogic.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'weblogic-web-app'. (line 1, column 19).>

<2014-8-4 下午125050 GMT> <Warning> <EJB> <BEA-010202> <Call-by-reference is not enabled for the EJB 'BsReceiveBean'. The server will have better performance if it is enabled. To enable call-by-reference, set the enable-call-by-reference element to True in the weblogic-ejb-jar.xml deployment descriptor for this EJB.>

<2014-8-4 下午125053 GMT> <Warning> <EJB> <BEA-010202> <Call-by-reference is not enabled for the EJB 'BsReceiveBean'. The server will have better performance if it is enabled. To enable call-by-reference, set the enable-call-by-reference element to True in the weblogic-ejb-jar.xml deployment descriptor for this EJB.>

<2014-8-4 下午125107 GMT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application PADM-CORE_330.

weblogic.management.ApplicationException: activate failed for dmexif-ejb.jar

{

Module Name: dmexif-ejb.jar, Error: Exception activating module: EJBModule(dmexif-ejb.jar,status=PREPARED)

 

 

Unable to deploy EJB: BusinessDelegateBean from dmexif-ejb.jar:

 

[EJB:011008]Unable to bind EJB Home Interface to the JNDI name: BusinessDelegateBean.

javax.naming.NameAlreadyBoundException: Failed to bind remote object (ClusterableRemoteRef(5340904920125606229S:10.13.74.215:[7001,7001,-1,-1,7001,-1,-1,0,0]:mydomain:myserver null)/297 [com.paic.amesb.delegate.imp.ejb.BusinessDelegateHome+javax.ejb.EJBHome+weblogic.ejb20.interfaces.RemoteHome]) to replica aware stub at BusinessDelegateBean(ClusterableRemoteRef(5340904920125606229S:10.13.74.215:[7001,7001,-1,-1,7001,-1,-1,0,0]:mydomain:myserver [5340904920125606229S:10.13.74.215:[7001,7001,-1,-1,7001,-1,-1,0,0]:mydomain:myserver/286])/286 [com.paic.amesb.delegate.imp.ejb.BusinessDelegateHome+javax.ejb.EJBHome+weblogic.ejb20.interfaces.RemoteHome]); remaining name ''

      at weblogic.rmi.cluster.ClusterableRemoteObject.onBind(ClusterableRemoteObject.java:177)

      at weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:347)

      at weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:124)

      at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:291)

      at weblogic.jndi.internal.WLEventContextImpl.bind(WLEventContextImpl.java:279)

      at weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:390)

      at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrivenBeanInfoImpl.java:1144)

      at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1477)

      at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:631)

      at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:3322)

      at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2201)

      at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2174)

      at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2122)

      at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3099)

      at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1768)

      at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:351)

      at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)

      at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)

      at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)

      at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)

      at weblogic.Server.main(Server.java:32)

}

      at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2214)

      at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2174)

      at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2122)

      at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3099)

      at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1768)

      at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:351)

      at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)

      at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)

      at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)

      at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)

      at weblogic.Server.main(Server.java:32)

>

<2014-8-4 下午125107 GMT> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that wlntio.dll is in: 'C:\bea\jdk142_08\jre\bin;.;C:\Windows\system32;C:\Windows;C:\bea\jdk142_08\jre\bin;C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:\Program Files\CollabNet\Subversion Client;C:\Program Files\CA\SC\CAWIN\;C:\Oracle\product\11.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\PROGRA~1\ATT\Graphviz\bin;C:\PROGRA~1\ATT\Graphviz\bin\tools;C:\Program Files\Rational\common;C:\Program Files\Rational\ClearCase\bin;C:\ANT_HOME\Apache-Ant-1.7.0\bin;C:\Program Files\Windows Imaging\;C:\Program Files\CA\SC\Csam\SockAdapter\bin;C:\PROGRA~1\CA\SC\CAM\bin;C:\Program Files\CA\SC\CBB\;C:\Program Files\CA\DSM\bin;C:\Program Files\CA\SC\DTS\bin\;C:\Program Files\KVS\EVClient\;C:\Program Files\TortoiseSVN\bin;.;C:\bea\user_projects\domains\epcis_cgi_domain;C:\Program Files\Java\jdk1.6.0_20\bin;D:\work\ant\bin;D:\tools\groovy-1.0\bin;D:\tools\apache-tomcat-6.0.30\bin;'

>

<2014-8-4 下午125107 GMT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "myserver" for domain "mydomain" running in Development Mode>

<2014-8-4 下午125107 GMT> <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on port 7001, ip address *.*>

<2014-8-4 下午125107 GMT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>

 

 

【解决方案:... 征集中 ...

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值