[DIG-users] Error Message HTTP DIG
Brought to you by:
dturi
From: Mohammed A. <abu...@ya...> - 2006-03-06 01:26:44
|
Hi All, Please I have problem when i send DIG code from explorer browser by POST , localhost:8080. This is DIG code i try ------------------------------------------ <?xml version="1.0" encoding="ISO-8859-1"?> <tells xmlns="http://dl.kr.org/dig/lang" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://wasp.cs.vu.nl/sekt/digtest/dig-1.1.xsd"> <clearKB/> <defconcept name="a"/> <defconcept name="b"/> <impliesc> <catom name="a"/> <and> <catom name="b"/> <catom name="c"/> </and> </impliesc> </tells> ----------------------------------------------- but i have error message -------------- <?xml version="1.0" encoding="UTF-8" ?> <error message="XML -- syntax error (why: eof)" /> i ----------------- I'm using RacerPro 1.9 and i receved from RacerPro this code when send previous TELL code --------------------------- HTTP service enabled for: http://localhost:8080/ TCP service enabled for: http//localhost:8088/ aserve-accept-6: 03/06/06 - 01:58:38 - Maximum socket file descriptor number is now 6 127.0.0.1 - - [Mon, 06 Mar 2006 00:58:38 GMT] "POST / HTTP/1.1" 200 89 02:00:47 - While reading http request from 127.0.0.1: "Connection reset by peer" (errno 10054) occured while reading buffer for #<MULTIVALENT hiper socket connected from localhost/8080 to localhost/3337 @ #x20e10482>. --------------------------- Best Wishes Abuhussain I |