• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Java Space - first object cannot be taken back

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

I faced this issue in the JavaSpace which running in my Server Application. The very first object, which is written into the JavaSpace can not be taken by the Client Application (the rest can be taken ). But if all the Jini Services are restarted, (net.jini.core.discovery.LookupLocator | net.jini.core.lookup.ServiceRegistrar | net.jini.space.JavaSpace) the Client Application takes the first object as well.

Since the issue is only with the first object written into the space, I am looking forward for possible reasons for the issue.

Thank you
regards,
Rukshan
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic