You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Aaron Zeckoski (JIRA)" <ji...@apache.org> on 2009/09/29 15:08:16 UTC

[jira] Commented: (CXF-2452) DOSGI CXF Distributed Software Bundle (1.1.0.SNAPSHOT) fails on startup

    [ https://issues.apache.org/jira/browse/CXF-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760599#action_12760599 ] 

Aaron Zeckoski commented on CXF-2452:
-------------------------------------

org.osgi.framework.BundleException: Activator start error in bundle cxf-dosgi-ri-dsw-cxf [29].
	at org.apache.felix.framework.Felix.activateBundle(Felix.java:1750)
	at org.apache.felix.framework.Felix.startBundle(Felix.java:1621)
	at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:890)
	at org.apache.felix.shell.impl.StartCommandImpl.execute(StartCommandImpl.java:114)
	at org.apache.felix.shell.impl.Activator$ShellServiceImpl.executeCommand(Activator.java:281)
	at org.apache.felix.shell.tui.Activator$ShellTuiRunnable.run(Activator.java:184)
	at java.lang.Thread.run(Thread.java:637)
Caused by: java.lang.NoClassDefFoundError: javax/ws/rs/WebApplicationException
	at org.apache.cxf.dosgi.dsw.handlers.JaxRSHttpServiceConfigurationTypeHandler.createServer(JaxRSHttpServiceConfigurationTypeHandler.java:76)
	at org.apache.cxf.dosgi.dsw.hooks.ServiceHookUtils.createServer(ServiceHookUtils.java:86)
	at org.apache.cxf.dosgi.dsw.hooks.CxfPublishHook.createServer(CxfPublishHook.java:106)
	at org.apache.cxf.dosgi.dsw.hooks.CxfPublishHook.publishEndpoint(CxfPublishHook.java:80)
	at org.apache.cxf.dosgi.dsw.Activator.checkExistingServices(Activator.java:151)
	at org.apache.cxf.dosgi.dsw.Activator.start(Activator.java:81)
	at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:667)
	at org.apache.felix.framework.Felix.activateBundle(Felix.java:1699)
	... 6 more
Caused by: java.lang.ClassNotFoundException: javax.ws.rs.WebApplicationException
	at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:726)
	at org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:60)
	at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1631)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:254)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:402)[FelixDispatchQueue] DEBUG cxf-dosgi-ri-dsw-cxf - BundleEvent STOPPED

	... 14 more
java.lang.NoClassDefFoundError: javax/ws/rs/WebApplicationException


> DOSGI CXF Distributed Software Bundle (1.1.0.SNAPSHOT) fails on startup
> -----------------------------------------------------------------------
>
>                 Key: CXF-2452
>                 URL: https://issues.apache.org/jira/browse/CXF-2452
>             Project: CXF
>          Issue Type: Bug
>          Components: Distributed-OSGi
>    Affects Versions: dOSGi-1.1
>         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: dOSGi-1.1
>
>
> One of the DOSGI bundles is failing to startup using Felix 2.0 as the container
> The exception and ps info from felix will be added in comments

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