You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christian Schneider (Resolved) (JIRA)" <ji...@apache.org> on 2012/01/20 15:00:40 UTC

[jira] [Resolved] (CXF-4050) Wrong activator specified for CXF bundle

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

Christian Schneider resolved CXF-4050.
--------------------------------------

    Resolution: Fixed

fix committed
                
> Wrong activator specified for CXF bundle 
> -----------------------------------------
>
>                 Key: CXF-4050
>                 URL: https://issues.apache.org/jira/browse/CXF-4050
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.5.2
>            Reporter: Alexey Markevich
>            Assignee: Christian Schneider
>            Priority: Blocker
>
> Bundle-Activator: org.apache.cxf.bus.osgi.OSGiExtensionLocator
> Actually this class is missing:
> java.lang.Exception: Could not start bundle mvn:org.apache.cxf/cxf-bundle/2.5.2 in feature(s) cxf-2.5.2: The activator org.apache.cxf.bus.osgi.OSGiExtensionLocator for bundle org.apache.cxf.bundle is invalid
>  at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:356)[16:org.apache.karaf.features.core:2.2.5]
>  at org.apache.karaf.features.internal.FeaturesServiceImpl$1.run(FeaturesServiceImpl.java:978)[16:org.apache.karaf.features.core:2.2.5]
> Caused by: org.osgi.framework.BundleException: The activator org.apache.cxf.bus.osgi.OSGiExtensionLocator for bundle org.apache.cxf.bundle is invalid
>  at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:156)[osgi-3.6.2.R36x_v20110210.jar:]
>  at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:751)[osgi-3.6.2.R36x_v20110210.jar:]
>  at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)[osgi-3.6.2.R36x_v20110210.jar:]
>  at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)[osgi-3.6.2.R36x_v20110210.jar:]
>  at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:276)[osgi-3.6.2.R36x_v20110210.jar:]
>  at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:353)[16:org.apache.karaf.features.core:2.2.5]
>  ... 1 more
> Caused by: java.lang.ClassNotFoundException: org.apache.cxf.bus.osgi.OSGiExtensionLocator
>  at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)[osgi-3.6.2.R36x_v20110210.jar:]
>  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)[osgi-3.6.2.R36x_v20110210.jar:]
>  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)[osgi-3.6.2.R36x_v20110210.jar:]
>  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)[osgi-3.6.2.R36x_v20110210.jar:]
>  at java.lang.ClassLoader.loadClass(ClassLoader.java:247)[:1.6.0_25]
>  at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)[osgi-3.6.2.R36x_v20110210.jar:]
>  at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)[osgi-3.6.2.R36x_v20110210.jar:]
>  at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:149)[osgi-3.6.2.R36x_v20110210.jar:]
>  ... 6 more

--
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