5.0 Beta data upload issues

While test driving the new 5.0-beta I ran into a issue that I cannot upload a ver simple turtle file.
It is a fresh installation, with a fresh home directory.
Uploading the file in 4.2 works without problems.

When I create the data with a INSERT Sparql query it works fine

stack:
ERROR 2017-05-09 12:27:02,519 [XNIO-1 task-21] com.complexible.annex.api.GraphHandler:getCollection(708): Error trying to create IRI from String 'using’
java.lang.IllegalArgumentException: No separator character found in the URI: using
at com.complexible.common.rdf.model.StardogIRI.getLocalNameIndex(StardogIRI.java:59) ~[stardog-utils-rdf-5.0-beta.jar:?]
at com.complexible.common.rdf.model.StardogIRI.(StardogIRI.java:32) ~[stardog-utils-rdf-5.0-beta.jar:?]
at com.complexible.common.rdf.model.StardogValueFactory.createIRI(StardogValueFactory.java:204) ~[stardog-utils-rdf-5.0-beta.jar:?]
at com.complexible.common.rdf.model.Values.iri(Values.java:51) ~[stardog-utils-rdf-5.0-beta.jar:?]
at com.complexible.jsonld.types.JsonIRI.(JsonIRI.java:34) ~[stardog-webconsole-annex-5.0-beta.jar:?]
at com.complexible.annex.api.GraphHandler.getCollection(GraphHandler.java:703) ~[stardog-webconsole-annex-5.0-beta.jar:?]
at com.complexible.annex.api.GraphHandler.getLDObject(GraphHandler.java:436) ~[stardog-webconsole-annex-5.0-beta.jar:?]
at com.complexible.annex.api.GraphHandler.getResource(GraphHandler.java:221) ~[stardog-webconsole-annex-5.0-beta.jar:?]
at com.complexible.stardog.protocols.http.annex.GraphService.getResource(GraphService.java:204) ~[stardog-webconsole-annex-5.0-beta.jar:?]
at com.stardog.http.server.undertow.jaxrs.ExtractRoutes.lambda$handleIt$81(ExtractRoutes.java:183) ~[stardog-protocols-http-server-5.0-beta.jar:?]
at org.apache.shiro.subject.support.SubjectRunnable.doRun(SubjectRunnable.java:120) ~[shiro-core-1.2.3.jar:1.2.3]
at org.apache.shiro.subject.support.SubjectRunnable.run(SubjectRunnable.java:108) ~[shiro-core-1.2.3.jar:1.2.3]
at com.stardog.http.server.undertow.ErrorHandling.lambda$safeDispatch$43(ErrorHandling.java:70) ~[stardog-protocols-http-server-5.0-beta.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_131]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_131]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]

Is there any update on this issue, loading our initial data for testing is almost impossible now

Hi, apologies for the lack of a reply. I did log the issue and it’s being looked into. It affects the web console only, so a workaround would be to upload via the CLI, an INSERT query, an HTTP call, etc.

Just to clarify, were you submitting INSERT queries via the webconsole after the file add didn’t work? Your stacktrace appears to be from a failed SPARQL update query.

I was using the console option, ‘Data’ - ‘Add’

RC1 fixed the problem for me