The Artima Developer Community
Sponsored Link

Jini Forum
starting Norm problem

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Johnny

Posts: 1
Nickname: portfel
Registered: May, 2004

starting Norm problem Posted: May 9, 2004 3:21 AM
Reply to this message Reply
Advertisement
hi. I have a problem to start a norm service. I've started lookup, outrigger and mahalo services and they have worked out ok. Only the norm didn't register with lookup service.
When I started the norm it seemed to be ok too, and it didn't throw any exception but didn't register with reggie service. The config files are listed below:

batch file starting norm:
java -Djava.security.policy=policy.all -jar c:\java\jini2\lib\start.jar norm.config

norm.confing

import com.sun.jini.start.NonActivatableServiceDescriptor;
import com.sun.jini.start.ServiceDescriptor;

com.sun.jini.start {
private static codebase = "http://localhost:8081/norm-dl.jar";
private static policy = "policy.all";
private static classpath = "c:\\java\\jini2\\lib\\norm.jar";
private static config = "transient-norm.config";

static serviceDescriptors = new ServiceDescriptor[] {new NonActivatableServiceDescriptor(codebase, policy, classpath,"com.sun.jini.norm.TransientNormServerImpl",new String[] { config })};
}

transient-norm.config
com.sun.jini.reggie {
initialMemberGroups = new String[] { "your.group" };
}

All services run on the same machine, and only norm doesn't register with lookup. I'don't know why. Thanks for help.

Topic: Starting Reggie . problem in RMID ? Previous Topic   Next Topic Topic: Jini As a WebService

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use