This code has the same Jena sequence without the StarDog code:

The stacktrace indicates an exception before parsing even starts so the update itself is not a factro.

    public static void main(String... args) {
        JenaSystem.DEBUG_INIT = true;
        String update = "INSERT DATA {}";
        UpdateFactory.create(update);
        System.out.println("DONE");
    }

This works for me with a maven dependency on org.apache.jena:apache-jena-libs:pom:3.7.0

    Andy

Reply via email to