Letractively / slug-semweb-crawler

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

sample plan not working! #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Exception in thread "Thread-2" java.lang.RuntimeException:
com.hp.hpl.jena.n3.turtle.TurtleParseException: Lexical error at line 1,
column 6.  Encountered: " " (32), after : "<?xml"
    at com.ldodds.slug.Scutter.run(Scutter.java:158)
    at java.lang.Thread.run(Thread.java:636)
Caused by: com.hp.hpl.jena.n3.turtle.TurtleParseException: Lexical error at
line 1, column 6.  Encountered: " " (32), after : "<?xml"
    at com.hp.hpl.jena.n3.turtle.ParserTurtle.parse(ParserTurtle.java:44)
    at com.hp.hpl.jena.n3.turtle.TurtleReader.readWorker(TurtleReader.java:20)
    at com.hp.hpl.jena.n3.JenaReaderBase.readImpl(JenaReaderBase.java:101)
    at com.hp.hpl.jena.n3.JenaReaderBase.read(JenaReaderBase.java:68)
    at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:225)
    at com.hp.hpl.jena.util.FileManager.readModelWorker(FileManager.java:387)
    at com.hp.hpl.jena.util.FileManager.readModel(FileManager.java:332)
    at com.ldodds.slug.Scutter.readScutterPlan(Scutter.java:91)
    at com.ldodds.slug.Scutter.run(Scutter.java:142)
    ... 1 more

Original issue reported on code.google.com by skbohra...@gmail.com on 5 Mar 2010 at 2:39

GoogleCodeExporter commented 8 years ago
Hi!
I got the same error.

Original comment by fabrizio...@gmail.com on 28 Apr 2010 at 4:28

GoogleCodeExporter commented 8 years ago
I solved this error modifying the Scutter.java class.
At line 91 substitute "TURTLE" with "RDF/XML".
Then save and run "ant" again to recompile.

Original comment by fabrizio...@gmail.com on 28 Apr 2010 at 6:01

GoogleCodeExporter commented 8 years ago
so is it working at last or there are more problems.............????

Original comment by sanjeev1...@gmail.com on 11 May 2010 at 9:14