"vaibhav_rane" <vaibhav_rane@...> wrote:
> Hello guys,
>
> i m novice to jini as well as to his grp ... i am trying to start
> mahalo service... i give the foll. command ...
>
> java -Djava.security.policy=policy.all -
> jar /opt/jini2_0_002/lib/start.jar start-transient-jrmp-mahalo.config
>
> when i run the abv command i get the foll. stack trace ...
>
> Sep 24, 2005 2:57:25 PM com.sun.jini.start.ServiceStarter
> checkResultFailures
> WARNING: Exception creating service.
> java.lang.ClassNotFoundException:
> com.sun.jini.mahalo.TransientMahaloImpl
Questions like this are best asked on the jini-users list found on
http://www.jini.org. It looks like you are not running the above command in a
directory that places the "start-transient-jrmp-mahalo.config" file references
into the correct directory hierarchy.
Gregg Wonderly