I installed 2.18.4 and attempted to configure my MyEclipse prefs. Unfortunately, I got the same message.
So, I don’t think this is a compatibility issue. Something else is going on.
The first log entry from my webserver is MyEclipse testing the connection. The second one is me doing it with a web browser.
67.153.30.171 – phurnacebugs [20/Oct/2005:18:25:58 +0000] “GET /bugzilla/show_bug.cgi HTTP/1.1” 412 255 “-” “Jakarta Commons-HttpClient/2.0.2”
67.153.30.171 – phurnacebugs [20/Oct/2005:18:26:12 +0000] “GET /bugzilla/show_bug.cgi HTTP/1.1” 200 935 “-” “Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7”
So, MyEclipse gets a 412. I looked it up at w3.org:
10.4.13 412 Precondition Failed
The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server. This response code allows the client to place preconditions on the current resource metainformation (header field data) and thus prevent the requested method from being applied to a resource other than the one intended.
What does that mean?
Thanks,
Robert