farhana-haque / cumulusrdf

Automatically exported from code.google.com/p/cumulusrdf
0 stars 0 forks source link

CLI dump doesn't work #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Stack trace:

java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at edu.kit.aifb.cumulus.cli.Main.main(Main.java:38)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.simontuffs.onejar.Boot.run(Boot.java:340)
    at OneJar.run(OneJar.java:47)
    at OneJar.main(OneJar.java:42)
Caused by: java.lang.RuntimeException: Document writing has not yet been started
    at org.openrdf.rio.nquads.NQuadsWriter.handleStatement(NQuadsWriter.java:56)
    at edu.kit.aifb.cumulus.cli.Dump.main(Dump.java:141)
    ... 12 more

Original issue reported on code.google.com by Isib...@gmail.com on 28 May 2014 at 11:38

GoogleCodeExporter commented 8 years ago

Original comment by Isib...@gmail.com on 28 May 2014 at 12:21