This is a known issue; look in JIRA for the sloccount-plugin, you should be able to find the issue. On that issue there is an attachment which is a fixed version of the plugin, which has been working fine for me for a couple of months. I don't know why the fix hasn't made its way into the official plugin.
----- Original Message ----- From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jan 25 2013 12:25:08 Hi Group, I am getting an exception: 12:16:34 ERROR: Publisher hudson.plugins.sloccount.SloccountPublisher aborted due to exception 12:16:34 java.lang.NullPointerException 12:16:34 at hudson.plugins.sloccount.model.SloccountParser.parseLine(SloccountParser.java:92) 12:16:34 at hudson.plugins.sloccount.model.SloccountParser.parse(SloccountParser.java:59) 12:16:34 at hudson.plugins.sloccount.model.SloccountParser.parse(SloccountParser.java:50) 12:16:34 at hudson.plugins.sloccount.model.SloccountParser.invoke(SloccountParser.java:40) 12:16:34 at hudson.plugins.sloccount.model.SloccountParser.invoke(SloccountParser.java:17) 12:16:34 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2309) 12:16:34 at hudson.remoting.UserRequest.perform(UserRequest.java:118) 12:16:34 at hudson.remoting.UserRequest.perform(UserRequest.java:48) 12:16:34 at hudson.remoting.Request$2.run(Request.java:326) 12:16:34 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 12:16:34 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) 12:16:34 at java.util.concurrent.FutureTask.run(FutureTask.java:166) 12:16:34 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) 12:16:34 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) 12:16:34 at java.lang.Thread.run(Thread.java:679) Any ideas ? --