CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    NoRouteToHostException

    I have a program(java application)which sends mails to multiple addresses through a mailserver host(i tried using many mail servers.all valid ipaddresses).My machine is behind a proxy server.I keep getting a NoRouteToHostException.Can anybody update me on this.I'm not using javamail.
    it's urgent.


  2. #2
    Guest

    Re: NoRouteToHostException

    Pretty simple, you can either get there or you cannot. In your case you cannot. Sometimes, proxies disallow certain protocols or filter specific addresses. Or perhaps a outbound router is not doing it's job. You'll need to contact you network guys, or run a LLC trace.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured