Re: [Virtuoso-users] Unable to connect to virtuoso : Connect failed to localhost:1111

2013-03-22 Thread Hugh Williams
Hi Sumit, You removed the "virtuoso.lck" and restarted Virtuoso how, by manually restarting yourself or rebooting the VM again ? If you are still having problems starting it then, what happens when you run the following command as root from the /usr/local/virtuoso-opensource/lib/virtuoso/db di

[Virtuoso-users] Unable to connect to virtuoso : Connect failed to localhost:1111

2013-03-22 Thread Purohit, Sumit
Hi All, I have a virtuoso installed on my VM and i had to reboot it for some reason. But once i reboot it, i am not bole to connect to Virtuoso. when i restart it my log says : Fri Mar 22 2013 18:14:33 { Loading plugin 1: Type `plain', file `wikiv' in `/usr/local/virtuoso-opensour

Re: [Virtuoso-users] changing Virtuoso DB location on Ubuntu

2013-03-22 Thread Purohit, Sumit
Hi Uldis, I did same configuration changes in RedHat and it was only changing virtuoso.ini file and restarting the server. I changed following entries [Database] DatabaseFile= /virtuoso.db ErrorLogFile= /virtuoso.log LockFile= /virt

Re: [Virtuoso-users] Configuration for scalable virtuoso

2013-03-22 Thread Purohit, Sumit
Thanks Hugh for pointing me to correct location. Will give it a try. --sumit From: Hugh Williams [hwilli...@openlinksw.com] Sent: Thursday, March 21, 2013 7:33 PM To: Purohit, Sumit Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] Co

Re: [Virtuoso-users] Too many open statements

2013-03-22 Thread Hugh Williams
Hi Harald, Can you please try load the data in batch mode setting the "uselazyAdd" parameter in your connect string to true ie: - VirtuosoRepository virtRepo = new VirtuosoRepository("jdbc:virtuoso://localhost:,dba,dba", "dba", "dba", "http://test.com/";); + VirtuosoReposit

Re: [Virtuoso-users] changing Virtuoso DB location on Ubuntu

2013-03-22 Thread Uldis Bojars
Hi Hugh, We chose symlinks because less changes to config files were needed. The release number is 6.1.4 on Ubuntu 12.04 LTS. It lags behind the GIT version (esp. since this is the long-term support Ubuntu version) but our admins prefer to use Ubuntu packaging unless there are strong reasons not

Re: [Virtuoso-users] changing Virtuoso DB location on Ubuntu

2013-03-22 Thread Hugh Williams
Hi Uldis, You can use either method, which ever works best for you ... The Ubuntu packages tend to lag behind the Virtuoso official open source release but a few versions, thus we would always recommend to build from the git (http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSGIT) so

[Virtuoso-users] changing Virtuoso DB location on Ubuntu

2013-03-22 Thread Uldis Bojars
Hi, What is the recommended way for changing DB location of Ubuntu installed via Ubuntu packages (in order to put it on a separate disk/volume) ? Options: a) move the directory (default: /var/lib/virtuoso-opensource-6.1/lib) and change the location in the virtuoso.ini file b) use symlinks P.S. I