|
 |
pro_java_server thread: Re: Pb running Activatable sample, from
Message #1 by "kim" <lekim@b...> on Wed, 27 Jun 2001 14:39:01
|
|
1. The trailing slash(/) after activatable is ONE requirement.
2. You also want to run rmid and rmiregistry outside the activatable
directory.
> "kim" <lekim@b...> writes:
>
> > It seemed that you missed the important slash (/) after the word
> > Activatable.
> >
> > > Hello,
> > >
> > > I have a problem when trying to get the "Activatable" sample
> > > running. Here are the instructions I use :
> > >
> > > 1. javac *.java
> > > 2. rmic HelloServer
> > > 3. rmiregistry -J-Djava.security.policy=registerit.policy
> > > 4. rmid -J-Djava.security.policy=registerit.policy
> > > 5. java -Djava.security.policy=registerit.policy
> > > -
> >
Djava.rmi.server.codebase=file:///home/dod/development/tests/java/j2ee/Chap
> > 02/Activatable
> > > RegisterIt
> > >
> > > When processing step 5, I get the following error message :
> > > "Exception java.rmi.activation.ActivationException:
> > > ActivationSystem not running; nested exception is:
> > > java.rmi.NotBoundException: java.rmi.activation.ActivationSystem"
>
> No, it does not change anything :-(
>
> Dominique
>
|
|
 |