Lucene does not use Xalan nor Xerces. I'm not sure what this VerifyError means, but I know there is a command line parameter you can use that stops the JVM from verifying classes it loads. It speeds up the JVM start up time, as well.
Otis --- Stefan Groschupf <[EMAIL PROTECTED]> wrote: > 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) ------------------------------------------------------- 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
