You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run SampleBlazegraphRDR.java in Eclipse I get the following error:
Create namespace namespaceRDR...
Create namespace namespaceRDR done
Exception in thread "main" com.bigdata.rdf.sail.webapp.client.HttpException: Status Code=404, Status Line=Not Found, Response=Not found: namespace=namespaceRDR
at com.bigdata.rdf.sail.webapp.client.RemoteRepositoryBase.checkResponseCode(RemoteRepositoryBase.java:102)
at com.bigdata.rdf.sail.webapp.client.RemoteRepository.add(RemoteRepository.java:736)
at com.bigdata.rdf.sail.webapp.client.RemoteRepository.add(RemoteRepository.java:684)
at sample.rdr.SampleBlazegraphRDR.main(SampleBlazegraphRDR.java:71)
When I run SampleBlazegraphRDR.java in Eclipse I get the following error:
Create namespace namespaceRDR...
Create namespace namespaceRDR done
Exception in thread "main" com.bigdata.rdf.sail.webapp.client.HttpException: Status Code=404, Status Line=Not Found, Response=Not found: namespace=namespaceRDR
at com.bigdata.rdf.sail.webapp.client.RemoteRepositoryBase.checkResponseCode(RemoteRepositoryBase.java:102)
at com.bigdata.rdf.sail.webapp.client.RemoteRepository.add(RemoteRepository.java:736)
at com.bigdata.rdf.sail.webapp.client.RemoteRepository.add(RemoteRepository.java:684)
at sample.rdr.SampleBlazegraphRDR.main(SampleBlazegraphRDR.java:71)
Steps to get here:
Added below to pom.xml
<maven.compiler.source>13</maven.compiler.source>
<maven.compiler.target>13</maven.compiler.target>
mvn package
Loaded Maven Package in Eclipse
Ran as Java application
The text was updated successfully, but these errors were encountered: