[ 
https://issues.apache.org/jira/browse/JENA-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903335#comment-15903335
 ] 

A. Soroka commented on JENA-1309:
---------------------------------

Dominique Vandensteen, can you verify that the PR above fixes your problem? You 
will have to clone and build it. If that's not an option for you or you aren't 
comfortable doing that, please let me know and we can work something else out.

> 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
>            Assignee: A. Soroka
>
> 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