Results of tests --
1) I made sure there was a file that defined the as:Place type and
that it was read
before the file that had failed. I got the NoSuchElementException on both files!
2) I downloaded the latest snapshot. When I ran with it, I had a failure
before the code got to where it failed before:
Exception in thread "main" java.lang.NoSuchMethodError:
com.hp.hpl.jena.rdf.model.impl.RDFWriterFImpl.setBaseWriterClassName(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
at org.openjena.riot.SysRIOT.wireIntoJena(SysRIOT.java:93)
at org.openjena.riot.RIOT.init(RIOT.java:61)
at com.hp.hpl.jena.query.ARQ.init(ARQ.java:451)
at com.hp.hpl.jena.query.ARQ.<clinit>(ARQ.java:456)
at com.hp.hpl.jena.tdb.TDB.<clinit>(TDB.java:94)
at com.hp.hpl.jena.tdb.sys.SetupTDB.<clinit>(SetupTDB.java:70)
at
com.hp.hpl.jena.tdb.sys.DatasetGraphSetup.createDatasetGraph(DatasetGraphSetup.java:35)
at
com.hp.hpl.jena.tdb.sys.CachingTDBMaker.createDatasetGraph(CachingTDBMaker.java:58)
at
com.hp.hpl.jena.tdb.sys.TDBMaker._createDatasetGraph(TDBMaker.java:91)
at
com.hp.hpl.jena.tdb.TDBFactory._createDatasetGraph(TDBFactory.java:105)
at com.hp.hpl.jena.tdb.TDBFactory.createDatasetGraph(TDBFactory.java:96)
at com.hp.hpl.jena.tdb.TDBFactory.createDataset(TDBFactory.java:75)
at com.hp.hpl.jena.tdb.TDBFactory.createDataset(TDBFactory.java:71)
Dave Patterson