This test case works fine for me:
@Test
public void testCreateWithOptions() throws Exception {
   try (Connection c = mConfig.connect();
        AdminConnection aConn = c.admin()) {
      aConn.disk("testdb")
           .set(ReasoningOptions.SCHEMA_GRAPHS,
Collections.singletonList(iri("urn:g")))
           .set(ReasoningOptions.REASONING_TYPE, ReasoningType.SL)
           .set(ReasoningOptions.CONSISTENCY_AUTOMATIC, true)
           .create();
      aConn.drop("testdb");
   }
}
What's the value of `TBOX_GRAPH`? Is there anything in `stardog.log`?
Cheers,
Mike
>
> --
> -- --
> You received this message because you are subscribed to the C&P "Stardog"
> group.
> To post to this group, send email to 
sta...@clarkparsia.com
> To unsubscribe from this group, send email to
> 
stardog+u...@clarkparsia.com
> For more options, visit this group at
> 
http://groups.google.com/a/clarkparsia.com/group/stardog?hl=en