rajdeokumarsingh / slug-semweb-crawler

Automatically exported from code.google.com/p/slug-semweb-crawler
Other
0 stars 0 forks source link

Exception in thread "Thread-1" #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I built slug with ant --- "ant build.all".after that i ran the slug but this 
came out:

C:\slug>ant build.all
Buildfile: C:\slug\build.xml

build:
    [javac] C:\slug\build.xml:55: warning: 'includeantruntime' was not set, defa
ulting to build.sysclasspath=last; set to false for repeatable builds

build.tests:
    [javac] C:\slug\build.xml:75: warning: 'includeantruntime' was not set, defa
ulting to build.sysclasspath=last; set to false for repeatable builds

build.all:

BUILD SUCCESSFUL
Total time: 0 seconds
C:\slug>%slug_HOME%\slug.bat

C:\slug>echo off
Configuring...
finished configuring, registering shutdown hook...
starting scutter
scutter thread started
Exception in thread "Thread-1" java.lang.RuntimeException: java.lang.NullPointer
Exception
        at com.ldodds.slug.Scutter.run(Scutter.java:117)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at com.ldodds.slug.Scutter.readConfig(Scutter.java:142)
        at com.ldodds.slug.Scutter.run(Scutter.java:73)
        ... 1 more
HALT!
Saving memory
java.lang.NullPointerException
        at com.ldodds.slug.Scutter.save(Scutter.java:166)
        at com.ldodds.slug.Scutter$1.run(Scutter.java:215

runs on windows 7,JDK1.6

Original issue reported on code.google.com by reals...@gmail.com on 9 Jul 2010 at 9:05

GoogleCodeExporter commented 8 years ago
I also faced this issue while trying slug2.

Do we have any patch or workaround for this issue?

Original comment by sbansal....@gmail.com on 8 Feb 2014 at 8:42