I'm using Jena with Google App Engine, and it was working fine for the last week or so but am now getting this error;
javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.util.ArrayList com.darkflame.appenginetester.client.SemanticQueryService.queryForNodes(java.lang.String,java.lang.String,java.lang.String,boolean) throws java.lang.IllegalArgumentException' threw an unexpected exception: com.hp.hpl.jena.shared.JenaException: org.openjena.riot.RiotException: [line: 15, col: 18] Not a valid token for an RDF term I'm not sure if its something I did, or something going wrong with google or jena. It would be helpful if I knew what this error means. The line that throws the error is; currentModel.read( SOURCE, "N3" ); Where the SOURCE is; http://darkflame.co.uk/owl/drwhoswho.n3 I don't think its my n3 file however...as renaming the file results in the same error (when it shouldn't even be able to find it) Any ideas or pointers? -Thomas ~~~~~~ Reviews of anything, by anyone; www.rateoholic.co.uk Please try out my new site and give feedback :)
