Re: [Virtuoso-users] inference context error

2009-02-12 Thread Rumi Tsekova
Hi Cristian, Hello Rumi! All works fine now, Looking at sys_rdf_schema helps a lot. SQL> select * from sys_rdf_schema; RS_NAME RS_URI RS_G VARCHAR NOT NULL VARCHAR NOT NULL VARCHAR ___ http://www.univrz.com/dataspac

Re: [Virtuoso-users] inference context error

2009-02-11 Thread Cristian Vasquez
Hello Rumi! All works fine now, Looking at sys_rdf_schema helps a lot. SQL> select * from sys_rdf_schema; RS_NAME RS_URI RS_G VARCHAR NOT NULL VARCHAR NOT NULL VARCHAR ___ http://www.univrz.com/dataspace http://www.univ

Re: [Virtuoso-users] inference context error

2009-02-10 Thread Aldo Bucchi
Rumi, Seeing an explicit ":80" flying around makes me wonder if there is a configuration step missing during installation, or perhaps further clarification ( for example, make sure to set A, B, C ). Specially if this results in unexpected behavior further down the road. We have not done anything

Re: [Virtuoso-users] inference context error

2009-02-10 Thread Rumi Tsekova
Hi Cristian, Could you please check: 1. in virtuoso ini file what is the value of the URIQA - DefaultHost * if the htttp is on port 80, then this port you must not use in the default host, as cname in this case is without the port. 2. You can check what returns this: sparql select count(*)

Re: [Virtuoso-users] inference context error

2009-02-09 Thread Cristian Vasquez
Hello Rumi, Sorry! the name of the function was univrz.test.navigation.getinfo when i do: curl -i "http://www.univrz.com/ods/api/univrz.test.navigation.getinfo?pattern=test"; i get the same error, -500RDF..: Inference context http://www.univrz.com:80/dataspace does not exist i will reinst

Re: [Virtuoso-users] inference context error

2009-02-09 Thread Rumi Tsekova
Cristian, Here are the results of my tests against your machine: $ curl -i "http://www.univrz.com/ods/api/user.search?pattern=dba"; HTTP/1.1 200 OK Server: Virtuoso/05.09.3037 (Linux) i686-pc-linux-gnu VDB Connection: Keep-Alive List-Post: virtuoso-users@lists.sourceforge.net Date: Mon, 09 Feb

Re: [Virtuoso-users] inference context error

2009-02-09 Thread Cristian Vasquez
Hello rumi, thank you for your response, i tried some things but I still have the inference context problem :( I started again, using a new instance of virtuoso from scratch|. I installed ODS and tested some of the methods on the ODS REST Interface, specially the ones that make use of sparql, I

Re: [Virtuoso-users] inference context error

2009-02-09 Thread Rumi Tsekova
Hi Cristian, Hello! I'm developing some extensions to the ODS REST API, and i get an error when i make use of the "exec_sparql (q);" procedure, present on the ODS controllers. When i try to invoke it, i get the following error: -500 RDF..: Inference context http://www.univrz.com:80/dataspa

[Virtuoso-users] inference context error

2009-02-06 Thread Cristian Vasquez
Hello! I'm developing some extensions to the ODS REST API, and i get an error when i make use of the "exec_sparql (q);" procedure, present on the ODS controllers. When i try to invoke it, i get the following error: -500 RDF..: Inference context http://www.univrz.com:80/dataspace does not e