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
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
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
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
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
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
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
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