Hi Praveen,

I looked through the source of WebappClassLoader.java
and this error message appears in two methods, one of
which loads a class and the another which loads a
local resource. The error occurs when the
WebappClassLoader is not 'started' and one of these
methods is invoked.

This is the method which starts the WebappClassLoader:


    /**
     * Start the class loader.
     *
     * @exception LifecycleException if a lifecycle
error occurs
     */
    public void start() throws LifecycleException {

        if (securityManager != null)
           
securityManager.checkPermission(allPermission);

        started = true;

    }

>From that it looks as if a SecurityManager violation
could stop the WebappClassLoader from starting. Do you
have any special security set up?

-Janek
------

WebappClassLoader.java:

http://cvs.apache.org/viewcvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java?rev=1.26&content-type=text/vnd.viewcvs-markup


 --- Praveen Potineni <[EMAIL PROTECTED]> wrote:
> HI all,
> I got this error...
> WebappClassLoader; Lifecycle error :CL stopped.
> 
> Does anoyone have any idea about this error. Guess
> there should be a way to avoid/fix this. 
> 
> Thanks
> Praveen
> 
>  

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music 
Charts
http://uk.my.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to