0 Replies Latest reply on Aug 27, 2012 10:15 AM by girishmanwani

    Problem connecting - permission denied error - proxy issue ?

    girishmanwani

      I want to run my JSF-JSFUnit enabled webapp using a query like

       

      http://localhost:8181/jsfunit_starter/ServletTestRunner?suite=JSFUnitStartupTest&xsl=cactus-report.xsl

       

      When starting tomacat from eclipse I am passing the following as VM arguments

       

      -DproxySet="true" -Dhttp.proxy.host="my proxy name" -Dhttp.proxy.port="proxy port"

       

      But i still get the following error

       

      INFO: I/O exception (java.net.SocketException) caught when processing request: Permission denied: connect

      org.apache.commons.httpclient.HttpMethodDirector executeWithRetry

      INFO: Retrying request

       

      My main page runs fine - http://localhost:8181/jsfunit_starter/index.faces

       

      I have placed the cactus-report.xsl in the web content's root without changing it.

       

      What could be the problem - is this related to being behind the proxy ?