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 2014/01/24 15:08:41 UTC

[jira] [Commented] (KARAF-2712) Bundles cache corrupted

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

Jean-Baptiste Onofré commented on KARAF-2712:
---------------------------------------------

I just wonder if the usage of aether could not be a problem. In Karaf 2.3.x, the bundles are downloaded in data folder (thanks to pax-url-mvn). In Karaf 3.0.0, the bundles are downloaded into the user .m2/repository folder (thanks to pax-url-aether).
I just wondering what's the exact bundles location for the framework.

It means that I would add another test: try Karaf 2.3.x with Felix 4.2.1 to see if pax-url-aether should be investigated.

> Bundles cache corrupted
> -----------------------
>
>                 Key: KARAF-2712
>                 URL: https://issues.apache.org/jira/browse/KARAF-2712
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 3.0.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 3.0.1
>
>
> It seems that we have an issue with Felix framework: the bundles cache (in the data folder) gets corrupted, pushing Karaf in a complete toasted state.
> A possible scenario to reproduce it is:
> - install a couple of bundles using bundles:install command
> - kill the Karaf java process
> - try to start Karaf again, it should failed.
> This scenario has to be tested:
> - with Equinox as framework (it should work)
> - with Karaf 2.3.x (it should work with Felix framework 4.0.2)
> - depending if the bundles is in the system repository or not (to see if pax-url-aether may have an impact)
> - with Karaf 3.0.0 (it should fail with Felix framework 4.2.1)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)