You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Antonio Maria (JIRA)" <ji...@apache.org> on 2016/11/03 09:50:58 UTC

[jira] [Commented] (KARAF-4719) Aether cannot to resolve m2 repositories after adjustments in org.ops4j.pax.url.mvn.cfg

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

Antonio Maria commented on KARAF-4719:
--------------------------------------

As you said, not 100% reliable but robustness is increased up 95%, so in my opinion is better than current status, and I haven't noticed any side effects.

> Aether cannot to resolve m2 repositories after adjustments in org.ops4j.pax.url.mvn.cfg
> ---------------------------------------------------------------------------------------
>
>                 Key: KARAF-4719
>                 URL: https://issues.apache.org/jira/browse/KARAF-4719
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 4.0.5, 4.0.6
>            Reporter: Antonio Maria
>            Assignee: Grzegorz Grzybek
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Start levels for pax-url-aether(5) and org.apache.felix.configadmin(10) are defined in framework xml feature. Therefore pax url aether is configured after org.ops4j.pax.url.mvn.local properties are loaded.
> This causes that in case of assemble Karaf using offline repository, by adjusting:
> {code}
> org.ops4j.pax.url.mvn.localRepository=${karaf.home}/${karaf.default.repository}
> {code}
> Don't really work, because is too late for aether, that is already started.
> Eventually causes an error when karaf starts. The error is quite random, and happens quite often when karaf starts using the wrapper as a windows services.
> By decreasing the aether starts level to any value after felix configadmin, it improves the bootstrap robustness when creating offline distribution.



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