On 25/05/2011 11:46, Joe Corneli wrote:
> I have Fink's virtuoso installed,
> 
> Version 6.1.2.3127-pthreads as of Apr 29 2011
> Compiled for Darwin (i386-apple-darwin10.7.0)
> 
> When I try to start the server (with or without sudo privileges), I
> get messages like below (copied to the log file as well).  However,
> trying to connect via isql gives errors (further below).  Any help is
> appreciated!
> 
> /sw/var/lib/virtuoso/db $ sudo virtuoso-t -f
> 
>               Wed May 25 2011
> 11:30:09 { Loading plugin 1: Type `plain', file `wikiv' in
> `/sw/lib/virtuoso/hosting'
> 11:30:09   FAILED  plugin 1: Unable to locate file }
> 11:30:09 { Loading plugin 2: Type `plain', file `mediawiki' in
> `/sw/lib/virtuoso/hosting'
> 11:30:09   FAILED  plugin 2: Unable to locate file }
> 11:30:09 { Loading plugin 3: Type `plain', file `creolewiki' in
> `/sw/lib/virtuoso/hosting'
> 11:30:09   FAILED  plugin 3: Unable to locate file }
> 11:30:09 { Loading plugin 4: Type `plain', file `im' in
> `/sw/lib/virtuoso/hosting'
> 11:30:09   IM version 0.5 from OpenLink Software
> 11:30:09   Support functions for Image Magick 6.5.8
> 11:30:09   SUCCESS plugin 4: loaded from /sw/lib/virtuoso/hosting/im.so }
> 11:30:09 { Loading plugin 5: Type `plain', file `wbxml2' in
> `/sw/lib/virtuoso/hosting'
> 11:30:09   WBXML2 version 0.9 from OpenLink Software
> 11:30:09   Support functions for WBXML2 0.10.7 Library
> 11:30:09   SUCCESS plugin 5: loaded from /sw/lib/virtuoso/hosting/wbxml2.so }
> 11:30:09 { Loading plugin 9: Type `Hosting', file `hosting_perl.so' in
> `/sw/lib/virtuoso/hosting'

There's nothing too surprising about the above; all that's happened is that
the virtuoso.ini packaged contains instructions to load those plugins but
they've not been built.

In any case, this is just a partial startup log - you should expect a small
delay while it creates an empty database and possibly installs the
Conductor VAD package into it, followed by:

> ...
> 16:48:10 INFO: Checkpoint finished, log reused
> 16:48:12 INFO: HTTP/WebDAV server online at 8890
> 16:48:12 INFO: Server online at 1111 (pid nnnnn)

Assuming you've got stuck on an initial startup and don't have anything to
lose just yet, if you think the state of transaction files and temporary
databases is inconsistent in the db/ directory, you can remove everything
in it *apart from* the virtuoso.ini file.

> /sw/var/lib/virtuoso/db $ isql.virtuoso -U dba -P dba
> 
> *** Error S2801: [Virtuoso Driver]CL033: Connect failed to
> localhost:1111 = localhost:1111.
> at line 0 of Top-Level:

(-U and -P are unnecessary as dba/dba are the defaults)

This is not surprising, if the server hasn't yet started - absence of
`Server online' above.

~Tim
-- 
Tim Haynes
Product Development Consultant
OpenLink Software
<http://www.openlinksw.com/>
<http://twitter.com/openlink>

Reply via email to