facebook

Internet proxy settings not working!

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #234386 Reply

    maladon
    Member

    In the MyEclipse internet settings I’ve entered my proxy server, port, user id and password. XML validations and the web browser are not working!!!!!

    PS – The Eclipse software udpates proxy settings work just fine.

    PPS – This is a bug that I filed for 3.8.x releases and still exists.

    #234416 Reply

    Riyad Kalla
    Member

    What build ID of Eclipse? (Help > About)

    What build ID of MyEclipse? (Window > preferences > MyEclipse)

    Are you setting your proxy settings to the same thing you have set in your browser?

    Are you duplicating the proxy settings from the Updater proxy settings?

    I recall you reporting this and looked up the issue we had filed in our system, it seems during internal testing behind a proxy everything behaved as it should. The browser, XML autocomplete and validation all worked via the proxy settings. Is there any more detail you can provide about your proxy taht may help us figure out what we did wrong during testing?

    As a workaround, you can try and add your XML file to the XML Catalog, until we get this worked out.

    #234479 Reply

    maladon
    Member

    Eclipse version 3.1.0 build I20050627-1435
    MyEclipse version 3.9.210 Build 2005-0627-4.0-Milestone-2

    All proxy settings are the same.

    In 3.8 I would get an http 403 error — which indicated an attempt to directly access the web site and the proxy server denying it.

    Now, I get an http 407 error! This indicates that it correctly picked up the proxy server settings, but failed to pass along the authentication details.

    Note: ours is an authenticating proxy and all outbound requests are required to be authenticated first. did you test proxy rig do this or just act as a simple proxy?

    #234482 Reply

    Riyad Kalla
    Member

    I believe it was a simple proxy, but I will double check.

    #234483 Reply

    Riyad Kalla
    Member

    I have filed this issue for investigation, it likely won’t make 4.0 release however, I’m sorry for the trouble.

    Did you try the workaround for the XML validation? (adding the entry to the XML catalog)

    #234520 Reply

    maladon
    Member

    I tried it with 3.8.x and didn’t have much luck. I guess I didn’t quite understand how the catalog worked.

    #234522 Reply

    Riyad Kalla
    Member

    Maladon,
    The catalog acts like a local registry (or catalog) of XML files. The idea is that you register the URI of an XML file you want, as well as a URL to the local file (check the MyEclipse entries for the local file URL format) and then specify what kind of key it is.

    Then in your XML file when you specify the URI, the XMl file will be looked up against the catalog and matched, instead of going out across the internet to retrieve the item.

    As an example of how this works, take a look at our default entries for the web.xml files, or struts-config files, then create a new web.xml file or struts-config file and note how the URis match up.

    #234526 Reply

    maladon
    Member

    I was putting URL’s in the URI and that didn’t work. Putting a file:// URI does! Thanks.

    #250252 Reply

    zbarcea.a
    Member

    version: 4.1.1 GA and build: 20060309-4.1.1-GA

    I am behind a http proxy. I set up the proxy for eclipse, i don’t know if myeclipse has a separate config proxy property, but when i run an XML schema validation it gives me this error:

    schema_reference.4: Failed to read schema document ‘file://www.w3.org/2001/xml.xsd’, because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>

    <xs:schema
    targetNamespace=”….”
    xmlns:tns=”….”
    xmlns:xml=”http://www.w3.org/XML/1998/namespace&#8221;
    xmlns:xs=”http://www.w3.org/2001/XMLSchema&#8221;
    elementFormDefault=”qualified” xml:lang=”en”>

    <!– here are the errors –>
    <xs:import namespace=”http://www.w3.org/XML/1998/namespace&#8221; schemaLocation=”http://www.w3.org/2001/xml.xsd”/&gt;
    <!– here are the errors –>
    <xs:import namespace=”http://www.w3.org/2001/XMLSchema&#8221; schemaLocation=”http://www.w3.org/2001/XMLSchema.xsd”/&gt;

    …….

    </xs:schema>

    #255474 Reply

    This message has not been recovered.

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: Internet proxy settings not working!

You must be logged in to post in the forum log in