4 Replies Latest reply on Oct 27, 2008 6:15 AM by claprun

    java.net.UnknownHostException: www.w3.org

    dboeckli

      I am getting "java.net.UnknownHostException: www.w3.org" for following versions:
      - jboss-portal-2.7.0.CR1-bundled
      - jboss-portal-2.6.6.GA-bundled
      - jboss-portal-2.4.2-bundled

      jboss-portal-2.2.1-SP3-bundled worked well.

      I am behind a Firewall, so i used this for the JVM:

      -Dhttp.proxyHost=proxy2.ch.eds.com
      -Dhttp.proxyPort=8080
      -Dhttp.proxySet=true
      -Dhttp.nonProxyHosts=localhost
      


      The effect is a 407-HTTP-Error (Proxy Authentication Required). So i added this:
      -Dhttp.proxyUser=myuserid
      -Dhttp.proxyPassword=password
      

      I get still the 407 error.

      So my question: JBoss Portal is not working at all when you are offline, right? The same question applies for WSRP.

      The information found here http://www.jboss.org/community/docs/DOC-12633 is showing how to get through a proxy (like i did with no success) but not how to work offline.

      Many Thanks for you response