Re: Problems when deploy nutch-1.0.war

2009-07-07 Thread claus westerkamp
Hello, I think you need to check /etc/default/tomcat6 for TOMCAT5_SECURITY Alex McLintock schrieb: OK, here is how i fixed this in my ubuntu 9.04 setup using the normal tomcatt6 ubuntu package. I added this permission line to the /etc/tomcat6/policy.d/04webapps.policy grant { // Attempt to

Problems when deploy nutch-1.0.war

2009-07-04 Thread xiao yang
I have installed nutch1.0 on Ubuntu9.0.4, the namenode, datanode, jobbut when I deploy nutch-1.0.war, I get the following errors in Tomcat6. What's the problem? Java -version: java version 1.6.0_13 Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Client VM (build 11.3-b02,

Re: Problems when deploy nutch-1.0.war

2009-07-04 Thread schroedi
Do you have the permissions in the filesystem to create the hadoop files? In my case i have to chown the rights for the user (nutch in my case) for the filesystem which I want to store the hadoop files. Check this - in my case it works fine xiao yang wrote: I have installed nutch1.0 on

Re: Problems when deploy nutch-1.0.war

2009-07-04 Thread xiao yang
I have downloaded Tomcat6 from the official site and reinstalled it manually. It works! Maybe there's something wrong with Tomcat6 in the ubuntu mirror site. Thanks! Xiao On Sat, Jul 4, 2009 at 5:02 PM, schroedischroedi2...@gmail.com wrote: Do you have the permissions in the filesystem to

Re: Problems when deploy nutch-1.0.war

2009-07-04 Thread Alex McLintock
2009/7/4 xiao yang yangxiao9...@gmail.com: I have downloaded Tomcat6 from the official site and reinstalled it manually. It works! Maybe there's something wrong with Tomcat6 in the ubuntu mirror site. Oops - I just posted exactly the same problem with the same stack trace, same ubuntu

Re: Problems when deploy nutch-1.0.war

2009-07-04 Thread Alex McLintock
OK, here is how i fixed this in my ubuntu 9.04 setup using the normal tomcatt6 ubuntu package. I added this permission line to the /etc/tomcat6/policy.d/04webapps.policy grant { // Attempt to get Nutch working permission java.security.AllPermission; Now I can get the Nutch web app