You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Eric Scott <er...@att.net> on 2011/11/29 01:07:09 UTC

Sparql update - page goes blank.

I'm playing with Joseki's Sparql update service, and was able to adapt 
the examples to a set of configurations and an html page that will 
update my database, but when the request is submitted, the page that 
launched the query goes blank. Querying afterwards confirms that the 
update was effective.  There are no interesting errors or warnings 
written to the log.  Is there a parameter I need to declare somewhere 
that will tell the server what to return after handling a post to the 
update service?

Thanks,


Re: Sparql update - page goes blank.

Posted by Andy Seaborne <an...@apache.org>.
Eric,

Fuseki is the new Joseki (it's Joseki4, rewritten to be specifically 
SPARQL and include the graph store protocol).

https://repository.apache.org/content/repositories/snapshots/org/apache/jena/jena-fuseki/0.2.1-incubating-SNAPSHOT/

A SPARQL Update is a POST and there is no defined results page, just a 
an HTTP status code of 200.

Joseki does not return anything.

Fuseki returns a page saying "Success".

	Andy

On 29/11/11 00:28, Eric Scott wrote:
> I should add that the url of the blank page is the name of the output
> service, named in the form on the calling page with method=post. It's
> not clear to me where the return value / redirect for this call is
> specified.
>
> On 11/28/2011 04:07 PM, Eric Scott wrote:
>>
>> I'm playing with Joseki's Sparql update service, and was able to adapt
>> the examples to a set of configurations and an html page that will
>> update my database, but when the request is submitted, the page that
>> launched the query goes blank. Querying afterwards confirms that the
>> update was effective. There are no interesting errors or warnings
>> written to the log. Is there a parameter I need to declare somewhere
>> that will tell the server what to return after handling a post to the
>> update service?
>>
>> Thanks,
>>
>>
>


Re: Sparql update - page goes blank.

Posted by Eric Scott <er...@att.net>.
I should add that the url of the blank page is the name of the output 
service, named in the form on the calling page with method=post. It's 
not clear to me where the return value / redirect for this call is 
specified.

On 11/28/2011 04:07 PM, Eric Scott wrote:
>
> I'm playing with Joseki's Sparql update service, and was able to adapt 
> the examples to a set of configurations and an html page that will 
> update my database, but when the request is submitted, the page that 
> launched the query goes blank. Querying afterwards confirms that the 
> update was effective.  There are no interesting errors or warnings 
> written to the log.  Is there a parameter I need to declare somewhere 
> that will tell the server what to return after handling a post to the 
> update service?
>
> Thanks,
>
>