You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Bosschaert (JIRA)" <ji...@apache.org> on 2010/03/08 20:42:27 UTC

[jira] Resolved: (FELIX-2172) Extremely long resolve stage when running CXF-DOSGi system test

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

David Bosschaert resolved FELIX-2172.
-------------------------------------

    Resolution: Fixed

Thanks for fixing! Those exceptions are probably caused by things outside of Felix. If not I'll file a separate bug.

> Extremely long resolve stage when running CXF-DOSGi system test
> ---------------------------------------------------------------
>
>                 Key: FELIX-2172
>                 URL: https://issues.apache.org/jira/browse/FELIX-2172
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: felix-1.8.1, felix-2.0.1
>         Environment: Windows and Linux / Java 6
>            Reporter: David Bosschaert
>            Assignee: Richard S. Hall
>             Fix For: felix-3.0.0
>
>         Attachments: felix_resolve_hang.patch
>
>
> A system test in CXF-DOSGi loads a number of bundles (48 to be precise). Running it with Equinox is fine, but with Felix the system (driven through Pax-Exam) hangs just after initialization. It seems a resolution issue.
> Here's how to reproduce:
> 1. Check out CXF-DOSGi from http://svn.apache.org/repos/asf/cxf/dosgi/trunk
> 2. First simply do a build with 'mvn install' from the root to get
> everything ready (you may have to set MAVEN_OPTS=-Xmx512m)
> 3. cd into systests2/multi-bundle
> 4. Then run: 'mvn install -Dtest=TestDiscoveryRountrip' from there.
> You will see that it runs some test (which uses a fairly large number
> of bundles). It's currently configured to use Equinox via Pax Exam.
> 5. Applying the attached patch will change it to use Felix.
> 6. Run: 'mvn install -Dtest=TestDiscoveryRountrip' again, and you'll
> see that just after 'Welcome to Felix' it hangs. Sometimes it wakes up after about 10 minutes...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.