Dominique Vandensteen created JENA-1309:
-------------------------------------------

             Summary: Default java properties for proxy setting not picked up
                 Key: JENA-1309
                 URL: https://issues.apache.org/jira/browse/JENA-1309
             Project: Apache Jena
          Issue Type: Bug
          Components: ARQ, Fuseki
    Affects Versions: Fuseki 2.5.0
            Reporter: Dominique Vandensteen


While trying to run a sparql with "service" I'm getting timeout errors. It 
seems fuseki is not picking up the default java proxy properties 
(-Dhttp.proxyHost=... and such)

A workaround based on http://stackoverflow.com/a/25690647 works. To use this 
workaround together with the system properties, this can be used instead of the 
code in the stackoverflow post:
  static {
    HttpOp.setDefaultHttpClient(HttpClients.createSystem());
  }

Link to mailing list: 
http://mail-archives.apache.org/mod_mbox/jena-users/201703.mbox/%3cca+wzyeuhoy+_6wy6yzcnaruzaocrmmoy1848mvno7vyodct...@mail.gmail.com%3E




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to