Re: servlet exception when processing TLD

2009-11-18 Thread MilleBii
.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.(NutchBean.java:89) >

Re: servlet exception when processing TLD

2009-11-16 Thread Konstantin Kolinko
m.get(FileSystem.java:215) >>>>     at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:120) >>>>     at org.apache.nutch.searcher.NutchBean.(NutchBean.java:89) >>>>     at org.apache.nutch.searcher.NutchBean.(NutchBean.java:77) >>>>     at >>>&g

Re: servlet exception when processing TLD

2009-11-16 Thread André Warnier
MilleBii wrote: Not sure how to fully disable security ... Under Ubuntu, there is probably a file /etc/default/tomcat, which is invoked by the tomcat startup script in /etc/init.d. In the file /etc/default/tomcat, there should be a line like TOMCAT_SECURITY=YES Setting it to NO will diable the

Re: servlet exception when processing TLD

2009-11-15 Thread MilleBii
t;> java.lang.RuntimeException: java.security.AccessControlException: >>>>> access >>>>> denied (java.lang.reflect.ReflectPermission suppressAccessChecks) >>>>> at >>>>> >>>>> org.apache.hadoop.util.Reflec

Re: servlet exception when processing TLD

2009-11-15 Thread MilleBii
>> 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(Fil

Re: servlet exception when processing TLD

2009-11-15 Thread MilleBii
tialized(NutchBean.java:425) >>> at >>> >>> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) >>> at >>> org.apache.catalina.core.StandardContext.start(StandardContext.java:4342) >>> >>> >> So I&

Re: servlet exception when processing TLD

2009-11-15 Thread Pid
ava:4342) So I'm stuck still. 2009/11/15 Caldarale, Charles R From: MilleBii [mailto:mille...@gmail.com] Subject: servlet exception when processing TLD SEVERE: Error reading tld listeners javax.servlet.ServletException: Exception when processing TLD at the ressource path /WEB-INF/tag

Re: servlet exception when processing TLD

2009-11-15 Thread MilleBii
> > From: MilleBii [mailto:mille...@gmail.com] > > Subject: servlet exception when processing TLD > > > > SEVERE: Error reading tld listeners javax.servlet.ServletException: > > > Exception when processing TLD at the ressource path > > > /WEB-INF/taglibs-i

RE: servlet exception when processing TLD

2009-11-15 Thread Caldarale, Charles R
> From: MilleBii [mailto:mille...@gmail.com] > Subject: servlet exception when processing TLD > > SEVERE: Error reading tld listeners javax.servlet.ServletException: > > Exception when processing TLD at the ressource path > > /WEB-INF/taglibs-i18n.tld dan

servlet exception when processing TLD

2009-11-15 Thread MilleBii
I have Tomcat 5.5 fresh install (apt-get) on ubuntu and just trying to deploy the standard distribution of nutch-1.0... and I'm getting the following errors. Of course the taglibs-i18n.tld file is present. After searching on the net I have found little help... suspecting something wrong with my in