Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with sample-rdr #17

Open
laurango opened this issue Feb 20, 2020 · 0 comments
Open

Error with sample-rdr #17

laurango opened this issue Feb 20, 2020 · 0 comments

Comments

@laurango
Copy link

laurango commented Feb 20, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant