• Cannot Instantiate Class error

    By Dwain A Wuerfel 1 decade ago

    Every so often I get this error message and it seems to happen randomly.  By that I mean my XPage is working fine, I make some changes and it still works fine, then it happens whether I have made changes or not.  Typically I can close the designer and browser, then delete cache.ndk to get it working.  Sometimes I actually have to comment out the code in my XPage, build, then uncomment and build.  Any ideas?

     

    Error while executing JavaScript action expression

    javax.faces.FacesException: Can't instantiate class: 'eu.linqed.debugtoolbar.DebugToolbar'.. java.lang.ClassNotFoundException: class java.lang.ClassNotFoundException: eu.linqed.debugtoolbar.DebugToolbar
    Can't instantiate class: 'eu.linqed.debugtoolbar.DebugToolbar'.. java.lang.ClassNotFoundException: class java.lang.ClassNotFoundException: eu.linqed.debugtoolbar.DebugToolbar
    java.lang.ClassNotFoundException: class java.lang.ClassNotFoundException: eu.linqed.debugtoolbar.DebugToolbar
    class java.lang.ClassNotFoundException: eu.linqed.debugtoolbar.DebugToolbar

    Thanks,

    Dwain