You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andreas Pieber (JIRA)" <ji...@apache.org> on 2012/05/09 09:57:52 UTC

[jira] [Created] (KARAF-1455) PAX Url (obr & war), Felix and Karaf (trunk) fight with each other resulting in an m_bundleLock

Andreas Pieber created KARAF-1455:
-------------------------------------

             Summary: PAX Url (obr & war), Felix and Karaf (trunk) fight with each other resulting in an m_bundleLock
                 Key: KARAF-1455
                 URL: https://issues.apache.org/jira/browse/KARAF-1455
             Project: Karaf
          Issue Type: Bug
          Components: karaf-core
    Affects Versions: 3.0.0
            Reporter: Andreas Pieber
            Assignee: Andreas Pieber
             Fix For: 3.0.0


The reproduction is quite simple: build karaf trunk and all dependent snapshots; start karaf; install the war and/or obr feature and peng either of those will stuck in the "Starting" state and never return;

The Symptom is: HandlerActivator#getResolver never returns because it it is synced with HandlerActivator#setResolver which on his side hangs on waiting for a m_bundleLock in the HandlerActivator#registerHandler();

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-1455) PAX Url (obr & war), Felix and Karaf (trunk) fight with each other resulting in an m_bundleLock

Posted by "Andreas Pieber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271198#comment-13271198 ] 

Andreas Pieber commented on KARAF-1455:
---------------------------------------

related pax-url issue is http://team.ops4j.org/browse/PAXURL-186

Not sure by now where the exact problem is (PAX, Karaf or Felix)
                
> PAX Url (obr & war), Felix and Karaf (trunk) fight with each other resulting in an m_bundleLock
> -----------------------------------------------------------------------------------------------
>
>                 Key: KARAF-1455
>                 URL: https://issues.apache.org/jira/browse/KARAF-1455
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 3.0.0
>            Reporter: Andreas Pieber
>            Assignee: Andreas Pieber
>             Fix For: 3.0.0
>
>
> The reproduction is quite simple: build karaf trunk and all dependent snapshots; start karaf; install the war and/or obr feature and peng either of those will stuck in the "Starting" state and never return;
> The Symptom is: HandlerActivator#getResolver never returns because it it is synced with HandlerActivator#setResolver which on his side hangs on waiting for a m_bundleLock in the HandlerActivator#registerHandler();

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-1455) PAX Url (obr & war), Felix and Karaf (trunk) fight with each other resulting in an m_bundleLock

Posted by "Andreas Pieber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271282#comment-13271282 ] 

Andreas Pieber commented on KARAF-1455:
---------------------------------------

found the problem and working on the fix
                
> PAX Url (obr & war), Felix and Karaf (trunk) fight with each other resulting in an m_bundleLock
> -----------------------------------------------------------------------------------------------
>
>                 Key: KARAF-1455
>                 URL: https://issues.apache.org/jira/browse/KARAF-1455
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 3.0.0
>            Reporter: Andreas Pieber
>            Assignee: Andreas Pieber
>             Fix For: 3.0.0
>
>
> The reproduction is quite simple: build karaf trunk and all dependent snapshots; start karaf; install the war and/or obr feature and peng either of those will stuck in the "Starting" state and never return;
> The Symptom is: HandlerActivator#getResolver never returns because it it is synced with HandlerActivator#setResolver which on his side hangs on waiting for a m_bundleLock in the HandlerActivator#registerHandler();

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (KARAF-1455) PAX Url (obr & war), Felix and Karaf (trunk) fight with each other resulting in an m_bundleLock

Posted by "Andreas Pieber (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Pieber resolved KARAF-1455.
-----------------------------------

    Resolution: Fixed

Fixed with the upgrade to pax-url 2.4.0
                
> PAX Url (obr & war), Felix and Karaf (trunk) fight with each other resulting in an m_bundleLock
> -----------------------------------------------------------------------------------------------
>
>                 Key: KARAF-1455
>                 URL: https://issues.apache.org/jira/browse/KARAF-1455
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 3.0.0
>            Reporter: Andreas Pieber
>            Assignee: Andreas Pieber
>             Fix For: 3.0.0
>
>
> The reproduction is quite simple: build karaf trunk and all dependent snapshots; start karaf; install the war and/or obr feature and peng either of those will stuck in the "Starting" state and never return;
> The Symptom is: HandlerActivator#getResolver never returns because it it is synced with HandlerActivator#setResolver which on his side hangs on waiting for a m_bundleLock in the HandlerActivator#registerHandler();

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-1455) PAX Url (obr & war), Felix and Karaf (trunk) fight with each other resulting in an m_bundleLock

Posted by "Andreas Pieber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271357#comment-13271357 ] 

Andreas Pieber commented on KARAF-1455:
---------------------------------------

fixed on pax-url
                
> PAX Url (obr & war), Felix and Karaf (trunk) fight with each other resulting in an m_bundleLock
> -----------------------------------------------------------------------------------------------
>
>                 Key: KARAF-1455
>                 URL: https://issues.apache.org/jira/browse/KARAF-1455
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 3.0.0
>            Reporter: Andreas Pieber
>            Assignee: Andreas Pieber
>             Fix For: 3.0.0
>
>
> The reproduction is quite simple: build karaf trunk and all dependent snapshots; start karaf; install the war and/or obr feature and peng either of those will stuck in the "Starting" state and never return;
> The Symptom is: HandlerActivator#getResolver never returns because it it is synced with HandlerActivator#setResolver which on his side hangs on waiting for a m_bundleLock in the HandlerActivator#registerHandler();

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira