伤感的restart ear nullpointexception in weblogic

2020-12-13 02:52

阅读:446

标签:java   weblogic   

最近发现部署在weblogic上面的应用restart的时候报NullPointException错误,由于系统ejb构建比较复杂,在stateless ejb之上还有个stateless ejb来实现cache的功能,一直以为是多层bean导致weblogic restart ear出错,左调整右调整都不行,网上google也没有进展,最后跑去oracle support网站,一search,才发现有人报了类似的问题,oracle为weblogic10.3.3出了patch。。。好伤感,折腾了这么久,不能太相信第三方的软件......

“The stateless session EJB home associated to the bean with the remote interface oracle.j2ee.tests.ejb.impl.DoclitWrapperWTJPortType, is not being unexported from OIDManager during the stop (deactivate) phase of the application lifecycle. This is causing the previous uninitialized object to be returned. The NullPointerException seen is a result of creating the message associated to the AssertionError that was going to be thrown since the object is in an uninitialized state. This issue is addressed by unpublished defect 9504078.”

####>            (StubInfo.java:61)
  27098         at weblogic.rmi.cluster.ClusterableServerRef.getStubReference(ClusterableServerRef.java:201)
  27099         at weblogic.rmi.internal.OIDManager.getReplacement(OIDManager.java:172)
  27100         at weblogic.rmi.utils.io.RemoteObjectReplacer.replaceRemote(RemoteObjectReplacer.java:120)
  27101         at weblogic.rmi.utils.io.RemoteObjectReplacer.replaceObject(RemoteObjectReplacer.java:103)
  27102         at weblogic.rmi.extensions.server.ServerHelper.replaceAndResolveRemoteObject(ServerHelper.java:403)
  27103         at weblogic.jndi.internal.WLEventContextImpl.copyObject(WLEventContextImpl.java:381)
  27104         at weblogic.jndi.internal.WLEventContextImpl.bind(WLEventContextImpl.java:276)
  27105         at weblogic.ejb.container.deployer.EjbJndiService.bind(EjbJndiService.java:47)
  27106         at weblogic.ejb.container.deployer.EjbJndiService.replicatedBind(EjbJndiService.java:29)
  27107         at weblogic.ejb.container.deployer.Ejb3SessionBinder.bindInternalHome(Ejb3SessionBinder.java:39)
  27108         at weblogic.ejb.container.deployer.Ejb3SessionBinder.bindToJNDI(Ejb3SessionBinder.java:127)
  27109         at weblogic.ejb.container.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrivenBeanInfoImpl.java:1228)
  27110         at weblogic.ejb.container.deployer.Ejb3SessionBeanInfoImpl.activate(Ejb3SessionBeanInfoImpl.java:513)
  27111         at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1320)
  27112         at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:493)
  27113         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
  27114         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:531)
  27115         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
  27116         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:165)
  27117         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:157)
  27118         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
  27119         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
  27120         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
  27121         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
  27122         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
  27123         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
  27124         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
  27125         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
  27126         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
  27127         at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:143)
  27128         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
  27129         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
  27130         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
  27131         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
  27132         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
  27133         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
  27134         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
  27135         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
  27136         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
  27137         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
  27138         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
  27139 >

伤感的restart ear nullpointexception in weblogic,搜素材,soscw.com

伤感的restart ear nullpointexception in weblogic

标签:java   weblogic   

原文地址:http://blog.csdn.net/cloud_ll/article/details/25328177


评论


亲,登录后才可以留言!