Hi,

I assume you are talking about the SMX 4.5.2.
If the port 8181 is used by other process, you can edit 
$SMX_HOME/etc/org.ops4j.pax.web.cfg,
using property
org.osgi.service.http.port=any_port_you_can_use
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat
Web: http://fusesource.com | http://www.redhat.com/
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: @Freeman小屋



On 2013-9-19, at 下午6:22, shaileshk wrote:

> Hi,
> 
> I have installed example for cxf=osgi from servicemix 4.2 installable and
> when I start the bundle after building it doesnt work.
> 
> I get the message in servicemix.log file as below but nothing happens since
> it kinds of block the 8181 port by default and there is no way to change
> this port.
> 
> 11:17:37,450 | INFO  | FelixStartLevel  | BlueprintExtender                |
> 10 - org.apache.aries.blueprint - 0.3.2 | No quiesce support is available,
> so blueprint components will not participate in quiesce operations
> 11:17:37,809 | INFO  | rint Extender: 2 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle org.apache.karaf.shell.log
> is waiting for namespace handlers
> [http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0,
> http://karaf.apache.org/xmlns/shell/v1.0.0]
> 11:17:37,824 | INFO  | rint Extender: 3 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle
> org.apache.karaf.admin.command is waiting for namespace handlers
> [http://karaf.apache.org/xmlns/shell/v1.1.0]
> 11:17:37,824 | INFO  | rint Extender: 3 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle org.apache.karaf.shell.osgi
> is waiting for namespace handlers
> [http://karaf.apache.org/xmlns/shell/v1.0.0]
> 11:17:37,824 | INFO  | rint Extender: 3 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle
> org.apache.karaf.jaas.command is waiting for namespace handlers
> [http://karaf.apache.org/xmlns/shell/v1.1.0]
> 11:17:37,840 | INFO  | rint Extender: 3 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle org.apache.karaf.shell.dev
> is waiting for namespace handlers
> [http://karaf.apache.org/xmlns/shell/v1.0.0]
> 11:17:37,840 | INFO  | rint Extender: 3 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle org.apache.karaf.shell.log
> is waiting for namespace handlers
> [http://karaf.apache.org/xmlns/shell/v1.0.0]
> 11:17:37,840 | INFO  | rint Extender: 2 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle
> org.apache.karaf.admin.management is waiting for dependencies
> [(objectClass=org.apache.karaf.admin.AdminService),
> (objectClass=javax.management.MBeanServer)]
> 11:17:37,902 | INFO  | rint Extender: 3 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle org.apache.karaf.shell.ssh
> is waiting for namespace handlers
> [http://karaf.apache.org/xmlns/shell/v1.0.0]
> 11:17:37,902 | INFO  | rint Extender: 1 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle
> org.apache.karaf.features.management is waiting for dependencies
> [(objectClass=javax.management.MBeanServer),
> (objectClass=org.apache.karaf.features.FeaturesService)]
> 11:17:37,996 | INFO  | FelixStartLevel  | core                             |
> 43 - org.apache.aries.jmx.core - 0.3.1 | Starting JMX OSGi agent
> 11:17:38,011 | INFO  | FelixStartLevel  | core                             |
> 43 - org.apache.aries.jmx.core - 0.3.1 | Registering MBean with ObjectName
> [osgi.compendium:service=cm,version=1.3] for service with service.id [11]
> 11:17:38,043 | WARN  | JMX OSGi Agent   | core                             |
> 43 - org.apache.aries.jmx.core - 0.3.1 | There are no MBean servers
> registred, can't register MBeans
> 11:17:38,043 | INFO  | rint Extender: 1 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle
> org.apache.karaf.diagnostic.management is waiting for dependencies
> [(objectClass=javax.management.MBeanServer)]
> 11:17:38,230 | INFO  | FelixStartLevel  | ContextLoaderListener            |
> 82 - org.springframework.osgi.extender - 1.2.1 | Starting
> [org.springframework.osgi.extender] bundle v.[1.2.1]
> 11:17:38,557 | INFO  | FelixStartLevel  | ExtenderConfiguration            |
> 82 - org.springframework.osgi.extender - 1.2.1 | No custom extender
> configuration detected; using defaults...
> 11:17:38,635 | INFO  | FelixStartLevel  | TimerTaskExecutor                |
> 73 - org.springframework.context - 3.0.7.RELEASE | Initializing Timer
> 11:17:39,322 | INFO  | FelixStartLevel  | Server                           |
> 120 - org.eclipse.jetty.util - 7.5.4.v20111024 | jetty-7.5.4.v20111024
> 11:17:39,415 | INFO  | FelixStartLevel  | JettyServerImpl                  |
> 136 - org.ops4j.pax.web.pax-web-jetty - 1.0.12.1 | Pax Web available at
> [0.0.0.0]:[8181]
> 11:17:39,431 | INFO  | FelixStartLevel  | AbstractConnector                |
> 120 - org.eclipse.jetty.util - 7.5.4.v20111024 | Started
> [email protected]:8181 STARTING
> 11:17:39,571 | INFO  | FelixStartLevel  | Activator                        |
> 138 - org.ops4j.pax.web.pax-web-runtime - 1.0.12.1 | Pax Web started
> 11:17:39,634 | INFO  | rint Extender: 2 | KarArtifactInstaller             |
> 38 - org.apache.karaf.deployer.kar - 2.2.11 | Karaf archives will be
> extracted to C:\Shailesh\apache-servicemix-4.5.2/system
> 11:17:39,634 | INFO  | rint Extender: 2 | KarArtifactInstaller             |
> 38 - org.apache.karaf.deployer.kar - 2.2.11 | Timestamps for Karaf archives
> will be extracted to C:\Shailesh\apache-servicemix-4.5.2/system\.timestamps
> 11:17:39,854 | WARN  | g.ops4j.pax.web) | QueuedThreadPool                 |
> 120 - org.eclipse.jetty.util - 7.5.4.v20111024 | 7 threads could not be
> stopped
> 11:17:40,322 | INFO  | rint Extender: 2 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle
> org.apache.karaf.features.management is waiting for dependencies
> [(objectClass=javax.management.MBeanServer)]
> 11:17:40,384 | INFO  | g.ops4j.pax.web) | Server                           |
> 120 - org.eclipse.jetty.util - 7.5.4.v20111024 | jetty-7.5.4.v20111024
> 11:17:40,415 | INFO  | g.ops4j.pax.web) | AbstractConnector                |
> 120 - org.eclipse.jetty.util - 7.5.4.v20111024 | Started
> [email protected]:8181 STARTING
> 11:17:40,415 | INFO  | g.ops4j.pax.web) | JettyServerImpl                  |
> 136 - org.ops4j.pax.web.pax-web-jetty - 1.0.12.1 | Pax Web available at
> [0.0.0.0]:[8181]
> 11:17:40,415 | WARN  | g.ops4j.pax.web) | NIOSocketConnectorWrapper        |
> 136 - org.ops4j.pax.web.pax-web-jetty - 1.0.12.1 | Connection on port 8181
> cannot be open. Reason: Address already in use: bind
> 11:17:40,649 | INFO  | rint Extender: 2 | SecurityUtils                    |
> 21 - org.apache.sshd.core - 0.8.0 | BouncyCastle not registered, using the
> default JCE provider
> 11:17:40,805 | INFO  | icemix-4.5.2/etc | fileinstall                      |
> 7 - org.apache.felix.fileinstall - 3.2.4 | Installed
> C:\Shailesh\apache-servicemix-4.5.2\etc\activemq-broker.xml
> 11:17:41,117 | INFO  | JMX OSGi Agent   | core                             |
> 43 - org.apache.aries.jmx.core - 0.3.1 | Registering
> org.osgi.jmx.framework.BundleStateMBean to MBeanServer
> com.sun.jmx.mbeanserver.JmxMBeanServer@4eadddd6 with name
> osgi.core:type=bundleState,version=1.5
> 11:17:41,117 | INFO  | JMX OSGi Agent   | core                             |
> 43 - org.apache.aries.jmx.core - 0.3.1 | Registering
> org.osgi.jmx.framework.ServiceStateMBean to MBeanServer
> com.sun.jmx.mbeanserver.JmxMBeanServer@4eadddd6 with name
> osgi.core:type=serviceState,version=1.5
> 11:17:41,117 | INFO  | JMX OSGi Agent   | core                             |
> 43 - org.apache.aries.jmx.core - 0.3.1 | Registering
> org.osgi.jmx.framework.FrameworkMBean to MBeanServer
> com.sun.jmx.mbeanserver.JmxMBeanServer@4eadddd6 with name
> osgi.core:type=framework,version=1.5
> 11:17:41,117 | INFO  | JMX OSGi Agent   | core                             |
> 43 - org.apache.aries.jmx.core - 0.3.1 | Registering
> org.osgi.jmx.framework.PackageStateMBean to MBeanServer
> com.sun.jmx.mbeanserver.JmxMBeanServer@4eadddd6 with name
> osgi.core:type=packageState,version=1.5
> 11:17:41,117 | INFO  | JMX OSGi Agent   | core                             |
> 43 - org.apache.aries.jmx.core - 0.3.1 | Registering
> org.osgi.jmx.service.cm.ConfigurationAdminMBean to MBeanServer
> com.sun.jmx.mbeanserver.JmxMBeanServer@4eadddd6 with name
> osgi.compendium:service=cm,version=1.3
> 11:17:42,490 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-management (129)
> [org.apache.cxf.management.InstrumentationManager]
> 11:17:42,646 | INFO  | rint Extender: 1 | HttpServiceFactoryImpl           |
> 138 - org.ops4j.pax.web.pax-web-runtime - 1.0.12.1 | Binding bundle:
> [org.apache.karaf.deployer.features [35]] to http service
> 11:17:42,709 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-bindings-soap (134)
> [org.apache.cxf.binding.soap.SoapBindingFactory,
> org.apache.cxf.binding.soap.SoapTransportFactory]
> 11:17:42,709 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-bindings-xml (135)
> [org.apache.cxf.binding.xml.XMLBindingFactory,
> org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader]
> 11:17:42,724 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-transports-http (141)
> [org.apache.cxf.transport.http.HTTPTransportFactory,
> org.apache.cxf.transport.http.HTTPWSDLExtensionLoader,
> org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,
> org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder,
> org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]
> 11:17:42,724 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-ws-policy (159)
> [org.apache.cxf.ws.policy.PolicyEngine,
> org.apache.cxf.policy.PolicyDataEngine,
> org.apache.cxf.ws.policy.AssertionBuilderRegistry,
> org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry,
> org.apache.cxf.ws.policy.PolicyBuilder,
> org.apache.cxf.ws.policy.PolicyAnnotationListener,
> org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,
> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry,
> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder,
> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider,
> org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,
> org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider]
> 11:17:42,787 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-frontend-jaxws (143)
> [org.apache.cxf.jaxws.context.WebServiceContextResourceResolver]
> 11:17:42,802 | INFO  | rint Extender: 1 | ContextHandler                   |
> 120 - org.eclipse.jetty.util - 7.5.4.v20111024 | started
> HttpServiceContext{httpContext=DefaultHttpContext{bundle=org.apache.karaf.deployer.features
> [35]}}
> 11:17:42,849 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-bindings-corba (151)
> [org.apache.cxf.binding.corba.CorbaBindingFactory,
> org.apache.cxf.binding.corba.wsdl.WSDLExtensionRegister]
> 11:17:42,865 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-transports-local (153)
> [org.apache.cxf.transport.local.LocalTransportFactory]
> 11:17:42,865 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-bindings-object (154)
> [org.apache.cxf.binding.object.ObjectBindingFactory]
> 11:17:42,880 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-transports-http-jetty (155)
> [org.apache.cxf.transport.http_jetty.JettyDestinationFactory,
> org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory,
> org.apache.cxf.transport.http.ContinuationProviderFactory]
> 11:17:42,896 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-transports-jms (156)
> [org.apache.cxf.transport.jms.JMSTransportFactory,
> org.apache.cxf.transport.jms.wsdl11.JMSWSDLExtensionLoader]
> 11:17:42,927 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-ws-addr (163)
> [org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,
> org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder,
> org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider,
> org.apache.cxf.ws.addressing.impl.AddressingWSDLExtensionLoader,
> org.apache.cxf.ws.addressing.WSAddressingFeature$WSAddressingFeatureApplier,
> org.apache.cxf.ws.addressing.MAPAggregator$MAPAggregatorLoader]
> 11:17:42,943 | INFO  | rint Extender: 1 | HttpServiceFactoryImpl           |
> 138 - org.ops4j.pax.web.pax-web-runtime - 1.0.12.1 | Binding bundle:
> [org.apache.cxf.cxf-rt-transports-http [141]] to http service
> 11:17:42,943 | INFO  | rint Extender: 1 | ContextHandler                   |
> 120 - org.eclipse.jetty.util - 7.5.4.v20111024 | started
> HttpServiceContext{httpContext=DefaultHttpContext{bundle=org.apache.cxf.cxf-rt-transports-http
> [141]}}
> 11:17:42,958 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-ws-mex (167) [org.apache.cxf.ws.mex.MEXServerListener]
> 11:17:42,958 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-ws-security (165)
> [org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader,
> org.apache.cxf.ws.security.cache.CacheCleanupListener]
> 11:17:42,974 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-ws-rm (166) [org.apache.cxf.ws.rm.RMManager,
> org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,
> org.apache.cxf.ws.rm.policy.RMAssertionBuilder,
> org.apache.cxf.ws.rm.policy.RM11AssertionBuilder]
> 11:17:42,989 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.cxf.cxf-rt-javascript (168)
> [org.apache.cxf.javascript.JavascriptQueryHandler]
> 11:17:43,223 | INFO  | rint Extender: 2 | BlueprintContainerImpl           |
> 10 - org.apache.aries.blueprint - 0.3.2 | Bundle activemq-broker.xml is
> waiting for namespace handlers [http://activemq.apache.org/schema/core]
> 11:17:43,333 | WARN  | FelixStartLevel  | NamespaceManager                 |
> 82 - org.springframework.osgi.extender - 1.2.1 | Bundle activemq-ra
> (org.apache.activemq.activemq-ra) cannot see class
> [org.springframework.beans.factory.xml.NamespaceHandlerResolver]; ignoring
> its namespace handlers
> 11:17:43,582 | INFO  | FelixStartLevel  | Activator                        |
> 100 - org.apache.camel.camel-core - 2.10.6 | Camel activator starting
> 11:17:43,785 | INFO  | FelixStartLevel  | Activator                        |
> 100 - org.apache.camel.camel-core - 2.10.6 | Camel activator started
> 11:17:44,003 | INFO  | FelixStartLevel  | CXFActivator                     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Adding the extensions from bundle
> org.apache.camel.camel-cxf-transport (174)
> [org.apache.camel.component.cxf.transport.CamelTransportFactory]
> 11:17:44,175 | INFO  | FelixStartLevel  | ultOsgiApplicationContextCreator |
> 82 - org.springframework.osgi.extender - 1.2.1 | Discovered configurations
> {osgibundle:/META-INF/spring/*.xml} in bundle [Apache ServiceMix :: Features
> :: Examples :: CXF OSGi (cxf-osgi)]
> 11:17:44,237 | INFO  | ExtenderThread-1 | OsgiBundleXmlApplicationContext  |
> 73 - org.springframework.context - 3.0.7.RELEASE | Refreshing
> OsgiBundleXmlApplicationContext(bundle=cxf-osgi,
> config=osgibundle:/META-INF/spring/*.xml): startup date [Thu Sep 19 11:17:44
> BST 2013]; root of context hierarchy
> 11:17:44,237 | INFO  | ExtenderThread-1 | OsgiBundleXmlApplicationContext  |
> 73 - org.springframework.context - 3.0.7.RELEASE | Application Context
> service already unpublished
> 11:17:44,393 | INFO  | ExtenderThread-1 | XmlBeanDefinitionReader          |
> 71 - org.springframework.beans - 3.0.7.RELEASE | Loading XML bean
> definitions from URL [bundle://186.0:0/META-INF/spring/beans.xml]
> 11:17:44,409 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            |
> 66 - org.apache.xbean.blueprint - 3.11.1 | Could not load class:
> org.apache.activemq.store.journal.JournalPersistenceAdapter due to
> org/apache/activeio/journal/JournalEventListener
> 11:17:44,409 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            |
> 66 - org.apache.xbean.blueprint - 3.11.1 | Could not load class:
> org.apache.activemq.store.leveldb.LevelDBPersistenceAdapter
> 11:17:44,456 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            |
> 66 - org.apache.xbean.blueprint - 3.11.1 | Could not load class:
> org.apache.activemq.store.journal.JournalPersistenceAdapterFactory due to
> org/apache/activeio/journal/active/JournalLockedException
> 11:17:44,518 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            |
> 66 - org.apache.xbean.blueprint - 3.11.1 | Could not load class:
> org.apache.activemq.store.PersistenceAdapterFactoryBean due to
> org/apache/activeio/journal/active/JournalLockedException
> 11:17:44,690 | INFO  | ExtenderThread-1 | WaiterApplicationContextExecutor |
> 82 - org.springframework.osgi.extender - 1.2.1 | No outstanding OSGi service
> dependencies, completing initialization for
> OsgiBundleXmlApplicationContext(bundle=cxf-osgi,
> config=osgibundle:/META-INF/spring/*.xml)
> 11:17:44,690 | INFO  | ExtenderThread-2 | DefaultListableBeanFactory       |
> 71 - org.springframework.beans - 3.0.7.RELEASE | Pre-instantiating
> singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@616702aa:
> defining beans [helloWorld]; root of factory hierarchy
> 11:17:44,846 | INFO  | icemix-4.5.2/etc | fileinstall                      |
> 7 - org.apache.felix.fileinstall - 3.2.4 | Started bundle:
> blueprint:file:/C:/Shailesh/apache-servicemix-4.5.2/etc/activemq-broker.xml
> 11:17:45,314 | INFO  | rint Extender: 1 | PListStore                       |
> 64 - org.apache.activemq.activemq-core - 5.7.0 |
> PListStore:[C:\Shailesh\apache-servicemix-4.5.2\data\activemq\default\default\tmp_storage]
> started
> 11:17:45,345 | INFO  | rint Extender: 1 | BrokerService                    |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | Using Persistence Adapter:
> KahaDBPersistenceAdapter[C:\Shailesh\apache-servicemix-4.5.2\data\activemq\default\kahadb]
> 11:17:45,407 | INFO  | ExtenderThread-2 | InstrumentationManagerImpl       |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | registering MBean
> org.apache.cxf:bus.id=cxf-osgi-cxf932834728,type=Bus,instance.id=932834728:
> org.apache.cxf.bus.ManagedBus@5ac1cd1c
> 11:17:45,423 | INFO  | ExtenderThread-2 | InstrumentationManagerImpl       |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | registering MBean
> org.apache.cxf:bus.id=cxf-osgi-cxf932834728,type=Bus,instance.id=932834728:
> javax.management.modelmbean.RequiredModelMBean@3a14456a
> 11:17:45,423 | INFO  | ExtenderThread-2 | InstrumentationManagerImpl       |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | registered
> org.apache.cxf:bus.id=cxf-osgi-cxf932834728,type=Bus,instance.id=932834728
> 11:17:45,423 | INFO  | ExtenderThread-2 | InstrumentationManagerImpl       |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | registering MBean
> org.apache.cxf:bus.id=cxf-osgi-cxf932834728,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=818492142:
> org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@692ec047
> 11:17:45,423 | INFO  | ExtenderThread-2 | InstrumentationManagerImpl       |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | registering MBean
> org.apache.cxf:bus.id=cxf-osgi-cxf932834728,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=818492142:
> javax.management.modelmbean.RequiredModelMBean@55c2fb78
> 11:17:45,485 | INFO  | ExtenderThread-2 | ReflectionServiceFactoryBean     |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Creating Service
> {http://cxf.examples.servicemix.apache.org/}HelloWorldImplService from class
> org.apache.servicemix.examples.cxf.HelloWorld
> 11:17:46,421 | INFO  | rint Extender: 1 | MessageDatabase                  |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | KahaDB is version 4
> 11:17:46,453 | INFO  | rint Extender: 1 | MessageDatabase                  |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | Recovering from the journal
> ...
> 11:17:46,453 | INFO  | rint Extender: 1 | MessageDatabase                  |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | Recovery replayed 2
> operations from the journal in 0.032 seconds.
> 11:17:46,655 | INFO  | rint Extender: 1 | BrokerService                    |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | Apache ActiveMQ 5.7.0
> (default, ID:CFHIAMPC13-56799-1379585866484-0:1) is starting
> 11:17:46,687 | INFO  | rint Extender: 1 | TransportServerThreadSupport     |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | Listening for connections
> at: tcp://127.0.0.1:61616
> 11:17:46,687 | INFO  | rint Extender: 1 | TransportConnector               |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | Connector openwire Started
> 11:17:46,687 | INFO  | rint Extender: 1 | TransportServerThreadSupport     |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | Listening for connections
> at: stomp://127.0.0.1:61613
> 11:17:46,687 | INFO  | rint Extender: 1 | TransportConnector               |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | Connector stomp Started
> 11:17:46,687 | INFO  | rint Extender: 1 | BrokerService                    |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | Apache ActiveMQ 5.7.0
> (default, ID:CFHIAMPC13-56799-1379585866484-0:1) started
> 11:17:46,687 | INFO  | rint Extender: 1 | BrokerService                    |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | For help or more
> information please see: http://activemq.apache.org
> 11:17:46,702 | WARN  | rint Extender: 1 | BrokerService                    |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | Store limit is 102400 mb,
> whilst the data directory:
> C:\Shailesh\apache-servicemix-4.5.2\data\activemq\default\kahadb only has
> 63552 mb of usable space
> 11:17:46,702 | INFO  | rint Extender: 1 | TransportConnector               |
> 64 - org.apache.activemq.activemq-core - 5.7.0 | Connector vm://default
> Started
> 11:17:46,718 | INFO  | ExtenderThread-2 | ServerImpl                       |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | Setting the server's publish address
> to be /HelloWorld
> 11:17:46,718 | INFO  | ExtenderThread-2 | InstrumentationManagerImpl       |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | registering MBean
> org.apache.cxf:bus.id=cxf-osgi-cxf932834728,type=Bus.Service.Endpoint,service="{http://cxf.examples.servicemix.apache.org/}HelloWorldImplService",port="HelloWorldImplPort",instance.id=1530988627:
> org.apache.cxf.endpoint.ManagedEndpoint@a89aff3
> 11:17:46,718 | INFO  | ExtenderThread-2 | InstrumentationManagerImpl       |
> 132 - org.apache.cxf.cxf-api - 2.6.8 | registering MBean
> org.apache.cxf:bus.id=cxf-osgi-cxf932834728,type=Bus.Service.Endpoint,service="{http://cxf.examples.servicemix.apache.org/}HelloWorldImplService",port="HelloWorldImplPort",instance.id=1530988627:
> javax.management.modelmbean.RequiredModelMBean@5c1a2690
> 11:17:46,749 | INFO  | ExtenderThread-2 | OsgiBundleXmlApplicationContext  |
> 73 - org.springframework.context - 3.0.7.RELEASE | Publishing application
> context as OSGi service with properties
> {org.springframework.context.service.name=cxf-osgi,
> Bundle-SymbolicName=cxf-osgi, Bundle-Version=4.5.2}
> 11:17:46,765 | INFO  | ExtenderThread-2 | ContextLoaderListener            |
> 82 - org.springframework.osgi.extender - 1.2.1 | Application context
> successfully refreshed (OsgiBundleXmlApplicationContext(bundle=cxf-osgi,
> config=osgibundle:/META-INF/spring/*.xml))
> 
> 
> 
> 
> --
> View this message in context: 
> http://servicemix.396122.n5.nabble.com/Servicemix-example-for-cxf-osgi-not-working-tp5717826.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to