jtrillos / QAUniBonn

API that answers questions related to the University of Bonn.
Apache License 2.0
4 stars 0 forks source link

405 HTTP method PUT is not supported by this URL #3

Open abdkiwan opened 5 years ago

abdkiwan commented 5 years ago

After running Fuseki server using the following command: ./fuseki-server - config=/path/to/the/repository/QAUniBonn/Docker/Fuseki_TripleStore/configuration/config.ttl I tried to add the knowledge graph of SDA inside the TripleStore "kommunikationroboter" using the command: ./s-put http://localhost:3030/kommunikationroboter/data http://sda.tech/ path/to/Docker/Fuseki_TripleStore/backups/sda.tech.ttl

but I am getting the following error: 405 HTTP method PUT is not supported by this URL http://localhost:3030/kommunikationroboter/data?graph=http%3A%2F%2Fsda.tech%2F

jtrillos commented 5 years ago

Did you go to apache-jena-fuseki-3.4.0/bin and run the command s-put? Also, make sure that the endpoint (fuseki) is running correctly