Re: [Virtuoso-users] Strange VOS exception

2014-07-16 Thread Kingsley Idehen
On 7/16/14 11:39 AM, Dimitris Kontokostas wrote: One question on this After the restore procedure my new database file went from 41G to 29G Was that from compression or did I loose ~25% of my data? Best, Dimitris You compacted your DBMS via the restore process. No data lost, just a more comp

Re: [Virtuoso-users] Strange VOS exception

2014-07-16 Thread Dimitris Kontokostas
One question on this After the restore procedure my new database file went from 41G to 29G Was that from compression or did I loose ~25% of my data? Best, Dimitris On Wed, Jul 16, 2014 at 12:10 PM, Dimitris Kontokostas wrote: > Thanks Hugh, > > it worked and it's back online > > One note for

Re: [Virtuoso-users] Virtuoso abrupt termination

2014-07-16 Thread Pascal Heus
Hugh: Thanks for the feedback. So all the entries we see in the log are expected (particularly the transactions restart/rollback/etc.)? Anything else we could do to monitor/trace activities? We'll deploy the latest windows release asap and let you know how it fares. best *P On 7/16/14, 1:10 PM,

Re: [Virtuoso-users] Virtuoso abrupt termination

2014-07-16 Thread Hugh Williams
Hi Pascal, Unfortunately the log does not provide any information as to the cause of the crash. The latest Windows open source Virtuoso 7.1 binary can be downloaded from: ftp://download.openlinksw.com/support/db/virtuoso-t.zip Simply run a checkpoint, shutdown Virtuoso, unzip and repla

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] Strange VOS exception

2014-07-16 Thread Dimitris Kontokostas
Thanks Hugh, it worked and it's back online One note for the documentation virtuoso-t -D ( +crash-dump) runs in the foreground (as -f is provided) while virtuoso-t +restore-crash-dump on the background and it was kind of confusing Best, Dimitris On Wed, Jul 16, 2014 at 4:06 AM, Hugh Williams

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] 'Too many arguments' error

2014-07-16 Thread Alexey Zakhlestin
On 14 Jul 2014, at 17:37, Bart Vandewoestyne wrote: > Our problem is the following: we observed that certain of our SPARQL > queries have subqueries (that return IDs) that run rather slow (because > of a slow bif:contains full-text-search). We therefore > 'migrated'/'copied'/'flattened' some o