[Virtuoso-users] Help: server startup failure after crash

2011-12-08 Thread Sharath Jagannath
On Thu, Dec 8, 2011 at 12:41 PM, Sharath Jagannath wrote: > Hey, > > I am using open-virtuoso-6.1.3. Have it configured, installed and was > running on ubuntu box. > open virtuoso server crashed due to some manual errors and I tried to > restart it using virtuoso-t -f. > > I get the following erro

[Virtuoso-users] server startup failure after crash

2011-12-08 Thread Sharath Jagannath
Hey, I am using open-virtuoso-6.1.3. Have it configured, installed and was running on ubuntu box. open virtuoso server crashed due to some manual errors and I tried to restart it using virtuoso-t -f. I get the following error messages and the server crashes. 20:01:01 Database version 3126 20:01:

Re: [Virtuoso-users] Escaping of non-ASCII characters in URIs

2011-12-08 Thread Lars Marius Garshol
* Ivan Mikhailov > > It means that I should write one more %-something formatter for sprintf. > Or, more probably, two of them --- for strings in narrow charset and for > strings that are actually UTF-8 but for some reason stored in a narrow > LATIN-1 column. > I'm providing this patch soon. Gre

Re: [Virtuoso-users] Escaping of non-ASCII characters in URIs

2011-12-08 Thread Ivan Mikhailov
Hello Lars, It means that I should write one more %-something formatter for sprintf. Or, more probably, two of them --- for strings in narrow charset and for strings that are actually UTF-8 but for some reason stored in a narrow LATIN-1 column. I'm providing this patch soon. Best Regards, Ivan M

[Virtuoso-users] Escaping of non-ASCII characters in URIs

2011-12-08 Thread Lars Marius Garshol
We are using the RDF views (of RDBMS data) in Virtuoso, and it's working really well for us. However, we have a problem with the URIs generated by Virtuoso. The root cause of the problem is that the primary keys in the original databases contain non-ASCII characters. This is not good, but it's

[Virtuoso-users] Bug with rdfs_rule_set and isIRI or isBlank

2011-12-08 Thread Wenzel, Ken
Hello, we've recently encountered a potential bug related to Virtuoso's inference rule support in combination with isIRI and isBlank builtins in SPARQL queries: The functions isIRI/isBLANK always return true/false for inferred bindings whether the bound value is a BNode or not. This behaviour wa