• 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

NO_RESOURCES problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am newbie to Corba and facing a problem while connecting with remote servant. I am getting following exception :

Exception in thread "main" org.omg.CORBA.NO_RESOURCES minor code: 0x0 completed: No
at com.ooc.OB.Util.unmarshalSystemException(Util.java:172)
at com.ooc.OB.GIOPConnection.processReply(GIOPConnection.java:824)
at com.ooc.OB.GIOPConnection.processMessage(GIOPConnection.java:712)
at com.ooc.OB.ThreadedGIOPConnectionHandler.doReceive(ThreadedGIOPConnectionHandler.java:302)
at com.ooc.OB.GIOPReceiverThread.run(ThreadedGIOPConnectionHandler.java:
57)

Does this mean , a Thread/Resource problem at Server end or Client End ? any suggestions/way-arounds to counter this ?

Thanks in advance !
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry i am new in corba too but could you chack what resources you are passing. Is it correct or not.
 
Being a smart alec beats the alternative. This tiny ad knows what I'm talking about:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic