Hi Mikael,

We received both you previous e-mails to the mailing list ...

The issue you report is a known problem we are current looking into and
shall report back to you once we have a fix ...

Best Regards,
Hugh Williams
Professional Services
OpenLink Software
Tel: +44 (0) 8681 7701
Web: http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers


On 2/7/07 14:44, "Mikael Högqvist" <hoegqv...@zib.de> wrote:

> Hi!
> 
> sorry, my previous mail seemed to be destroyed in the sourceforge
> archives. Here is a new try.
> 
> I tried out the ODS briefcase vad and it works fine when adding
> RDF-data to the RDF-store. I would like to do the same via an HTTP
> interface including defining my own graph names.
> 
> When using the URIQA interface (I'm not sure this is the right
> choice...) from python:
> 
> import httplib2
> h = httplib2.Http()
> headers = {'Content-Type':'application/rdf+xml'}
> 
> h.add_credentials('test', 'test')
> 
> stat, resp = h.request('http://test:8889/DAV/home/test/foo', 'MPUT',
> headers=headers, body=data)
> 
> I get the following reply:
> 
> {'status': '500', 'content-length': '83', 'accept-ranges': 'bytes',
> 'server': 'Virtuoso/05.00.3015 (Linux) i686-pc-linux-gnu',
> 'connection': 'Keep-Alive', 'date': 'Mon, 02 Jul 2007 13:17:23 GMT',
> 'content-type': 'text/html; charset=ISO-8859-1'} HTTP/1.1 500
> Error 08006 HT023: Error in reading from target HTTP server
> 
> I have some HTTP-log output saved as well, but it might be what made
> the last message unreadable...
> 
> It seems like the server is trying to retrieve a resource, but
> timeouts after a while.
> 
> Any tips will help!
> 
> Cheers,
> Mikael
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users






Reply via email to