You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2005/11/19 06:30:52 UTC

[Nutch Wiki] Update of "ErrorMessages" by NeilMcAndrew

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.

The following page has been changed by NeilMcAndrew:
http://wiki.apache.org/nutch/ErrorMessages

------------------------------------------------------------------------------
  
  See GettingNutchRunningWithUbuntu for some help.
  
+ 
+ 
+ == Nutch on Debian (cont) ==
+ What is mentioned here 
+ 
+ http://nutch.sourceforge.net/cgi-bin/twiki/view/Main/GettingNutchRunningOnDebian
+ 
+ java.lang.NoClassDefFoundError: org/apache/coyote/http11/Http11Processor$1
+        at org.apache.coyote.http11.Http11Processor.prepareResponse(Http11Processor.java:1513)
+ 
+ can be avoided with 
+ permission java.io.FilePermission "*", "read,write,execute,delete";
+ 
+ pityfully the cache anchor option doesn't work still 
+ 
+ java.security.AccessControlException: access denied (java.util.PropertyPermission * read,write)
+ 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
+ 
+ this happens independent of putting  
+ 
+ permission java.io.FilePermission "*", "read,write,execute,delete";
+ 
+ in 
+ 
+ /etc/tomcat4/policy.d/04webapps.policy
+ 
+ :(
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+