I found out the reason! At the beginning of the xml document there was the following line <!DOCTYPE ITEXT SYSTEM "http://itext.sourceforge.net/itext.dtd">
the XMLParser was tring to read that url but the proxy did not allow the connection to be done! David, thanks for the help! Ciao Enzo ----- Original Message ----- From: "David Kensche" <[EMAIL PROTECTED]> To: <xindice-users@xml.apache.org> Sent: Tuesday, November 25, 2003 3:46 PM Subject: Re: Error on adding document > Enzo Formigoni wrote: > > >Hi David > > > >i tried your suggestion: now "Document name" in not null, but the problem > >persists > >_____________________________________________ > >Document name = Chap0701 > >java.net.ConnectException: Connection timed out: connect > >... > >______________________________________________ > >it seems the client (xindice/xindiceadmin) is not able > >to find the server application! > > > >Ciao > >Enzo > > > > > > > Hi again, > Since the Exception comes from the HttpURLConnection and is thrown during > the connection setup (this is how I interpret "connect"), this doesn't > seem to be a problem with xindice but maybe with your network setup? > This is all I can say. > > Good luck, > David > >