• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

org.omg.CORBA.BAD_OPERATION: The delegate has not been set!

 
Ranch Hand
Posts: 233
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are getting the following exception:

java.rmi.RemoteException: CORBA BAD_OPERATION 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.ibm.CORBA.iiop.UtilDelegateImpl.mapSystemException(UtilDelegateImpl.java:251)
at com.ibm.CORBA.iiop.UtilDelegateImpl.isLocal(UtilDelegateImpl.java(Compiled Code))
at javax.rmi.CORBA.Util.isLocal(Util.java(Compiled Code))
at gr.novabank.chequereader.sessionbeans._CubeIqFilePollerHome_Stub.getEJBMetaData(_CubeIqFilePollerHome_Stub.java:128)
at org.quartz.jobs.ee.ejb.EJBInvokerJob.execute(EJBInvokerJob.java:168)
at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java(Compiled Code))
Caused by: org.omg.CORBA.BAD_OPERATION: The delegate has not been set! vmcid: 0x0 minor code: 0 completed: No
at org.omg.CORBA.portable.ObjectImpl._get_delegate(ObjectImpl.java(Inlined Compiled Code))
at org.omg.CORBA.portable.ObjectImpl._is_local(ObjectImpl.java(Inlined Compiled Code))
... 6 more

WebSphere Platform 5.1 [BASE 5.1.0 b0344.02] is the version of WebSphere Application Server we use

Apparently this is the same issue as that described in:

https://coderanch.com/t/74516/Websphere/Stub-no-delegate-set-WebSphere

There is a fix by IBM but it pertains to WebSphere 5.0

PQ85578: 'CORBA.BAD_OPERATION: The delegate has not been set!' error in logs when making EJB calls

http://www-1.ibm.com/support/docview.wss?uid=swg1PQ85578

Can anyone help with what patch one should apply to WebSphere 5.1 to incorporate this fix?

Many thanks in advance!

Panagiotis.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic