Hi Adrian,

Subject: [Virtuoso-users] Conductor not loaded


Hi group,

I did a fresh install of Virtuoso on my FreeBSD box via ports, did that
on several other hosts in the past and worked fine.

Now I get this error when I try to enter the conductor:

HTTP request failed: HTTP/1.1 404 Not Found
for URI http://local.virt/vspx_expand

In the config the VAD directory points to:

VADInstallDir                   = /usr/local/virtuoso/vad/

And in there I have conductor_dav.vad

I tried to figure out if I specified the VAD somewhere in the config on
the other installations but can't find any hints that I did so.

Is there a way to figure out what goes wrong where? virtuoso.log is not
very helpful so far.

OSS version on FreeBSD, Version: 06.01.3127

cu


The error from above is indication the compilation of the server was not completely done as http://local.virt/vspx_expand - 404 not exists means that are not included the built-in XSL-t
in the server.

Please re-che the options you made the compilation with.
You may try to pre-compile again and then try if conductor is reachable.

Just to make sure, you have already the Conductor installed is this correct?
It can be checked with  vad_list_packages (); i.e. for ex.:


SQL> vad_list_packages ();
name     title    version  build_date  install_date
VARCHAR  VARCHAR  VARCHAR  VARCHAR  VARCHAR
_______________________________________________________________________________

...
...
conductor  Virtuoso Conductor  1.00.8025  2012-05-21 15:10  2012-05-22 15:26

3 Rows. -- 0 msec.



Best Regards,
Rumi




Adrian

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


Reply via email to