Project

General

Profile

Bug #96

Machine names do not always allow model creation

Added by Paula Gearon almost 16 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
Mulgara
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

The server in this scenario was running with the following names:
[Gonzo.local, localhost, 127.0.0.1, 10.0.1.2]

Selecting from a remote client using RMI graph names was successful:

select $s $p $o from <rmi://Gonzo.local/server1#>;
[ rmi://10.0.1.2/server1#, http:www.w3.org/1999/02/22-rdf-syntax-ns#type, http://mulgara.org/mulgara#Model ]
1 rows returned

However, creating a graph using this host name failed:

create <rmi://gonzo.local/server1#data>
Error: Could not commit creation of model rmi://gonzo.local/server1#data of type http://mulgara.org/mulgara#Model

Was the problem due to the upper case "G"?

create <rmi://gonzo.local/server1#data>
Error: Could not commit creation of model rmi://Gonzo.local/server1#data of type http://mulgara.org/mulgara#Model

But using the IP works:

create <rmi://10.0.1.2/server1#data>
Successfully created graph rmi://10.0.1.2/server1#data

(Also note the inconsistent use of "graph" and "model". This should be addressed)

No data to display

Also available in: Atom PDF