|
Home > Archive > WebSphere Application Server > May 2005 > need help on CORBA BAD_OPERATION exception
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
need help on CORBA BAD_OPERATION exception
|
|
|
| Hi,
We have three applications. One EJB in one ear file will call another EJB in another ear file. When load is heavy, we got CORBA BAD_OPERATION exception (see details below). The Websphere version is WebSphere Platform 5.1 [BASE 5.1.0 b0344.02] [JDK 1.4.1.1
jdk0409.03] [ND 5.1.0 b0344.02]. There are three cluster servers. When that kind exception happens, eventually we had to stop and restart the servers.
Any ideas what can we do to resolve this issue? Is this a bug in Websphere?
Thanks!!
----------------------------------------
[5/17/05 8:29:36:031 EDT] 5a8f9319 SystemOut O Tue May 17 08:29:36 EDT 2005:In MM Appplication:MMProperties: Url=>jdbc:db2:NMSDB<
[5/17/05 8:29:36:047 EDT] 5a8f9319 ExceptionUtil E CNTR0020E: Non-application exception occurred while processing method "verifyEmployer" on bean "BeanId(IGEtoNMS#IGEtoNMS_EJB.jar#GroupFeed, null)". Exception data: javax.ejb.CreateException: CORBA BAD_OPE
RATION 0x0 No; nested exception is:
org.omg.CORBA.BAD_OPERATION: The delegate has not been set! vmcid: 0x0 minor code: 0 completed: No
at com.hbcbsnj.igetonms.ejb.GroupFeedBean.verifyEmployer(GroupFeedBean.java:672)
at com.hbcbsnj.igetonms.ejb.EJSRemoteStatelessGroupFeed_6d0dacd2. verifyEmployer(EJSRemoteStatelessGroupFe
ed_6d0dacd2.java:49)
at com.hbcbsnj.igetonms.ejb._GroupFeed_Stub.verifyEmployer(_GroupFeed_Stub.java:254)
at com.hbcbsnj.group.enrollment.ejb.FeedNMSBean.validateGroup(FeedNMSBean.java:190)
at com.hbcbsnj.group.enrollment.ejb.EJSRemoteStatelessFeedNMS_a935d2d5. validateGroup(EJSRemoteStatelessFeedNMS_
a935d2d5.java:195)
at com.hbcbsnj.group.enrollment.ejb._FeedNMS_Stub.validateGroup(_FeedNMS_Stub.java:299)
| |
| Paul Ilechko 2005-05-17, 6:01 pm |
| tao_wendy@hotmail.com wrote:
> Hi,
>
> We have three applications. One EJB in one ear file will call another
> EJB in another ear file. When load is heavy, we got CORBA
> BAD_OPERATION exception (see details below). The Websphere version is
> WebSphere Platform 5.1 [BASE 5.1.0 b0344.02] [JDK 1.4.1.1 jdk0409.03]
> [ND 5.1.0 b0344.02]. There are three cluster servers. When that kind
> exception happens, eventually we had to stop and restart the servers.
>
>
> Any ideas what can we do to resolve this issue? Is this a bug in
> Websphere?
Possibly. Make sure you are up-to-date on maintenance, and if so, open
a PMR.
|
|
|
|
|