Re: Got java.lang.SecurityException: class javax.servlet.FilterRegistration's when running job from intellij Idea

2015-01-28 Thread Marco
I've switched to maven and all issues are gone, now. 2015-01-23 12:07 GMT+01:00 Sean Owen so...@cloudera.com: Use mvn dependency:tree or sbt dependency-tree to print all of the dependencies. You are probably bringing in more servlet API libs from some other source? On Fri, Jan 23, 2015 at

Re: Got java.lang.SecurityException: class javax.servlet.FilterRegistration's when running job from intellij Idea

2015-01-23 Thread Marco
Hi, I've exactly the same issue. I've tried to mark the libraries as 'provided' but then IntelliJ IDE seems to have deleted the libraries locallythat is I am not able to build/run the stuff in the IDE. Is the issue resolved ? I'm not very experienced in SBTI've tried to exclude the

Re: Got java.lang.SecurityException: class javax.servlet.FilterRegistration's when running job from intellij Idea

2015-01-23 Thread Sean Owen
Use mvn dependency:tree or sbt dependency-tree to print all of the dependencies. You are probably bringing in more servlet API libs from some other source? On Fri, Jan 23, 2015 at 10:57 AM, Marco marco@gmail.com wrote: Hi, I've exactly the same issue. I've tried to mark the libraries as

Re: Got java.lang.SecurityException: class javax.servlet.FilterRegistration's when running job from intellij Idea

2014-11-04 Thread Sean Owen
Generally this means you included some javax.servlet dependency in your project deps. You should exclude any of these as they conflict in this bad way with other copies of the servlet API from Spark. On Tue, Nov 4, 2014 at 7:55 AM, Jaonary Rabarisoa jaon...@gmail.com wrote: Hi all, I have a

Got java.lang.SecurityException: class javax.servlet.FilterRegistration's when running job from intellij Idea

2014-11-03 Thread Jaonary Rabarisoa
Hi all, I have a spark job that I build with sbt and I can run without any problem with sbt run. But when I run it inside IntelliJ Idea I got the following error : *Exception encountered when invoking run on a nested suite - class javax.servlet.FilterRegistration's signer information does not