From: Jason C. <ja...@hy...> - 2003-02-27 20:07:23
|
After some minor changes, it would seem I've gotten my upgrade working pretty tidy, but... It would seem I'm throwing all kinds of class loader exceptions at runtime. Here are a few - 11:56:05 AM broker ERROR Provider (org.webmacro.resource.HandlerProvider) failed to load java.lang.ClassNotFoundException: org.webmacro.resource.HandlerProvider 11:56:05 AM broker ERROR Provider (org.webmacro.engine.DirectiveProvider) failed to load java.lang.ClassNotFoundException: org.webmacro.engine.DirectiveProvider 11:56:05 AM engine ERROR Could not load parser: org.webmacro.engine.WMParser org.webmacro.engine.IntrospectionException: No class org.webmacro.engine.WMParser 11:56:05 AM directive WARNING Exception loading directive org.webmacro.engine.IncludeDirective org.webmacro.engine.IntrospectionException: No class org.webmacro.engine.IncludeDirective java.lang.ClassNotFoundException: org.webmacro.engine.IncludeDirective The list goes on and on... all this from a call to new.WM() Does anyone have any experience with this, or seen something similar before? Thanks. J -- |