On Tue, 2012-07-24 at 14:46, ???? ??????? wrote:
> How to check last actual release?
> 
> P.S. I am not so confident with svn since I primary use git.
> 

I'm not all that familiar with the svn command line either.  If you're
on Eclipse or Netbeans, you should be able to browse for the tag when
you checkout.

In any case, the tag was '2.2.0' and it was on June 20, 2011.

Hope that helps.

Greg.

> 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