Re: [Virtuoso-users] Virtuoso 6 problematic background activity

2009-11-02 Thread James Marsh
On Mon, Nov 2, 2009 at 10:47, Tim Haynes wrote: > And another trick to bear in mind: isql -D. Thanks Tim, I didn't know about that one — I've found the documentation now (http://docs.openlinksw.com/virtuoso/pldebugger.html) but it might be worth mentioning that the option -D enters the debugger

Re: [Virtuoso-users] Virtuoso 6 problematic background activity

2009-10-30 Thread James Marsh
Hi Hugh, On Tue, Oct 27, 2009 at 15:33, Hugh Williams wrote: > Can you please provide a copy of your Virtuoso Configuration file > (virtuoso.ini) and Virtuoso log file (virtuoso.log) for review. > The log shows nothing unusual - the usual startup/roll forward and then nothing but checkpoints. I'

Re: [Virtuoso-users] Virtuoso 6 problematic background activity

2009-10-26 Thread James Marsh
On Mon, Oct 26, 2009 at 18:42, Hugh Williams wrote: > Indicating their are 5 deadlocks in the database. Can you try running the > following command form the isql command line too to try and forcibly kill > and release all transactions and locks: > > txn_killall(); > > As detailed at: > > http://do

[Virtuoso-users] Virtuoso 6 problematic background activity

2009-10-26 Thread James Marsh
ransact 0x7f66bca67790 > 140733193388032 > 16:26:48 LTRS_2 0 Internal Internal Restart transact 0x7f66bca67790 > What might be causing this (updating free text search? upgrading database format from TP1 to release?) and what would be the best remedy?* *Unfortunately I have no way of knowing if this same behaviour was exhibited before switching to the release version from TP1. Many thanks, James* * -- Dr. James Marsh. Research Fellow, Advanced Interfaces Group. School of Computer Science, The University of Manchester, Oxford Road, Manchester, UK. M13 9PL.* *

Re: [Virtuoso-users] DOI sponger plugin

2008-03-28 Thread James Marsh
On Wed, Mar 26, 2008 at 1:43 PM, Hugh Williams wrote: > Unfortunately the plugin is not part of the current Virtuoso Opensource > release. Their is a new 5.0.6 release due out this week which will contain > the sources to enable the hslookup plugin required to be built. > Splendid - thanks Hugh.

[Virtuoso-users] DOI sponger plugin

2008-03-25 Thread James Marsh
I'd like to use the sponger plugin for resolving DOIs (as referred to in http://docs.openlinksw.com/virtuoso/rdfiridereferencing.html) I have the handle.net client library but I can't find anything in the opensource virtuoso distribution that wraps this up into a virtuoso plugin. Is this available

Re: [Virtuoso-users] Compiling virtuoso on intel mac os x

2007-06-04 Thread James Marsh
Hi Patrick, On 04/06/07, Patrick van Kleef wrote: Hmm. i do not know if that will work everywhere. Sometimes we specially build static libraries with shared objects for convenience. Let me know if you have any more problems and i will see what i can do about it. Just to reiterate in case th

Re: [Virtuoso-users] Compiling virtuoso on intel mac os x

2007-06-04 Thread James Marsh
On 03/06/07, James Marsh wrote: Changing the link flags to use -static, -L and -l seems to fix things: Index: configure.in === RCS file: /cvsroot/virtuoso/virtuoso-opensource/configure.in,v retrieving revision 1.98 diff -u -r1.98

[Virtuoso-users] Compiling virtuoso on intel mac os x

2007-06-02 Thread James Marsh
Hi, I'm looking forward to beginning to use virtuoso and have just checked out 5.0.1 from cvs and compiled it on an intel mac. Unfortunately I ran into a few problems which might trip other people up: 1. You might like to update the wiki to say to use -mmacosx-version-min=10.4. It's in the READM