Ivan and Hugh, - thanks, indeed, I was connecting to the wrong port. With the right port, it is working as expected.
Praki On Fri, Jul 11, 2008 at 1:38 AM, Hugh Williams <hwilli...@openlinksw.com> wrote: > Hi Praki, > > The port number of 1111 being specified in your URI is incorrect as this is > the SQL port of the Virtuoso Server and not its HTTP port which is typically > 8890 by default. If you check your virtuoso.log file you will see entries of > the following form indicating the SQL and HTTP ports in use: > > 01:12:07 HTTP/WebDAV server online at 8890 > 01:12:07 Server online at 1111 (pid 264) > > This should enable you to successfully access the WebDAV repository which is > a HTTP service ... > > Best Regards > Hugh Williams > Professional Services > OpenLink Software > > On 11 Jul 2008, at 00:35, Praki Prakash wrote: > >> Hi, >> >> I am a new user of Virtuoso (Server OpenLink Virtuoso Server, >> Platform Win32, Build Date Mar 26 2008). I am working through >> the >> documentation and trying some samples. When I try HTTP PUT with the >> following command, >> >> curl -T myfile.rdf http://localhost:1111/DAV/dba/rdf_sink/myfile.rdf -u >> user:pw >> >> curl exits with "Empty reply from server" message. There are no RDF >> triples created in the database that I can see. The server logs show >> the following message. >> >> Malformed data received from IP [127.0.0.1] : Bad incoming tag 80. >> Disconnecting the client >> >> Could someone explain what I am doing wrong? Is there a way to >> increase the verbosity of error messages? >> >> Thanks, >> Praki >> >> ------------------------------------------------------------------------- >> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! >> Studies have shown that voting for your favorite open source project, >> along with a healthy diet, reduces your potential for chronic lameness >> and boredom. Vote Now at http://www.sourceforge.net/community/cca08 >> _______________________________________________ >> Virtuoso-users mailing list >> Virtuoso-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/virtuoso-users > >