[ 
https://issues.apache.org/jira/browse/JENA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-497:
-------------------------------

    Description: 
{noformat}
java.lang.NullPointerException
SPARQL_ServletBase.mapRequestToService(SPARQL_ServletBase.java:322)
SPARQL_ServletBase.execCommonWorker(SPARQL_ServletBase.java:148)
SPARQL_ServletBase.doCommon(SPARQL_ServletBase.java:73)
SPARQL_Query.doGet(SPARQL_Query.java:59)
{noformat}

{noformat}
if ( dsRef.name.length() >= uri.length() )
{noformat}

There is a dummy dataset reference, with no name, when the general purpose 
query form is used.  However, this may be s symptom of a more general issue 
with SPARQL_QueryGeneral.


  was:
{noformat}
java.lang.NullPointerException
SPARQL_ServletBase.mapRequestToService(SPARQL_ServletBase.java:322)
SPARQL_ServletBase.execCommonWorker(SPARQL_ServletBase.java:148)
SPARQL_ServletBase.doCommon(SPARQL_ServletBase.java:73)
SPARQL_Query.doGet(SPARQL_Query.java:59)
{noformat}

{noformat}
if ( dsRef.name.length() >= uri.length() )
{noformat}

There is no dataset reference when the general purpose query form is used.


    
> Using the sparql.html (geenral processor) caues NPE
> ---------------------------------------------------
>
>                 Key: JENA-497
>                 URL: https://issues.apache.org/jira/browse/JENA-497
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Fuseki
>    Affects Versions: Fuseki 0.2.7
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>
> {noformat}
> java.lang.NullPointerException
> SPARQL_ServletBase.mapRequestToService(SPARQL_ServletBase.java:322)
> SPARQL_ServletBase.execCommonWorker(SPARQL_ServletBase.java:148)
> SPARQL_ServletBase.doCommon(SPARQL_ServletBase.java:73)
> SPARQL_Query.doGet(SPARQL_Query.java:59)
> {noformat}
> {noformat}
> if ( dsRef.name.length() >= uri.length() )
> {noformat}
> There is a dummy dataset reference, with no name, when the general purpose 
> query form is used.  However, this may be s symptom of a more general issue 
> with SPARQL_QueryGeneral.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to