DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28949>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28949 Occasional NoClassDefFoundError for tag classes at startup ------- Additional Comments From [EMAIL PROTECTED] 2004-05-29 19:10 ------- Hi. This also happens to me. In my case is always seems to happen with TEI classes that are in my custom tag library - and if there are not any TEI classes then another class - also a custom tag class - is not found after restart. A refresh sorts the problem. I have posted this issue to the users list a number of times. The problem seems to happen under the following conditions: - large custom tag library (mine is custom with 200+ tags) - A number of frames in the browser - one or more of which reference the tag library - TEI classes (if present) are always the culprits - and always in order of appearance in the tld. I have now got a servlet doing a load-on-startup of 1 and in its init I do the following: ClassLoader cls = this.getClass().getClassLoader(); cls.loadClass("offence.very.TEIClasses); :) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]