You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Dominique Vandensteen (JIRA)" <ji...@apache.org> on 2017/03/09 13:31:37 UTC

[jira] [Created] (JENA-1309) Default java properties for proxy setting not picked up

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+_6wY6YzcNArUzAoCRmMOY1848mVnO7VYodct35w@mail.gmail.com%3E




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