How to check last actual release?

P.S. I am not so confident with svn since I primary use git.

2012/7/24 Greg Trasuk <[email protected]>

>
> Ivan:
>
> I'm not sure of the exact problem, but one of the committers (Peter
> Firmstone) has been doing some work on the policy providers in the last
> few days.  You might want to just try downloading or checking out the
> last actual release.
>
> Regards,
>
> Greg Trasuk
>
> On Tue, 2012-07-24 at 12:55, ???? ??????? wrote:
> > I checked river from svn with command:
> > # svn checkout http://svn.apache.org/repos/asf/river/jtsk/trunk river
> >
> > After setting up RIVER_HOME I tried to start http server:
> > # scripts/httpd.sh
> > It works fine.
> >
> > But when I try to run reggie service with:
> > # scripts/jrmp-reggie.sh
> >
> > it raises error:
> > Exception in thread "main" java.lang.NoClassDefFoundError:
> > au/net/zeus/collection/Ref
> >  at
> >
> com.sun.jini.start.AggregatePolicyProvider.<clinit>(AggregatePolicyProvider.java:90)
> > at
> >
> com.sun.jini.start.NonActivatableServiceDescriptor.create(NonActivatableServiceDescriptor.java:619)
> >  at com.sun.jini.start.ServiceStarter.create(ServiceStarter.java:287)
> > at
> >
> com.sun.jini.start.ServiceStarter.processServiceDescriptors(ServiceStarter.java:445)
> >  at com.sun.jini.start.ServiceStarter.main(ServiceStarter.java:476)
> > Caused by: java.lang.ClassNotFoundException: au.net.zeus.collection.Ref
> >  at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
> > at java.security.AccessController.doPrivileged(Native Method)
> >  at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
> >  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
> >  ... 5 more
> >
> >
> > Also during the build there were warnings about this class Ref.
> >
> > What could be problem with this and how to solve it?
>
>

Reply via email to