I had the same problem too. I changed "RemoteGroupCacheServerFactory" to "RemoteCacheServerFactory" and it worked. I also had to modify some of the interfaces of the CVS sources I downloaded, because some of its methods didn't throw RemoteException and couldn't make the rmi stubs.
----- Original Message ----- From: "Guru Prasanth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 6:01 AM Subject: RemoteGroupCacheServerFactory problem > hi, > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/jcs/auxiliary/remote/server/group/RemoteGroupCacheServerFactory. > > for the above problem i went to the respective folder to find > RemoteGroupCacheServerFactory.But i was not able to find it.i went to the > cvs and try to get it.but it was not available. > > regards > guru > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
