[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: pdt - DNS problems

Might be something trying to load schema namespaces as URLs...

<xsd:schema targetNamespace="http://www.example.com/Library";
xmlns:lib="http://www.example.com/Library"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";>


None of those URLs need to be loaded from a remote server in order for the .xsd to load... but some tools still insist on resolving the namespaces, if possible.

Not sure exactly how PDT on top of WTP on top of XSD on top of EMF is creating its models, but this might be related.

BTW, http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic

Cheers,

Nick

Ivan Yonov wrote:
Hello,
lately I noticed that when I try to start Eclipse PDT when I have no
internet connection it freezes, until my connection is available again.
There was no erorrs or something, it just freezes. I sniffed my outgoing
tcp/ip connections and found that it tries to ping my DNS servers, but
there is no answer, so it freezes. I added my local router on the top of my
DNS servers list, so it can "pong" it even when I have no internet
connection is down and now it works fine.
Can someone give me an explanation about this problem?
I'm running it on linux.

Thank You