Hi Jason,

Looking at your Virtuoso log file it does appear server is online and should be accessible on HTTP port 8890 and SQL port 1111:

21:24:41 HTTP/WebDAV server online at 8890
21:24:41 Server online at 1111 (pid 5320)

Have you tried actually accessing the server on either port ie http:// localhost:8890 (or http://hostname:8890) or isql localhost:1111 ?

The failure of a plugin to load does not prevent the Virtuoso Server itself to start, you just can't use those plugin features. If you don't want to see these plugin failures to load edit the virtuoso.ini file and comment out the ones failing to load (ie DLL not available). We shall look into this and either comment these missing plugins out of the config file so these messages do not occur or better still actually build the plugins so they are all available.

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support



On 22 Apr 2009, at 02:30, Jason Kolb wrote:

Hey first of all guys, GREAT improvement installing Virtuoso open source on Vista 64 this time around. The service installed flawlessly, not a hiccup. Night and day difference from when I tried it last time.

However, I'm not able to load the Web site on localhost:8890. It appears that there's some kind of problem with the hosting DLL's (missing?)

In my hosting directory there are only two DLL's, hosting_php.dll and wikiv.dll. Is this right?

Anyway, here are the contents of the Virtuoso.log file:


        Tue Apr 21 2009
21:24:38 { Loading plugin 1: Type `plain', file `wikiv' in `../ hosting'
21:24:38   WikiV version 0.6 from OpenLink Software
21:24:38   Support functions for WikiV collaboration tool
21:24:38   SUCCESS plugin 1: loaded from ..\hosting\wikiv.dll }
21:24:38 { Loading plugin 2: Type `plain', file `mediawiki' in `../ hosting'
21:24:38   FAILED  plugin 2: Unable to locate file }
21:24:38 { Loading plugin 3: Type `plain', file `creolewiki' in `../ hosting'
21:24:38   FAILED  plugin 3: Unable to locate file }
21:24:38 { Loading plugin 4: Type `plain', file `im' in `../hosting'
21:24:38   FAILED  plugin 4: Unable to locate file }
21:24:38 { Loading plugin 5: Type `plain', file `wbxml2' in `../ hosting'
21:24:38   FAILED  plugin 5: Unable to locate file }
21:24:38 { Loading plugin 6: Type `plain', file `hslookup' in `../ hosting'
21:24:38   FAILED  plugin 6: Unable to locate file }
21:24:38 { Loading plugin 7: Type `Hosting', file `hosting_php.dll' in `../hosting'
21:24:38   Hosting version 3037 from OpenLink Software
21:24:38   PHP engine version 5.2.4
21:24:38   SUCCESS plugin 7: loaded from ../hosting/hosting_php.dll }
21:24:38 OpenLink Virtuoso Universal Server
21:24:38 Version 05.09.3037-threads for Win64 as of Feb 13 2009
21:24:38 uses parts of OpenSSL, PCRE, Html Tidy
21:24:38 Database version 3016
21:24:38 SQL Optimizer enabled (max 1000 layouts)
21:24:39 Compiler unit is timed at 0.000500 msec
21:24:40 Roll forward started
21:24:40 Roll forward complete
21:24:41 Checkpoint made, log reused
21:24:41 HTTP/WebDAV server online at 8890
21:24:41 Server online at 1111 (pid 5320)


Thanks!
Jason
---------------------------------------------------------------------- --------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/ p_______________________________________________
Virtuoso-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtuoso-devel

Reply via email to