Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 31003 invoked from network); 8 Mar 2010 18:42:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Mar 2010 18:42:14 -0000 Received: (qmail 94580 invoked by uid 500); 8 Mar 2010 18:41:50 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 94408 invoked by uid 500); 8 Mar 2010 18:41:50 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 94400 invoked by uid 99); 8 Mar 2010 18:41:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2010 18:41:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2010 18:41:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 232EF234C045 for ; Mon, 8 Mar 2010 18:41:27 +0000 (UTC) Message-ID: <128726588.140141268073687128.JavaMail.jira@brutus.apache.org> Date: Mon, 8 Mar 2010 18:41:27 +0000 (UTC) From: "Richard S. Hall (JIRA)" To: dev@felix.apache.org Subject: [jira] Commented: (FELIX-2172) Extremely long resolve stage when running CXF-DOSGi system test In-Reply-To: <1567692547.98201267796187123.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842763#action_12842763 ] Richard S. Hall commented on FELIX-2172: ---------------------------------------- I was able to reproduce the issue on framework 2.0.x. I have been playing with this use case on trunk. I am not experiencing the hang any more, so that is good news. However, I am seeing other exceptions being thrown during the test case execution which do not necessarily seem correct (e.g., NPEs). In the end, though, the test case reports: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.154 sec So, at least it says it was a success, even if it wasn't. ;-) I will likely need more feedback on this issue. > 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 > 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.