On Wed, 5 May 1999, Tommi [iso-8859-1] Penttilä wrote:
> I have a file:
>
> /home/tommi/source/java/com/hyperhouse/util/PropertiesCache.class
^^^^
[snip]
> ...and kaboom:
> [05/05/1999 15:52:19:488] (ERROR) an error returned handling request via
> protocol "ajpv11"
> [05/05/1999 15:52:19:564] java.lang.NoClassDefFoundError:
> com/hyperhouse/tests/PropertiesCache
^^^^^
Directory settings & all aside, this looks suspicious to me -- the VM's
complaint that it can't find 'com.hyperhouse.tests.PropertiesCache' is
quite reasonable from what you've said. Perhaps you're linking in old
object code which references the class by that name?
Unless you're sure to recompile everything, compilation can't protect you
against this sort of error.
Ed
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]