This is the log from my partition, I can't figure out why I can't deploy my EAR
in BES 6.5
I get this : Failed to deploy the module. Please look at log for details... but
in the logs (see below) there's nothing that gives me any clue on what my
problem is. I ran the DeploymentDescriptor validator and I get 0 errors.
I really have no clue, It's an EAR i was able to deploy on Weblogic and JBoss,
now I'm trying to deploy it on BES 6.5, I used jBuilder 2005 to set up the
necessary BES Deployment Descriptors.
Any help on what could be my problem ?
Thank you.
2005-06-21 13:05:57,177 INFO - Loading J2EE module myEAR.ear...
2005-06-21 13:05:57,177 INFO - Deploying
C:\Borland\BDP\var\domains\base\configurations\j2eeSample\mos\MyPartition\ears\myEAR.ear
2005-06-21 13:07:17,333 ERROR - STACK TRACE
org.omg.CORBA.OBJECT_NOT_EXIST: vmcid: 0x0 minor code: 0 completed: No
at sun.reflect.GeneratedConstructorAccessor39.newInstance(Unknown Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:308)
at java.lang.Class.newInstance(Class.java:261)
at com.inprise.vbroker.orb.SE.read(SE.java:28)
at com.inprise.vbroker.orb.DelegateImpl.handleReply(DelegateImpl.java:874)
at com.inprise.vbroker.orb.DelegateImpl.invoke(DelegateImpl.java:759)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
at org.omg.CosNaming._NamingContextExtStub.unbind(_NamingContextExtStub.java:440)
at com.sun.jndi.cosnaming.CNCtx.callUnbind(CNCtx.java:680)
at com.sun.jndi.cosnaming.CNCtx.unbind(CNCtx.java:736)
at javax.naming.InitialContext.unbind(InitialContext.java:375)
at javax.naming.InitialContext.unbind(InitialContext.java:375)
at com.inprise.ejb.Container.registerRemoteHomesInJndi(Container.java:624)
at com.inprise.ejb.Container.deployEnterpriseBean(Container.java:535)
at com.inprise.ejb.Container.deployEjbModule(Container.java:414)
at com.inprise.ejb.Container.deployEarModule(Container.java:471)
at com.inprise.ejb.Container.deployModule(Container.java:313)
at com.inprise.ejb.Container.load(Container.java:1059)
at com.borland.enterprise.server.services.ejb.EjbService.load(EjbService.java:398)
at com.sun.server.ServiceManager.loadModule(ServiceManager.java:1684)
at
com.borland.enterprise.server.PartitionModules.loadModule(PartitionModules.java:239)
at com.sun.server.ServiceManager.loadThisModule(ServiceManager.java:1613)
at
com.borland.enterprise.management.agent.PartitionAgentImpl.loadEar(PartitionAgentImpl.java:212)
at
com.borland.enterprise.idl.Server.PartitionAgentPOATie.loadEar(PartitionAgentPOATie.java:181)
at
com.borland.enterprise.idl.Server.PartitionAgentPOA._invoke(PartitionAgentPOA.java:273)
at
com.borland.enterprise.idl.Server.PartitionAgentPOA._invoke(PartitionAgentPOA.java:98)
at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2916)
at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:187)
at
com.inprise.vbroker.poa.ServerInterceptorManager$ARWrapper.invoke(ServerInterceptorManager.java:115)
at
com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:868)
at
com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:68)
at
com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:1158)
at
com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:105)
at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:95)
2005-06-21 13:07:17,333 INFO - Failed to deploy
C:\Borland\BDP\var\domains\base\configurations\j2eeSample\mos\MyPartition\ears\myEAR.ear
2005-06-21 13:07:17,333 INFO - Undoing effects of a partial deployment ...
2005-06-21 13:07:17,333 INFO - The remote home name is :
mybeans/LoginManager
2005-06-21 13:08:05,396 ERROR - org.omg.CORBA.OBJECT_NOT_EXIST: vmcid: 0x0
minor code: 0 completed: No
2005-06-21 13:08:05,396 ERROR - Load of J2EE module
C:\Borland\BDP\var\domains\base\configurations\j2eeSample\mos\MyPartition\ears\myEAR.ear
to service ejbcontainer failed:
com.borland.enterprise.server.partition.service.DeploymentException: Failed to
deploy the module. Please look at log for details....
com.borland.enterprise.server.partition.service.DeploymentException: Failed to
deploy the module. Please look at log for details...
at com.inprise.ejb.Container.load(Container.java:1066)
at com.borland.enterprise.server.services.ejb.EjbService.load(EjbService.java:398)
at com.sun.server.ServiceManager.loadModule(ServiceManager.java:1684)
at
com.borland.enterprise.server.PartitionModules.loadModule(PartitionModules.java:239)
at com.sun.server.ServiceManager.loadThisModule(ServiceManager.java:1613)
at
com.borland.enterprise.management.agent.PartitionAgentImpl.loadEar(PartitionAgentImpl.java:212)
at
com.borland.enterprise.idl.Server.PartitionAgentPOATie.loadEar(PartitionAgentPOATie.java:181)
at
com.borland.enterprise.idl.Server.PartitionAgentPOA._invoke(PartitionAgentPOA.java:273)
at
com.borland.enterprise.idl.Server.PartitionAgentPOA._invoke(PartitionAgentPOA.java:98)
at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2916)
at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:187)
at
com.inprise.vbroker.poa.ServerInterceptorManager$ARWrapper.invoke(ServerInterceptorManager.java:115)
at
com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:868)
at
com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:68)
at
com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:1158)
at
com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:105)
at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:95)
2005-06-21 14:59:28,930 INFO - Partition is shutting down
> This is the log from my partition, I can't figure out why I can't
> deploy my EAR in BES 6.5
>
> I get this : Failed to deploy the module. Please look at log for
> details... but in the logs (see below) there's nothing that gives me
> any clue on what my problem is. I ran the DeploymentDescriptor
> validator and I get 0 errors.
>
> I really have no clue, It's an EAR i was able to deploy on Weblogic
> and JBoss, now I'm trying to deploy it on BES 6.5, I used jBuilder
> 2005 to set up the necessary BES Deployment Descriptors.
>
> Any help on what could be my problem ?
>
> Thank you.
>
>
> 2005-06-21 13:05:57,177 INFO - Loading J2EE module myEAR.ear...
> 2005-06-21 13:05:57,177 INFO - Deploying
> C:\Borland\BDP\var\domains\base\configurations\j2eeSample\mos\MyPartit
> ion\ears\myEAR.ear 2005-06-21 13:07:17,333 ERROR - STACK TRACE
> org.omg.CORBA.OBJECT_NOT_EXIST: vmcid: 0x0 minor code: 0
That exception typically indicates a port number conflict between the
partition and the management agent. At this point I would recommend
removing and reinstalling BES 6.5 and reconfiguring it in JBuilder to
reset all the defaults.
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html