Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E99A275D1 for ; Wed, 23 Nov 2011 16:22:01 +0000 (UTC) Received: (qmail 87068 invoked by uid 500); 23 Nov 2011 16:22:01 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 87049 invoked by uid 500); 23 Nov 2011 16:22:01 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 87041 invoked by uid 99); 23 Nov 2011 16:22:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 16:22:01 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 16:22:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 58C0199912 for ; Wed, 23 Nov 2011 16:21:40 +0000 (UTC) Date: Wed, 23 Nov 2011 16:21:40 +0000 (UTC) From: "metatech (Commented) (JIRA)" To: issues@cxf.apache.org Message-ID: <92501724.6261.1322065300364.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (DOSGI-1) DOSGI CXF Distributed Software Bundle (1.1.0.SNAPSHOT) fails on startup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DOSGI-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155946#comment-13155946 ] metatech commented on DOSGI-1: ------------------------------ Sergey, I suppose the fix you mention is SMX4-358 ? A similar error occurred with ServiceMix 4.3 and only a reinstall did fix it, probably a problem with the bundle cache... "NoClassDefFoundError: Could not initialize class org.apache.cxf.jaxrs.utils.JAXRSUtils" > DOSGI CXF Distributed Software Bundle (1.1.0.SNAPSHOT) fails on startup > ----------------------------------------------------------------------- > > Key: DOSGI-1 > URL: https://issues.apache.org/jira/browse/DOSGI-1 > Project: CXF Distributed OSGi > Issue Type: Bug > Environment: adz20:~ azeckoski$ java -version > java version "1.6.0_15" > Java(TM) SE Runtime Environment (build 1.6.0_15-b03-226) > Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-92, mixed mode) > Reporter: Aaron Zeckoski > Priority: Critical > Fix For: 1.1 > > > One of the DOSGI bundles is failing to startup using Felix 2.0 as the container > cxf-dosgi-ri-dsw-cxf (1.1.0.SNAPSHOT) > The exception and ps info from felix will be added in comments > Here is the log of the attempt to startup and the exception at the end: > http://pastebin.com/m4da7142 > Some tracing shows that this seems to fail when felix tries to load the org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean class and is unable to load the javax.ws.rs.WebApplicationException class. The constructor called here is never actually reached. > JAXRSServerFactoryBean factory = new JAXRSServerFactoryBean(); -- 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