|
From: <tr...@do...> - 2014-06-26 07:43:01
|
<p>The following issue has been added to a project that you are monitoring.</p>
<table border="0">
<tr>
<td width="90px" valign="top"><b>Title:</b></td>
<td>Unhandled null object reference exception in StoreManager</td>
</tr>
<tr>
<td><b>Project:</b></td>
<td>Toolkit</td>
</tr>
<tr>
<td><b>Created By:</b></td>
<td>jrhyne</td>
</tr>
<tr>
<td><b>Milestone:</b></td>
<td>Unassigned</td>
</tr>
<tr>
<td><b>Category:</b></td>
<td>Store Manager</td>
</tr>
<tr>
<td><b>Priority:</b></td>
<td>High</td>
</tr>
<tr>
<td><b>Type:</b></td>
<td>Bug</td>
</tr>
<tr>
<td><b>Description:</b></td>
</tr>
<tr>
<td colspan="2"><p>
Running the current release of StoreManager 1.0.3.0 with Stardog 2.1.3. </p>
<p>
The following SPARQL query causes StoreManager to abend with an unhandled null object reference exception.</p>
<div>
SELECT?subj ?obj ?aval</div>
<div>
WHERE {</div>
<div>
?bnode rdf:type owl:Axiom .</div>
<div>
?bnode owl:annotatedSource ?subj ;</div>
<div>
owl:annotatedProperty rdfs:subClassOf ;</div>
<div>
owl:annotatedTarget ?obj .</div>
<div>
?obj rdf:type owl:Restriction .</div>
<div>
OPTIONAL {?bnode thx-ctr:noRealization ?aval .}</div>
<div>
}</div>
<div>
</div>
<div>
The same query works with the Stardog Web Console and the Stardog CLI.</div></td>
</tr>
</table>
<p>
More information on this issue can be found at
<a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=422" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=422</a></p>
<p style="text-align:center;font-size:8pt;padding:5px;">
If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options.
</p>
|