Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Jini Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi, For making the lookup service run, I launch form the prompt the following commands: 1) start HTTP server The reggie-dl.jar file is stored in the d:\ls\http directory. 2) start RMI daemon 3) start Reggie The d:\ls\policy.all file is the following: grant { Once the lookup service has started, I try to connect to it but I cannot. If I try a unicast discovery (TCP)with a program through the instruction LookupLocator lookup = new LookupLocator("jini://127.0.0.1"); this stops throwing the following exception If I try a multicast discovery (UDP) through the instruction LookupDiscovery discover = new LookupDiscovery(LookupDiscovery.ALL_GROUPS); I get the following error message instead What is my problem? How can I solve it? Thanks in advance.
Replies: |
Sponsored Links
|