You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2017/01/27 16:38:24 UTC

[jira] [Resolved] (KARAF-4290) karaf-maven-plugin uses inactive proxies from settings.xml

     [ https://issues.apache.org/jira/browse/KARAF-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-4290.
-----------------------------------------
       Resolution: Won't Fix
    Fix Version/s:     (was: 4.1.1)
                       (was: 4.0.9)

Anyway, it's probably a Pax URL problem (mvn). I will take a look and create the Jira at Pax URL.

> karaf-maven-plugin uses inactive proxies from settings.xml
> ----------------------------------------------------------
>
>                 Key: KARAF-4290
>                 URL: https://issues.apache.org/jira/browse/KARAF-4290
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 4.0.4
>            Reporter: Michael Prescott
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>         Attachments: karaf-4290-stack-trace.txt
>
>
> My maven settings.xml has a <proxy> server defined, but it's inactive:
> <proxy>
>   <id>charles-proxy</id>
>   <active>false</active>
>   <protocol>http</protocol>
>   <host>localhost</host>
>   <port>8888</port>
>   <nonProxyHosts>www.google.com|*.example.com</nonProxyHosts>
> </proxy>
> Nevertheless, when runs, I get IOExceptions related to attempting to contact the proxy server (which isn't running):
> Connect to localhost:8888 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)