Hi,
anyone any idea what could be the reason for this exception?
I'm searching since some hours for the reason but do not find a starting point to fix the problem.
I'm confused since there is no final class that will be instantiated. ;-S
Does Lucene use in any case some xml libs like xerces or xalan?
Thanks for any hints. Stefan
java.lang.VerifyError: Cannot inherit from final class
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at org.mortbay.http.ContextLoader.loadClass(ContextLoader.java:225)
at org.mortbay.http.ContextLoader.loadClass(ContextLoader.java:198)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at org.mortbay.http.ContextLoader.loadClass(ContextLoader.java:225)
at org.mortbay.http.ContextLoader.loadClass(ContextLoader.java:198)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at net.nutch.searcher.NutchBean.init(NutchBean.java:70)
at net.nutch.searcher.NutchBean.<init>(NutchBean.java:62)
at net.nutch.searcher.NutchBean.<init>(NutchBean.java:52)
at net.nutch.searcher.NutchBean.get(NutchBean.java:44)
--------------------------------------------------------------- enterprise information technology consultanting open technology: http://www.media-style.com open source: http://www.weta-group.net open discussion: http://www.text-mining.org
------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Nutch-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-developers
