Installed Tomcat 6 on Ubuntu 8.0.4 (works fine) Deployed Nutch-1.0.war and I get the following error. Modified the nutch-site.xml to point the search dir on my crawl directory getting the same error....
Any idea what's wrong > SEVERE: Exception sending initialized context event (context initialized) > at listener class instance (listener) > org.apache.nutch.searcher.NutchBean$NutchBeanConstructor > java.lang.RuntimeException: java.security.AccessControlException: access > denied (java.lang.reflect.ReflectPermission suppressAccessChecks) > at > org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:81) > at > org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1366) > at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:56) > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1379) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:215) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:120) > at org.apache.nutch.searcher.NutchBean.<init>(NutchBean.java:89) > at org.apache.nutch.searcher.NutchBean.<init>(NutchBean.java:77) > at > org.apache.nutch.searcher.NutchBean$NutchBeanConstructor.contextInitialized(NutchBean.java:425) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4342) > -- -MilleBii-