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
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:
* 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
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
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
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