Re: [Virtuoso-users] Virtuoso 6.0.1

2009-12-09 Thread Obey Arthur Liu
On Wed, Dec 9, 2009 at 10:55 PM, Patrick van Kleef wrote: > Hi Xavier, > > >> > >>> with KDE 4.4's feature freeze coming up I would like to know when > >>> Virtuoso 6.0.1 will be released. KDE 4.4 will be the first release > >>> of > >>> KDE which depends on Virtuoso and I would like for packager

Re: [Virtuoso-users] Virtuoso 6.0.1

2009-12-09 Thread Patrick van Kleef
Hi Xavier, with KDE 4.4's feature freeze coming up I would like to know when Virtuoso 6.0.1 will be released. KDE 4.4 will be the first release of KDE which depends on Virtuoso and I would like for packagers to package Virtuoso 6 rather than 5. However, 6.0 does contain at least one regre

Re: [Virtuoso-users] Urgent: Virtuoso crashes when free text search for a specific term

2009-12-09 Thread Ted Thibodeau Jr
Hi, Magnus -- This may be purely cosmetic in your email, but on the off-chance that you copied-and-pasted directly from /sparql interface, I did notice a couple minor differences between your two clauses -- ?lit """'foobar’""" . ?lit """’smertelindring’""" . Note the single-qu

Re: [Virtuoso-users] VSP and utf-8

2009-12-09 Thread lourens
Thanks Mitko, The charset_recode suggestion does work. http("v1_lab") does not: HT008: http requires string, blob or string session as argument 1 Is there a more convenient way to output UTF8 values without the explicit charset_recode as all VSP text output from my sparql queries will be UTF-8

Re: [Virtuoso-users] Urgent: Virtuoso crashes when free text search fora specific term

2009-12-09 Thread Hugh Williams
formation from ESET NOD32 Antivirus, version of virus signature > database 4671 (20091208) __ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __ Information from ESET NOD32 Antivirus, version of virus signature

Re: [Virtuoso-users] VSP and utf-8

2009-12-09 Thread Mitko Iliev
Hi Lourens, You could use http () function instead , it will output the utf8 string as is . The other way is to use http_value with wide string, i.e. utf8 first should be recoded to wide : "v1_lab" := charset_recode ("v1_lab", 'UTF-8', '_WIDE_') ; http_value ("v1_lab"); Best Regards, Mitko

Re: [Virtuoso-users] Urgent: Virtuoso crashes when free text search fora specific term

2009-12-09 Thread Hugh Williams
Hi Magnus, Have you tried with same dataset against a VOS 5.0.12 latest build as that is what we are/would fix against this being the current release ? Is a core file produced (need ulimit -c unlimited) when the crash occurs which may be analysed if you make a debug build ? Best Regards Hugh W

Re: [Virtuoso-users] Urgent: Virtuoso crashes when free text search fora specific term

2009-12-09 Thread Magnus Haraldsen Amundsen
___ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users __ Information from ESET NOD32 Antivirus, version of virus signature database 4672 (20091209) __ The message was checked by ESET N

Re: [Virtuoso-users] Urgent: Virtuoso crashes when free text search fora specific term

2009-12-09 Thread Tim Haynes
Magnus Haraldsen Amundsen wrote: I haven’t tried against VOS 5.0.12. No core file is produced and I can’t trace nothing in the logs. I think I’ll suggest to the customer that we upgrade our Virtuoso installation. In addition to Hugh's `ulimit -c unlimited', it might be wise to run the server

[Virtuoso-users] VSP and utf-8

2009-12-09 Thread lourens
I am trying to get special characters print correctly in a vsp page. I am accessing RDF Literals. If I access them through JDBC and generate web-pages the output is as I expect. But outputting the value of a "sparql select" in a vsp page by a http_value call doesn't seem to use utf-8 encoding. I

Re: [Virtuoso-users] Urgent: Virtuoso crashes when free text search fora specific term

2009-12-09 Thread Magnus Haraldsen Amundsen
y ESET NOD32 Antivirus. http://www.eset.com -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev ___ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users __ Information from ESET NOD32 Antivirus, version of virus signature database 4672 (20091209) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com

Re: [Virtuoso-users] Urgent: Virtuoso crashes when free text search fora specific term

2009-12-09 Thread Magnus Haraldsen Amundsen
Using the same dataset on a 32-bit version 05.10.3038 with build date Mar 25 2009 the error doesn't occur. -Magnus From: Magnus Haraldsen Amundsen Sent: 9. desember 2009 09:33 To: Magnus Haraldsen Amundsen; virtuoso-users@lists.sourceforge.net Subject: RE: [Virtuoso-users] Urgent: Virtuos

Re: [Virtuoso-users] Virtuoso 6.0.1

2009-12-09 Thread Xavier Vello
Le mercredi 18 novembre 2009 14:02:19, Virtuoso Maintainer a écrit : > Hi Sebastian, > > > with KDE 4.4's feature freeze coming up I would like to know when > > Virtuoso 6.0.1 will be released. KDE 4.4 will be the first release of > > KDE which depends on Virtuoso and I would like for packagers to

[Virtuoso-users] How to replace a resource URI

2009-12-09 Thread Sebastian Trueg
Is there a query that would replace one URI with another one in all graphs? In other words: I need to "rename" one resource and make sure that all statements in all graphs are updated accordingly. Currently I am doing that on the client side which is rather slow. Cheers, Sebastian

Re: [Virtuoso-users] Urgent: Virtuoso crashes when free text search fora specific term

2009-12-09 Thread Magnus Haraldsen Amundsen
With the TraceOn parameter in virtuoso.ini set to exec, soap, client_sql, compile, errors, dsn, sql_send the last logged message is: 09:30:53 COMP_2 104 88.87.33.241 Internal Compile text: sparql define output:format "HTTP+XML application/sparql-results+xml" define input:default-graph-u

[Virtuoso-users] Urgent: Virtuoso crashes when free text search for a specific term

2009-12-09 Thread Magnus Haraldsen Amundsen
Hi, We have an urgent problem in a production system that uses Virtuoso 05.10.3038 with build date Sep 4 2009. It's installed on a 64-bit Ubuntu version. A free text search query such as this: PREFIX sub: PREFIX wdr: