Re: Clojure Samza Task

2015-05-18 Thread Michael Ravits
Hi Gustavo, Thanks for answering! I checked with a debugger both when running with Java and Clojure. In the Clojure case Log.class.getClassLoader() returned null and caused the NPE. I guess this is not the place to learn Scala but I'm still puzzled, how is a function with a signature which means

Re: Clojure Samza Task

2015-05-18 Thread Michael Ravits
Hi Gustavo, Thanks for answering! I checked with a debugger both when running with Java and Clojure. In the Clojure case Log.class.getClassLoader() returned null and caused the NPE. I guess this is not the place to learn Scala but I'm still puzzled, how is a function with a signature which means

Re: Clojure Samza Task

2015-05-18 Thread Gustavo Anatoly
Hi, Michael Ravits. The error happens when the Log class try to read the jetty-logging.properties file. Please take a look the line at ( org.eclipse.jetty.util.log.Log.java:94) URL testProps = Log.class.getClassLoader().getResource( "jetty-logging.properties"); Thus, the question is if this file