Hi Mark, The following command can be run to check the VAD package version:
SQL> vad_list_packages (); name title version build_date install_date VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR _______________________________________________________________________________ conductor Virtuoso Conductor 1.00.8766 2017-04-08 22:07 2017-04-08 22:15 fct Faceted Browser 1.13.91 2017-03-10 00:07 2017-04-08 22:17 2 Rows. -- 8 msec. SQL> Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ LinkedIn -- http://www.linkedin.com/company/openlink-software/ Twitter -- http://twitter.com/OpenLink Google+ -- http://plus.google.com/100570109519069333827/ Facebook -- http://www.facebook.com/OpenLinkSoftware Universal Data Access, Integration, and Management Technology Providers > On 15 Apr 2017, at 21:20, Mark Miller <marka...@mail.med.upenn.edu> wrote: > > Hi, Hugh. I have compiled develop/7, loaded some data, installed the faceted > browser VAD, run the post-installation steps in isql. I ended up with > version 07.20.3217, not 7.2.5-dev.3217 like you mentioned. > > I still get an error message when running a "Text Search" on the "Precision > Search & Find" page (v1.14_git52) > > How can I ensure that I'm running the same virtuoso & fct versions as you > mention in https://github.com/openlink/virtuoso-opensource/issues/640 > <https://github.com/openlink/virtuoso-opensource/issues/640> ? > > --- ERROR --- > > Could not process your request because of an unexpected error. > Diagnostics > > SQLSTATE: 42000 > > > SQLMSG : DAV does not contain resource with path equal to > "/DAV/VAD/fct/fct_set_text.xsl" > > --- DETAILS --- > > # I followed this Virtuoso compilation guide: > # > https://github.com/dkmfbk/knowledgestore/wiki/Compiling-and-configuring-Virtuoso > > <https://github.com/dkmfbk/knowledgestore/wiki/Compiling-and-configuring-Virtuoso> > > $ sudo apt-get update > $ sudo apt-get upgrade > $ sudo apt-get install libssl-dev > $ sudo apt-get install git > $ git clone https://github.com/openlink/virtuoso-opensource.git > <https://github.com/openlink/virtuoso-opensource.git> > $ cd virtuoso-opensource/ > $ git branch > $ git branch -a > $ export CFLAGS="-O2 -m64" > $ sudo apt-get install autoconf automake bison flex gawk gperf > $ sudo apt-get install libtool > $ sudo mkdir /opt/VOSdev7 > $ sudo add-apt-repository ppa:openjdk-r/ppa > $ sudo apt-get update > $ sudo apt-get install openjdk-7-jdk > $ export CFLAGS="-O2 -m64" > $ ./autogen.sh > $ sudo apt-get install libreadline6 libreadline6-dev > $ ./configure --with-readline --prefix=/opt/VOSdev7 > --with-jdk4_1=/usr/lib/jvm/java-7-openjdk-amd64 > --program-transform-name="s/isql/isql-vt/" > $ make > $ sudo make install > $ cd /opt/VOSdev7/var/lib/virtuoso/db > $ /opt/VOSdev7/bin/virtuoso-t > > # At this point, I was able to visit conductor web page. > > # Get some data: > > $ cd ~ > $ wget > ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/rdf/tissues.rdf.xz > > <ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/rdf/tissues.rdf.xz> > $ sudo apt-get install xzip > $ unxz tissues.rdf.xz > > # Install into graph <http://www.uniprot.org/tissues > <http://www.uniprot.org/tissues>> with the web-based quad store upload > > # Faceted browser setup, following: > # > https://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtFacetBrowserInstallConfig > > <https://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtFacetBrowserInstallConfig> > > $ wget http://opldownload.s3.amazonaws.com/uda/vad-packages/7.2/fct_dav.vad > <http://opldownload.s3.amazonaws.com/uda/vad-packages/7.2/fct_dav.vad> > > # installed via conductor system admin/packages > > # post-installation indexing etc. > > $ /opt/VOSdev7/bin/isql-vt > OpenLink Interactive SQL (Virtuoso), version 0.9849b. > Type HELP; for help and EXIT; to exit. > SQL> RDF_OBJ_FT_RULE_ADD (null, null, 'All'); > Connected to OpenLink Virtuoso > Driver: 07.20.3217 OpenLink Virtuoso ODBC Driver > > Done. -- 2 msec. > SQL> VT_INC_INDEX_DB_DBA_RDF_OBJ (); > > Done. -- 72 msec. > SQL> urilbl_ac_init_db(); > > Done. -- 116 msec. > SQL> s_rank(); > > Done. -- 379 msec. > SQL> > > > > > From: "Hugh Williams" <hwilli...@openlinksw.com> > To: "Mark Miller" <marka...@mail.med.upenn.edu> > Cc: virtuoso-users@lists.sourceforge.net > Sent: Friday, April 14, 2017 12:39:01 PM > Subject: Re: [Virtuoso-users] faceted browser text search error > > Hi Mark, > > Did you try a build from the Virtuoso git develop/7 branch > (https://github.com/openlink/virtuoso-opensource) ie Version 7.2.5-dev.3217 > as you indicated you would when you asked this question in March, as this > problem did not occur when I built from this branch ? > > Best Regards > Hugh Williams > Professional Services > OpenLink Software, Inc. // http://www.openlinksw.com/ > Weblog -- http://www.openlinksw.com/blogs/ > LinkedIn -- http://www.linkedin.com/company/openlink-software/ > Twitter -- http://twitter.com/OpenLink > Google+ -- http://plus.google.com/100570109519069333827/ > Facebook -- http://www.facebook.com/OpenLinkSoftware > Universal Data Access, Integration, and Management Technology Providers > > > > On 31 Mar 2017, at 21:12, Mark Miller <marka...@mail.med.upenn.edu> wrote: > > A while ago, I built Virtuoso open source 07.20.3217 on Ubuntu 16.04.1 LTS. > I installed the faceted browser VAD according to > https://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtFacetBrowserInstallConfig > and ran the suggested commands in isql. As far as I can tell, everything > worked fine. > > > Recently I have done builds of 7.2.2 and 7.2.4.2, also on Ubuntu 16.04.1 > LTS. I have followed the same instructions for the faceted browser, but I > get the error message below. I tried to find the file and path mentioned in > the message on my 07.20.3217 server, but I couldn't seem to find them. > > --- --- --- > > > Could not process your request because of an unexpected error. > Diagnostics > > SQLSTATE: 42000 > > > SQLMSG : DAV does not contain resource with path equal to > "/DAV/VAD/fct/fct_set_text.xsl" > > > More info… > > Permalink > > STATE: > <query inference="" same-as="" view3="" s-term="" c-term="" agg="" /> > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Virtuoso-users mailing list > Virtuoso-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtuoso-users
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users