Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-22 Thread Julien Plu
Ok, so I added the redirection for the /OAuth path, and now I still have an error but not the same one : Execution of "/oauth/sparql.vsp" failed. SQL Error: OAUTH OAuth Verification Failed: Bad Signature So now apparently it's really the authentication which doesn't works, unless there is anothe

Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-22 Thread Sebastian Trueg
On 22.07.2014 11:44, Julien Plu wrote: Hi, So here all the things that you can do to test it. First you can go there : http://data.lirmm.fr/oauth/ And log you with the user : username : test password : test This user as none rights on the database, but I think it's enough to test. And when

Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-22 Thread Julien Plu
Hi, So here all the things that you can do to test it. First you can go there : http://data.lirmm.fr/oauth/ And log you with the user : username : test password : test This user as none rights on the database, but I think it's enough to test. And when you go to the SPARQL endpoint http://data

Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-22 Thread Sebastian Trueg
On 08.07.2014 10:54, Julien Plu wrote: Hi Sebastian, I compiled Virtuoso myself from the Github repository (develop/7 branch). So I compiled it with the "--enable-ods-vad" option (among others) in the configure. Then I went to the conductor, installed the package "ods framework" as written in t

Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-16 Thread Julien Plu
Here the error message : Execution of "/oauth/sparql.vsp" failed. *SQL Error: OAUTH 404 Not Found Not Found The requested URL /OAuth/request_token was not found on this server. Apache/2.4.7 (Ubuntu) Server at data.lirmm.fr Port 80 in signal:(BIF), __01 => 'OAUTH', __02

Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-16 Thread Julien Plu
Hi Sebastian, No problem :-) Thanks to take care of my problem. I suppose that I have to recompile virtuoso after I applied the patch ? Best. --- Julien Plu PhD Student

Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-16 Thread Sebastian Trüg
Hi Julien, sorry for the late reply. Please use the attached patch and enable error backtracing via: __dbf_set ('callstack_on_exception', 2); Then retry and give me the full error you receive. Thanks, Sebastian On 11.07.2014 17:28, Julien Plu wrote: Hi Sebastian, No problem :-) So here t

Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-11 Thread Julien Plu
Hi Sebastian, No problem :-) So here the address and logs to test. I created a user and its logs are (this user has absolutely no rights on the Virutoso instance) : account : test password : test So if you log this user here : http://data.lirmm.fr/oauth you will that there is already a key whi

Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-11 Thread Sebastian Trüg
yes, please, sorry, my other email did not get through to the list. On 10.07.2014 10:12, Julien Plu wrote: > Hi Sebastian, > > Would you like to test this behaviour on my machine, as I said I can > provide you an access and mayble you will able to solve it :-) > > Best > > Julien. > > > 2014-07-08

Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-10 Thread Julien Plu
Hi Sebastian, Would you like to test this behaviour on my machine, as I said I can provide you an access and mayble you will able to solve it :-) Best Julien. 2014-07-08 10:54 GMT+02:00 Julien Plu : > Hi Sebastian, > > I compiled Virtuoso myself from the Github repository (develop/7 branch).

Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-08 Thread Julien Plu
Hi Sebastian, I compiled Virtuoso myself from the Github repository (develop/7 branch). So I compiled it with the "--enable-ods-vad" option (among others) in the configure. Then I went to the conductor, installed the package "ods framework" as written in the tutorial liked before and when I arriv

Re: [Virtuoso-users] OAuth sparql endpoint access issues

2014-07-08 Thread Sebastian Trüg
On 07.07.2014 15:29, Julien Plu wrote: > Hi ! > > I currently try to manage the OAuth possibilities implemented inside > Virtuoso via the "ods_framework" VAD as explained here : > http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtOAuthSPARQL > > Everything goes well until the step 20,

[Virtuoso-users] OAuth sparql endpoint access issues

2014-07-07 Thread Julien Plu
Hi ! I currently try to manage the OAuth possibilities implemented inside Virtuoso via the "ods_framework" VAD as explained here : http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtOAuthSPARQL Everything goes well until the step 20, when I click on "Run Query" I have an error message