• 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

Problem creating a new method in existing EJB in RAD 7

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using RAD 7 and trying to add a new method to an existing EJB.

My existing methods work well and i am able to call them properly.
But i added a new method and when i invoke that method i get the following exception...

java.rmi.RemoteException: CORBA BAD_OPERATION 0x0 No; nested exception is:
org.omg.CORBA.BAD_OPERATION:
>> SERVER (id=4773e3aa, host=localhost) TRACE START:
>> org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 completed: No
>> at com.s1.app.sam.samfacade._EJSRemoteStatelessBusinessEJBe_07cba2d9_Tie._invoke(_EJSRemoteStatelessBusinessEJB_07cba2d9_Tie.java:469)
>> at com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegate.java:621)
>> at com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.java:474)
>> at com.ibm.rmi.iiop.ORB.process(ORB.java:503)
>> at com.ibm.CORBA.iiop.ORB.process(ORB.java:1571)
>> at com.ibm.rmi.iiop.Connection.respondTo(Connection.java:2701)
>> at com.ibm.rmi.iiop.Connection.doWork(Connection.java:2575)
>> at com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java:62)
>> at com.ibm.ejs.oa.pool.PooledThread.run(ThreadPool.java:118)
>> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)

I have followed "Prepare for deployment" step in RAD and published the changes to the server.
Tried restarting the server as well, but didn't work.
It's an IBM JRE.
Did anyone encounter such error?

Thanks,
Giriraj.
 
His brain is the size of a cherry pit! About the size of this ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic