I'm getting consistent patterns of errors.

When I disable Rife's classloader, in web.xml:

                <init-param>
                        <param-name>engineclassloader.enabled</param-name>
                        <param-value>false</param-value>
                </init-param>

... then I get the error I posted before:

        java.lang.Exception
        The required init parameter 'site.xml.path' is not provided.

        at com.uwyn.rife.engine.Gate obtainSite ( Gate.java : 204 )
        at com.uwyn.rife.engine.Gate handleRequest ( Gate.java : 292 )
        at sun.reflect.NativeMethodAccessorImpl invoke0 ( 
NativeMethodAccessorImpl.java )
        at sun.reflect.NativeMethodAccessorImpl invoke ( 
NativeMethodAccessorImpl.java : 39 )
        at sun.reflect.DelegatingMethodAccessorImpl invoke ( 
DelegatingMethodAccessorImpl.java : 25 )
        at java.lang.reflect.Method invoke ( Method.java : 585 )
        at com.uwyn.rife.servlet.RifeFilter doFilter ( RifeFilter.java : 142 )
        [..]

When I re-enable the classloader, the above error does not occur 
 but I get a variety of other very strange errors, paricularly in 
code for Apache Jackrabbit (JCR-170) code and for log4j.

Baffling.


fred

_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to