• 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

Trouble Finding Lookup Server

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm doing a JavaSpaces project and I've been able to get all the services up and running, but when I try a simple helloworld program, it can't connect to the javaspace. The error I get is this

Having trouble finding a lookup server in the group(s):

...trying again



Why does it not have a list of groups to be looking at when one is specific on the command line? I looked everywhere on the web, the most common explanation was to see if multicast was enabled. Of course, I'm running this on my schools unix server through ssh. Is there any information I can give yall that might help us solve this problem?
 
reply
    Bookmark Topic Watch Topic
  • New Topic