Yes. It means that it was looking for a file named "config.properties" and was unable to find it.
> On Sep 12, 2014, at 6:48 PM, researcher cs <prog.researc...@gmail.com> wrote: > > sorry i mean exception > >> On Sat, Sep 13, 2014 at 12:44 AM, researcher cs <prog.researc...@gmail.com> >> wrote: >> Thanks for your advice but do you know what's actually the error mean ? >> >>> On Sat, Sep 13, 2014 at 12:39 AM, P. Taylor Goetz <ptgo...@gmail.com> wrote: >>> I think the best option would be to contact the author of that project. >>> Nothing points to Storm as being the source of the problem. >>> >>> -Taylor >>> >>>> On Sep 12, 2014, at 6:14 PM, researcher cs <prog.researc...@gmail.com> >>>> wrote: >>>> >>>> >>>> I tried to submit a topology and i got this exception >>>> >>>> java.io.FileNotFoundException: config.properties (No such file or >>>> directory) >>>> Exception in thread "main" java.lang.NumberFormatException: null at >>>> java.lang.Integer.parseInt(Unknown Source) at >>>> java.lang.Integer.valueOf(Unknown Source) at >>>> trident.FirstStoryDetection.createTopologyConfiguration(FirstStoryDetection.java:217) >>>> at >>>> trident.FirstStoryDetection.main(FirstStoryDetection.java:286) >>>> >>>> yu@ubuntu:~/storm-0.8.2$bin/storm jar >>>> /home/yu/workspace/first-stories-twitter/target/First-Story-Detection-1.0-SNAPSHOT- >>>> jar-with-dependencies.jar trident.FirstStoryDetection fsd >