facebook

Connection refused: connect Error on Validator-rules.xml

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #230122 Reply

    wilkerd1
    Member

    All,

    After setting up my web application project with struts capabilities, I have been able to get every thing to build correctly except for one issue. I keep seeing an error in the problems pane that says Connection refused: connect on my validator-rules.xml file. I am not sure what exactly is wrong or where to look to fix the issue. I also notice that when I deploy my app to JBoss 3.2.x that it becomes a little angry with it too…

    Any suggestions?

    Environment
    —————————-
    Eclipse Version: 3.0.1 Build id – 200409161125
    MyEclipse Version: 3.8.4 Q2
    App Server Version: JBoss 3.2.x
    Struts Version: 1.2.x
    OS Version: Windows XP Pro

    Thanks!
    Daniel 🙂

    #230169 Reply

    Riyad Kalla
    Member

    Daniel,
    The XML parser (xerces most likely) that is trying to parse and validate your XML file probably cannot resolve the DTD or Schema you have referenced… do you not have an internet connection while you are working or can you not make outbound connections to the server due to firewall restrictions?

    #230190 Reply

    wilkerd1
    Member

    Riyad,

    We do have a firewall that I am sitting behind. I will look to see if there are proxy settings in Eclipse that I can set… While I am looking, I’ll go ahead and ask the question: Is there a place within Eclipse/MyEclipse to specify proxy setting? I realize I’ll know the answer to this shortly, but wanted to ask anyway for an “official ” answer.

    Let me check this out and will report back. Thanks for your help Riyad!

    -Daniel

    #230191 Reply

    wilkerd1
    Member

    Riyad,

    Don’t worry about the “Official” answer. Found the proxy setting in Preferences–>MyEclipse–>Internet Proxy, placed our proxy info in there, and it worked like a charm!

    Thanks a bunch friend! 😀

    -Daniel

    #230209 Reply

    Riyad Kalla
    Member

    Daniel,
    I love it when things work 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Connection refused: connect Error on Validator-rules.xml

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