You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Ge@@ru (Created) (JIRA)" <ji...@apache.org> on 2011/12/06 11:05:40 UTC

[jira] [Created] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
------------------------------------------------------------------------------------------------------------------------

                 Key: SMX4-1003
                 URL: https://issues.apache.org/jira/browse/SMX4-1003
             Project: ServiceMix 4
          Issue Type: Bug
    Affects Versions: 4.4.0
         Environment: amd64 - linux
            Reporter: Ge@@ru
            Priority: Minor


On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.

With log trace i see this messages when timeout expired:

11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

Re: [jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru" <ge...@gmail.com>.
Yes, I'm sure. I downloaded tar.bz2 directly from issue url and I
recompiled it.

However, I try again and I will said you something.

Thanks


On Fri, 2011-12-23 at 10:12 +0000, Freeman Fang (Commented) (JIRA)
wrote:
> [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175370#comment-13175370 ] 
> 
> Freeman Fang commented on SMX4-1003:
> ------------------------------------
> 
> I can't reproduce it in any case with offline mode(first installation or restart smx, the status for bundle test-blueprint-osgi-cxf become "Created" very soon), everything is OK for me.
> Ensure you're using same testcase you appended with issue, and ensure you remove data folder when you change cxf features.xml so that your change can take effect.
> 
>                 
> > Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> > ------------------------------------------------------------------------------------------------------------------------
> >
> >                 Key: SMX4-1003
> >                 URL: https://issues.apache.org/jira/browse/SMX4-1003
> >             Project: ServiceMix 4
> >          Issue Type: Bug
> >    Affects Versions: 4.4.0
> >         Environment: amd64 - linux
> >            Reporter: Ge@@ru
> >            Assignee: Freeman Fang
> >            Priority: Minor
> >             Fix For: 4.5.0
> >
> >         Attachments: test-blueprint.tar.bz2
> >
> >
> > On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> > With log trace i see this messages when timeout expired:
> > 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> > 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> > 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> > 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> > 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> > 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> > 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> > 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> > 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> > 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> > 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> > 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> > 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> > 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> > 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> > 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> > 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> > 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> > 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> > 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> > 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> > 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> > 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> > 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> > 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.
> 
> --
> 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
> 
>         



[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Freeman Fang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175370#comment-13175370 ] 

Freeman Fang commented on SMX4-1003:
------------------------------------

I can't reproduce it in any case with offline mode(first installation or restart smx, the status for bundle test-blueprint-osgi-cxf become "Created" very soon), everything is OK for me.
Ensure you're using same testcase you appended with issue, and ensure you remove data folder when you change cxf features.xml so that your change can take effect.

                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Assigned] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Freeman Fang (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SMX4-1003:
----------------------------------

    Assignee: Freeman Fang
    
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164440#comment-13164440 ] 

Ge@@ru commented on SMX4-1003:
------------------------------

Maybe is this cause of the problem for offline environment; on startup i see that is done this GET:
GET http://cxf.apache.org/schemas/configuration/cxf-beans.xsd HTTP/1.1"

What is cxf package that contains this schema?

                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Priority: Minor
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176514#comment-13176514 ] 

Ge@@ru commented on SMX4-1003:
------------------------------

Bug identified!!! :)

If you remove default gateway from your machine then bundle go soon on Created status. But if you have a default gw configured that then is filtered and doesn't permit download then you can see SYN packet versus ip 140.211.11.131.

                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Updated] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ge@@ru updated SMX4-1003:
-------------------------

    Attachment: test-blueprint.tar.bz2

Here an example with: a common library (where is possible found interface class), a spring bundle that expose osgi service and a blueprint+cxf bundle that leave on Grace Period
                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Priority: Minor
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176608#comment-13176608 ] 

Ge@@ru commented on SMX4-1003:
------------------------------

Normally, on production environment server are configured with a default gw that doesn't permit to go on internet but on owner nets. And so, it is wrong that when there is default gw blueprint try to connect cxf server before go to Created status when it is not needed! And it is wrong wait for an ICMP packet relative to unreachable host!

It is like definition of the best secure server on the world: if server is disconnect from network it is secure and anyone couldn't connect to it! :D 

Is it impossible consider this implementation as a valid solution!


                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Freeman Fang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176547#comment-13176547 ] 

Freeman Fang commented on SMX4-1003:
------------------------------------

>From your description, when you say you're offline you're actually not offline, but just use some kind of firewall to block external server request, right?
If so, for me it's more like your network environment configuration problem.
IIRC, some firewall always hold request to external server long time but not return failed immediately which is for security reason, the firewall don't want you know immediately which server is blocked, it will take you longer time to figure it out, just for better security when you attempt to try and find something.

When I said I'm offline, I simply "Turn Airport Off" on my mac, which means my machine has no physical internet connection, I didn't touch any else network configuration(like the gateway you mentioned here), all are default one and your testcase works perfectly for me.




                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Issue Comment Edited] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175723#comment-13175723 ] 

Ge@@ru edited comment on SMX4-1003 at 12/24/11 1:49 PM:
--------------------------------------------------------

Yes, i removed data folder after edit file or how I write after untar file (data directory isn't yet created) I edit features.xml file and then start smx. 

However, I always lucky on found problems :)

I will try again on a virtual machine.
                
      was (Author: geaaru):
    Yes, i removed data folder after you change or how I write after untar file (data directory isn't yet created) I edit features.xml file and then start smx. 

However, I always lucky on found problems :)

I will try again on a virtual machine.
                  
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Resolved] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Freeman Fang (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4-1003.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 4.5.0
    
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Freeman Fang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175222#comment-13175222 ] 

Freeman Fang commented on SMX4-1003:
------------------------------------

Per the discussion from [1], this issue has nothing to do with ARIES-626.

The testcase appended with this issue which demonstrate the spring status "Started" missing is caused by KARAF-1114[2], though the bundle actually function well.
Also another testcase appended with discussion[1] is caused by bundle start sequence, CXF-3979[3] can fix it.


[1]http://servicemix.396122.n5.nabble.com/Problem-on-use-cxf-on-offline-environment-on-smx-4-4-x-td5081157.html
[2]https://issues.apache.org/jira/browse/KARAF-1114
[3]https://issues.apache.org/jira/browse/CXF-3979
                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Reopened] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ge@@ru reopened SMX4-1003:
--------------------------


This issue is relative to different problems.

But i see again problem on startup of blueprint-cxf service. Bundle leave on 'Creating' status for about 3 minutes and then go to 'Created' status. I don't understand why it is needed wait about 3 minutes before start bundle.

Step to reproduce problem (on offline env, i haven't try on online env... i will try soon):

- Untar 4.4.0-full bundle
- change start-level of the cxf bundle to 45
- bin/servicemix
- deploy test-blueprint-osgi-lib
- deploy test-spring-osgi-server
- deploy test-blueprint-osgi-client

Bundle test-blueprint-osgi-client now is on 'Creating' status for 3 minutes.
                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13163485#comment-13163485 ] 

Ge@@ru commented on SMX4-1003:
------------------------------

Missing comment: this happens only on offline environment, on online environment all works fine.
                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Priority: Minor
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Issue Comment Edited] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175359#comment-13175359 ] 

Ge@@ru edited comment on SMX4-1003 at 12/23/11 9:44 AM:
--------------------------------------------------------

Here what i see with log are in TRACE after 3 minutes:

10:38:58,427 | DEBUG | rint Extender: 1 | AbstractServiceReferenceRecipe   | 10 - org.apache.aries.blueprint - 0.3.1 | Found initial references [[it.test.helloword.HelloWord]] for OSGi service (objectClass=it.test.helloword.HelloWord)
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Tracking service references: [service]
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state WaitForInitialReferences
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state InitialReferencesSatisfied
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state WaitForInitialReferences2
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state Create
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating components: [blueprintContainer, blueprintBundle, blueprintBundleContext, blueprintConverter, service, myClass, int, org.apache.cxf.configuration.blueprint.InterceptorTypeConverter, cxf, myserver]
10:38:58,428 | DEBUG | rint Extender: 1 | ProxySubclassGenerator           | 8 - org.apache.aries.proxy - 0.3.0 | Method entry: isProxySubclass, args [interface it.test.helloword.HelloWord]
10:38:58,428 | DEBUG | rint Extender: 1 | ProxySubclassGenerator           | 8 - org.apache.aries.proxy - 0.3.0 | Method exit: isProxySubclass, returning false
10:38:58,429 | DEBUG | rint Extender: 1 | ReferenceRecipe                  | 10 - org.apache.aries.blueprint - 0.3.1 | Binding reference service to [it.test.helloword.HelloWord]
10:38:58,453 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
10:38:58,453 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
10:38:58,454 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
10:38:58,455 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
10:38:58,455 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
10:38:58,456 | DEBUG | rint Extender: 1 | test-blueprint-osgi-cxf          | 158 - test-blueprint-osgi-cxf - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
10:38:58,515 | INFO  | rint Extender: 1 | ReflectionServiceFactoryBean     | 137 - org.apache.cxf.bundle - 2.4.4 | Creating Service {http://test.it/}HelloWorldImplService from class it.test.HelloWorld
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Trying to locate it/test/jaxws_asm/jaxb.properties
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  |   not found
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Trying to locate it/test/jaxws_asm/jaxb.properties
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  |   not found
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Checking system property javax.xml.bind.JAXBContext
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  |   not found
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Checking META-INF/services
10:38:58,615 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Unable to find: META-INF/services/javax.xml.bind.JAXBContext
10:38:58,615 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Trying to create the platform default provider
10:38:58,616 | DEBUG | rint Extender: 1 | bind                             |  -  -  | loaded com.sun.xml.internal.bind.v2.ContextFactory from bundle://121.0:1/com/sun/xml/bind/v2/ContextFactory.class
10:38:58,621 | DEBUG | rint Extender: 1 | ContextFactory                   |  -  -  | Property com.sun.xml.bind.XmlAccessorFactoryis not active.  Using JAXB's implementation
10:38:58,822 | DEBUG | rint Extender: 1 | JAXBDataBinding                  | 137 - org.apache.cxf.bundle - 2.4.4 | Created JAXBContext "bundle://121.0:1/com/sun/xml/bind/v2/runtime/JAXBContextImpl.class Build-Id: 2.2.2
Classes known to this context:
  [B
  boolean
  byte
  char
  com.sun.xml.bind.api.CompositeStructure
  double
  float
  int
  it.test.jaxws_asm.Hello
  it.test.jaxws_asm.HelloResponse
  java.awt.Image
  java.io.File
  java.lang.Boolean
  java.lang.Byte
  java.lang.Character
  java.lang.Class
  java.lang.Double
  java.lang.Float
  java.lang.Integer
  java.lang.Long
  java.lang.Object
  java.lang.Short
  java.lang.String
  java.lang.Void
  java.math.BigDecimal
  java.math.BigInteger
  java.net.URI
  java.net.URL
  java.util.Calendar
  java.util.Date
  java.util.GregorianCalendar
  java.util.UUID
  javax.activation.DataHandler
  javax.xml.bind.JAXBElement
  javax.xml.datatype.Duration
  javax.xml.datatype.XMLGregorianCalendar
  javax.xml.namespace.QName
  javax.xml.transform.Source
  long
  short
  void
" with classes [class it.test.jaxws_asm.Hello, class it.test.jaxws_asm.HelloResponse].
10:38:58,822 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:38:58,838 | DEBUG | rint Extender: 1 | XmlSchemaGenerator               |  -  -  | Wrigin XML Schema for com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator@69e10f02[http://test.it/=com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace@76307efc]
com.sun.xml.bind.v2.util.StackRecorder
	at com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator.write(XmlSchemaGenerator.java:441)[121:org.apache.servicemix.bundles.jaxb-impl:2.2.1.1_1]
	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.generateSchema(JAXBContextImpl.java:826)[121:org.apache.servicemix.bundles.jaxb-impl:2.2.1.1_1]
	at org.apache.cxf.jaxb.JAXBUtils.generateJaxbSchemas(JAXBUtils.java:775)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxb.JAXBDataBinding.generateJaxbSchemas(JAXBDataBinding.java:395)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxb.JAXBDataBinding.initialize(JAXBDataBinding.java:322)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.AbstractServiceFactoryBean.initializeDataBindings(AbstractServiceFactoryBean.java:86)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass(ReflectionServiceFactoryBean.java:444)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.buildServiceFromClass(JaxWsServiceFactoryBean.java:682)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:507)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:241)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:202)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:101)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:157)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:202)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.frontend.ServerFactoryBean.init(ServerFactoryBean.java:219)[137:org.apache.cxf.bundle:2.4.4]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.6.0_20]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)[:1.6.0_20]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[:1.6.0_20]
	at java.lang.reflect.Method.invoke(Method.java:597)[:1.6.0_20]
	at org.apache.aries.blueprint.utils.ReflectionUtils.invoke(ReflectionUtils.java:226)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BeanRecipe.invoke(BeanRecipe.java:824)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BeanRecipe.runBeanProcInit(BeanRecipe.java:636)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:724)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:64)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintRepository.createInstances(BlueprintRepository.java:219)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:147)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:640)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:331)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:227)[10:org.apache.aries.blueprint:0.3.1]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_20]
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_20]
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_20]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_20]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[:1.6.0_20]
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_20]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_20]
	at java.lang.Thread.run(Thread.java:619)[:1.6.0_20]
10:38:58,892 | DEBUG | rint Extender: 1 | FoolProofResolver                |  -  -  | ENTRY http://test.it/ schema1.xsd
10:38:58,892 | DEBUG | rint Extender: 1 | FoolProofResolver                |  -  -  | system ID = schema1.xsd
10:38:58,892 | DEBUG | rint Extender: 1 | FoolProofResolver                |  -  -  | RETURN javax.xml.transform.dom.DOMResult@4049cab1
10:38:59,010 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
10:38:59,011 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:38:59,057 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.corba.wsdl.WSDLExtensionRegister.
10:38:59,058 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader.
10:38:59,062 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPWSDLExtensionLoader.
10:38:59,071 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.addressing.AddressingWSDLExtensionLoader.
10:38:59,080 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.jms.wsdl11.JMSWSDLExtensionLoader.
10:38:59,081 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.wsdl11.WSDLManagerImpl.
10:38:59,094 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
10:38:59,169 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
10:38:59,171 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
10:38:59,177 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
10:38:59,180 | DEBUG | rint Extender: 1 | DefaultResourceManager           | 137 - org.apache.cxf.bundle - 2.4.4 | resolving resource <cxf> type <interface org.apache.cxf.Bus>
10:38:59,221 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl.
10:38:59,222 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyBuilderImpl.
10:38:59,223 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider.
10:38:59,234 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider.
10:38:59,237 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImpl.
10:38:59,239 | DEBUG | rint Extender: 1 | JettyHTTPServerEngineFactory     | 137 - org.apache.cxf.bundle - 2.4.4 | Creating Jetty HTTP Server Engine for port 10000.
10:38:59,241 | DEBUG | rint Extender: 1 | JettyHTTPServerEngine            | 137 - org.apache.cxf.bundle - 2.4.4 | Configured port 10000 for "http".
10:38:59,241 | INFO  | rint Extender: 1 | ServerImpl                       | 137 - org.apache.cxf.bundle - 2.4.4 | Setting the server's publish address to be http://0.0.0.0:10000/
10:38:59,242 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
10:38:59,244 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
10:38:59,247 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.
10:38:59,250 | DEBUG | rint Extender: 1 | DefaultResourceManager           | 137 - org.apache.cxf.bundle - 2.4.4 | resolving resource <cxf> type <interface org.apache.cxf.Bus>
10:38:59,253 | DEBUG | rint Extender: 1 | ServerImpl                       | 137 - org.apache.cxf.bundle - 2.4.4 | Server is starting.
10:38:59,254 | DEBUG | rint Extender: 1 | JettyHTTPDestination             | 137 - org.apache.cxf.bundle - 2.4.4 | registering incoming observer: org.apache.cxf.transport.ChainInitiationObserver@2dec3ffd
10:38:59,254 | DEBUG | rint Extender: 1 | JettyHTTPDestination             | 137 - org.apache.cxf.bundle - 2.4.4 | Activating receipt of incoming messages
10:38:59,255 | TRACE | rint Extender: 1 | JettyHTTPServerEngine            | 137 - org.apache.cxf.bundle - 2.4.4 | "0.0.0.0"
10:38:59,255 | TRACE | rint Extender: 1 | JettyHTTPServerEngine            | 137 - org.apache.cxf.bundle - 2.4.4 | connector.port: 10000
10:38:59,255 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.Server@156ff34d + SelectChannelConnector@0.0.0.0:10000 STOPPED as connector
10:38:59,256 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.Server@156ff34d + org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0 as handler
10:38:59,256 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.Server@156ff34d
10:38:59,256 | INFO  | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | jetty-7.4.5.v20110725
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.Server@156ff34d + qtp1067102655{8<=0<=0/254,-1} as threadpool
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.Server@156ff34d
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting qtp1067102655{8<=0<=0/254,-1}
10:38:59,258 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED qtp1067102655{8<=7<=8/254,0}
10:38:59,259 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting SelectChannelConnector@0.0.0.0:10000 STOPPED
10:38:59,259 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@19a05c93
10:38:59,259 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@19a05c93
10:38:59,259 | INFO  | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Started SelectChannelConnector@0.0.0.0:10000 STARTING
10:38:59,278 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED SelectChannelConnector@0.0.0.0:10000 STARTED
10:38:59,278 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.eclipse.jetty.server.Server@156ff34d
10:38:59,280 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container o.e.j.s.h.ContextHandler{,null} + org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43 as handler
10:38:59,280 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0 + o.e.j.s.h.ContextHandler{,null} as handler
10:38:59,282 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | INFO  | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | started o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | DEBUG | rint Extender: 1 | ServerImpl                       | 137 - org.apache.cxf.bundle - 2.4.4 | register the server to serverRegistry 
10:38:59,284 | DEBUG | rint Extender: 1 | DefaultResourceManager           | 137 - org.apache.cxf.bundle - 2.4.4 | resolving resource <it.test.HelloWorldImpl/ws> type <interface javax.xml.ws.WebServiceContext>
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | building handler chain
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | Checking for HandlerChain annotation on it.test.HelloWorldImpl
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | Checking for HandlerChain annotation on it.test.HelloWorld
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | Checking for HandlerChain annotation on java.lang.Object
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | no HandlerChain annotation on class it.test.HelloWorldImpl
10:38:59,291 | DEBUG | rint Extender: 1 | test-blueprint-osgi-cxf          | 158 - test-blueprint-osgi-cxf - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
10:38:59,292 | DEBUG | rint Extender: 1 | BlueprintEventDispatcher         | 10 - org.apache.aries.blueprint - 0.3.1 | Sending blueprint container event BlueprintEvent[type=CREATED] for bundle test-blueprint-osgi-cxf
10:38:59,292 | DEBUG | nt Dispatcher: 1 | BlueprintListener                | 19 - org.apache.karaf.shell.osgi - 2.2.4 | Blueprint app state changed to Created for bundle 158
10:38:59,292 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state Created
10:39:04,012 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:39:04,185 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:39:08,842 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Retrieving service for bundle org.apache.karaf.shell.console [25] and service registration org.apache.felix.framework.ServiceRegistrationImpl@2c9283bf
10:39:08,843 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Method entry: getService, args org.apache.karaf.shell.console.commands.BlueprintCommand@69e295f8
10:39:08,843 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component shell-189
10:39:08,843 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component blueprintBundleContext
10:39:09,186 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:39:09,316 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:39:14,317 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:39:14,448 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:39:14,785 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Retrieving service for bundle org.apache.karaf.shell.console [25] and service registration org.apache.felix.framework.ServiceRegistrationImpl@515063db
10:39:14,785 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Method entry: getService, args org.apache.karaf.shell.console.commands.BlueprintCommand@1c7cd70c
10:39:14,786 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component shell-177
10:39:14,786 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component blueprintBundleContext


After that bundle go to 'Created' status and i try an osgi:uninstall and then again do a deploy, in this case bundle start soon correctly. So, this problem happens only on a fresh installation and on restart of smx.
                
      was (Author: geaaru):
    Here what i see with log are in TRACE after 3 minutes:

10:38:58,427 | DEBUG | rint Extender: 1 | AbstractServiceReferenceRecipe   | 10 - org.apache.aries.blueprint - 0.3.1 | Found initial references [[it.test.helloword.HelloWord]] for OSGi service (objectClass=it.test.helloword.HelloWord)
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Tracking service references: [service]
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state WaitForInitialReferences
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state InitialReferencesSatisfied
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state WaitForInitialReferences2
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state Create
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating components: [blueprintContainer, blueprintBundle, blueprintBundleContext, blueprintConverter, service, myClass, int, org.apache.cxf.configuration.blueprint.InterceptorTypeConverter, cxf, myserver]
10:38:58,428 | DEBUG | rint Extender: 1 | ProxySubclassGenerator           | 8 - org.apache.aries.proxy - 0.3.0 | Method entry: isProxySubclass, args [interface it.test.helloword.HelloWord]
10:38:58,428 | DEBUG | rint Extender: 1 | ProxySubclassGenerator           | 8 - org.apache.aries.proxy - 0.3.0 | Method exit: isProxySubclass, returning false
10:38:58,429 | DEBUG | rint Extender: 1 | ReferenceRecipe                  | 10 - org.apache.aries.blueprint - 0.3.1 | Binding reference service to [it.test.helloword.HelloWord]
10:38:58,453 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
10:38:58,453 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
10:38:58,454 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
10:38:58,455 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
10:38:58,455 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
10:38:58,456 | DEBUG | rint Extender: 1 | test-blueprint-osgi-cxf          | 158 - test-blueprint-osgi-cxf - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
10:38:58,515 | INFO  | rint Extender: 1 | ReflectionServiceFactoryBean     | 137 - org.apache.cxf.bundle - 2.4.4 | Creating Service {http://test.it/}HelloWorldImplService from class it.test.HelloWorld
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Trying to locate it/test/jaxws_asm/jaxb.properties
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  |   not found
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Trying to locate it/test/jaxws_asm/jaxb.properties
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  |   not found
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Checking system property javax.xml.bind.JAXBContext
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  |   not found
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Checking META-INF/services
10:38:58,615 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Unable to find: META-INF/services/javax.xml.bind.JAXBContext
10:38:58,615 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Trying to create the platform default provider
10:38:58,616 | DEBUG | rint Extender: 1 | bind                             |  -  -  | loaded com.sun.xml.internal.bind.v2.ContextFactory from bundle://121.0:1/com/sun/xml/bind/v2/ContextFactory.class
10:38:58,621 | DEBUG | rint Extender: 1 | ContextFactory                   |  -  -  | Property com.sun.xml.bind.XmlAccessorFactoryis not active.  Using JAXB's implementation
10:38:58,822 | DEBUG | rint Extender: 1 | JAXBDataBinding                  | 137 - org.apache.cxf.bundle - 2.4.4 | Created JAXBContext "bundle://121.0:1/com/sun/xml/bind/v2/runtime/JAXBContextImpl.class Build-Id: 2.2.2
Classes known to this context:
  [B
  boolean
  byte
  char
  com.sun.xml.bind.api.CompositeStructure
  double
  float
  int
  it.test.jaxws_asm.Hello
  it.test.jaxws_asm.HelloResponse
  java.awt.Image
  java.io.File
  java.lang.Boolean
  java.lang.Byte
  java.lang.Character
  java.lang.Class
  java.lang.Double
  java.lang.Float
  java.lang.Integer
  java.lang.Long
  java.lang.Object
  java.lang.Short
  java.lang.String
  java.lang.Void
  java.math.BigDecimal
  java.math.BigInteger
  java.net.URI
  java.net.URL
  java.util.Calendar
  java.util.Date
  java.util.GregorianCalendar
  java.util.UUID
  javax.activation.DataHandler
  javax.xml.bind.JAXBElement
  javax.xml.datatype.Duration
  javax.xml.datatype.XMLGregorianCalendar
  javax.xml.namespace.QName
  javax.xml.transform.Source
  long
  short
  void
" with classes [class it.test.jaxws_asm.Hello, class it.test.jaxws_asm.HelloResponse].
10:38:58,822 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:38:58,838 | DEBUG | rint Extender: 1 | XmlSchemaGenerator               |  -  -  | Wrigin XML Schema for com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator@69e10f02[http://test.it/=com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace@76307efc]
com.sun.xml.bind.v2.util.StackRecorder
	at com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator.write(XmlSchemaGenerator.java:441)[121:org.apache.servicemix.bundles.jaxb-impl:2.2.1.1_1]
	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.generateSchema(JAXBContextImpl.java:826)[121:org.apache.servicemix.bundles.jaxb-impl:2.2.1.1_1]
	at org.apache.cxf.jaxb.JAXBUtils.generateJaxbSchemas(JAXBUtils.java:775)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxb.JAXBDataBinding.generateJaxbSchemas(JAXBDataBinding.java:395)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxb.JAXBDataBinding.initialize(JAXBDataBinding.java:322)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.AbstractServiceFactoryBean.initializeDataBindings(AbstractServiceFactoryBean.java:86)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass(ReflectionServiceFactoryBean.java:444)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.buildServiceFromClass(JaxWsServiceFactoryBean.java:682)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:507)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:241)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:202)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:101)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:157)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:202)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.frontend.ServerFactoryBean.init(ServerFactoryBean.java:219)[137:org.apache.cxf.bundle:2.4.4]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.6.0_20]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)[:1.6.0_20]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[:1.6.0_20]
	at java.lang.reflect.Method.invoke(Method.java:597)[:1.6.0_20]
	at org.apache.aries.blueprint.utils.ReflectionUtils.invoke(ReflectionUtils.java:226)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BeanRecipe.invoke(BeanRecipe.java:824)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BeanRecipe.runBeanProcInit(BeanRecipe.java:636)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:724)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:64)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintRepository.createInstances(BlueprintRepository.java:219)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:147)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:640)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:331)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:227)[10:org.apache.aries.blueprint:0.3.1]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_20]
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_20]
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_20]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_20]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[:1.6.0_20]
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_20]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_20]
	at java.lang.Thread.run(Thread.java:619)[:1.6.0_20]
10:38:58,892 | DEBUG | rint Extender: 1 | FoolProofResolver                |  -  -  | ENTRY http://test.it/ schema1.xsd
10:38:58,892 | DEBUG | rint Extender: 1 | FoolProofResolver                |  -  -  | system ID = schema1.xsd
10:38:58,892 | DEBUG | rint Extender: 1 | FoolProofResolver                |  -  -  | RETURN javax.xml.transform.dom.DOMResult@4049cab1
10:38:59,010 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
10:38:59,011 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:38:59,057 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.corba.wsdl.WSDLExtensionRegister.
10:38:59,058 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader.
10:38:59,062 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPWSDLExtensionLoader.
10:38:59,071 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.addressing.AddressingWSDLExtensionLoader.
10:38:59,080 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.jms.wsdl11.JMSWSDLExtensionLoader.
10:38:59,081 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.wsdl11.WSDLManagerImpl.
10:38:59,094 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
10:38:59,169 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
10:38:59,171 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
10:38:59,177 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
10:38:59,180 | DEBUG | rint Extender: 1 | DefaultResourceManager           | 137 - org.apache.cxf.bundle - 2.4.4 | resolving resource <cxf> type <interface org.apache.cxf.Bus>
10:38:59,221 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl.
10:38:59,222 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyBuilderImpl.
10:38:59,223 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider.
10:38:59,234 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider.
10:38:59,237 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImpl.
10:38:59,239 | DEBUG | rint Extender: 1 | JettyHTTPServerEngineFactory     | 137 - org.apache.cxf.bundle - 2.4.4 | Creating Jetty HTTP Server Engine for port 10000.
10:38:59,241 | DEBUG | rint Extender: 1 | JettyHTTPServerEngine            | 137 - org.apache.cxf.bundle - 2.4.4 | Configured port 10000 for "http".
10:38:59,241 | INFO  | rint Extender: 1 | ServerImpl                       | 137 - org.apache.cxf.bundle - 2.4.4 | Setting the server's publish address to be http://0.0.0.0:10000/
10:38:59,242 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
10:38:59,244 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
10:38:59,247 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.
10:38:59,250 | DEBUG | rint Extender: 1 | DefaultResourceManager           | 137 - org.apache.cxf.bundle - 2.4.4 | resolving resource <cxf> type <interface org.apache.cxf.Bus>
10:38:59,253 | DEBUG | rint Extender: 1 | ServerImpl                       | 137 - org.apache.cxf.bundle - 2.4.4 | Server is starting.
10:38:59,254 | DEBUG | rint Extender: 1 | JettyHTTPDestination             | 137 - org.apache.cxf.bundle - 2.4.4 | registering incoming observer: org.apache.cxf.transport.ChainInitiationObserver@2dec3ffd
10:38:59,254 | DEBUG | rint Extender: 1 | JettyHTTPDestination             | 137 - org.apache.cxf.bundle - 2.4.4 | Activating receipt of incoming messages
10:38:59,255 | TRACE | rint Extender: 1 | JettyHTTPServerEngine            | 137 - org.apache.cxf.bundle - 2.4.4 | "0.0.0.0"
10:38:59,255 | TRACE | rint Extender: 1 | JettyHTTPServerEngine            | 137 - org.apache.cxf.bundle - 2.4.4 | connector.port: 10000
10:38:59,255 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.Server@156ff34d + SelectChannelConnector@0.0.0.0:10000 STOPPED as connector
10:38:59,256 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.Server@156ff34d + org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0 as handler
10:38:59,256 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.Server@156ff34d
10:38:59,256 | INFO  | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | jetty-7.4.5.v20110725
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.Server@156ff34d + qtp1067102655{8<=0<=0/254,-1} as threadpool
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.Server@156ff34d
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting qtp1067102655{8<=0<=0/254,-1}
10:38:59,258 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED qtp1067102655{8<=7<=8/254,0}
10:38:59,259 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting SelectChannelConnector@0.0.0.0:10000 STOPPED
10:38:59,259 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@19a05c93
10:38:59,259 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@19a05c93
10:38:59,259 | INFO  | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Started SelectChannelConnector@0.0.0.0:10000 STARTING
10:38:59,278 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED SelectChannelConnector@0.0.0.0:10000 STARTED
10:38:59,278 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.eclipse.jetty.server.Server@156ff34d
10:38:59,280 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container o.e.j.s.h.ContextHandler{,null} + org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43 as handler
10:38:59,280 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0 + o.e.j.s.h.ContextHandler{,null} as handler
10:38:59,282 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | INFO  | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | started o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | DEBUG | rint Extender: 1 | ServerImpl                       | 137 - org.apache.cxf.bundle - 2.4.4 | register the server to serverRegistry 
10:38:59,284 | DEBUG | rint Extender: 1 | DefaultResourceManager           | 137 - org.apache.cxf.bundle - 2.4.4 | resolving resource <it.test.HelloWorldImpl/ws> type <interface javax.xml.ws.WebServiceContext>
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | building handler chain
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | Checking for HandlerChain annotation on it.test.HelloWorldImpl
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | Checking for HandlerChain annotation on it.test.HelloWorld
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | Checking for HandlerChain annotation on java.lang.Object
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | no HandlerChain annotation on class it.test.HelloWorldImpl
10:38:59,291 | DEBUG | rint Extender: 1 | test-blueprint-osgi-cxf          | 158 - test-blueprint-osgi-cxf - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
10:38:59,292 | DEBUG | rint Extender: 1 | BlueprintEventDispatcher         | 10 - org.apache.aries.blueprint - 0.3.1 | Sending blueprint container event BlueprintEvent[type=CREATED] for bundle test-blueprint-osgi-cxf
10:38:59,292 | DEBUG | nt Dispatcher: 1 | BlueprintListener                | 19 - org.apache.karaf.shell.osgi - 2.2.4 | Blueprint app state changed to Created for bundle 158
10:38:59,292 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state Created
10:39:04,012 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:39:04,185 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:39:08,842 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Retrieving service for bundle org.apache.karaf.shell.console [25] and service registration org.apache.felix.framework.ServiceRegistrationImpl@2c9283bf
10:39:08,843 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Method entry: getService, args org.apache.karaf.shell.console.commands.BlueprintCommand@69e295f8
10:39:08,843 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component shell-189
10:39:08,843 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component blueprintBundleContext
10:39:09,186 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:39:09,316 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:39:14,317 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:39:14,448 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:39:14,785 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Retrieving service for bundle org.apache.karaf.shell.console [25] and service registration org.apache.felix.framework.ServiceRegistrationImpl@515063db
10:39:14,785 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Method entry: getService, args org.apache.karaf.shell.console.commands.BlueprintCommand@1c7cd70c
10:39:14,786 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component shell-177
10:39:14,786 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component blueprintBundleContext

                  
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Freeman Fang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175644#comment-13175644 ] 

Freeman Fang commented on SMX4-1003:
------------------------------------

I've tested it several times in offline mode, never  reproduce it.
And I use tcpdump to monitor it in online mode, your testcase here will never try to download remote blueprint xsd even in online mode, I'm pretty sure it'll use the local xsd anyway. 

It's really weird that what you saw is different with mine.

                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164459#comment-13164459 ] 

Ge@@ru commented on SMX4-1003:
------------------------------

Problem is relative to blueprint issue https://issues.apache.org/jira/browse/ARIES-626 that is fix on trunk for blueprint-0.4.1 (but release milestone isn't yet fixed).
                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Priority: Minor
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175723#comment-13175723 ] 

Ge@@ru commented on SMX4-1003:
------------------------------

Yes, i removed data folder after you change or how I write after untar file (data directory isn't yet created) I edit features.xml file and then start smx. 

However, I always lucky on found problems :)

I will try again on a virtual machine.
                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175359#comment-13175359 ] 

Ge@@ru commented on SMX4-1003:
------------------------------

Here what i see with log are in TRACE after 3 minutes:

10:38:58,427 | DEBUG | rint Extender: 1 | AbstractServiceReferenceRecipe   | 10 - org.apache.aries.blueprint - 0.3.1 | Found initial references [[it.test.helloword.HelloWord]] for OSGi service (objectClass=it.test.helloword.HelloWord)
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Tracking service references: [service]
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state WaitForInitialReferences
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state InitialReferencesSatisfied
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state WaitForInitialReferences2
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state Create
10:38:58,427 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating components: [blueprintContainer, blueprintBundle, blueprintBundleContext, blueprintConverter, service, myClass, int, org.apache.cxf.configuration.blueprint.InterceptorTypeConverter, cxf, myserver]
10:38:58,428 | DEBUG | rint Extender: 1 | ProxySubclassGenerator           | 8 - org.apache.aries.proxy - 0.3.0 | Method entry: isProxySubclass, args [interface it.test.helloword.HelloWord]
10:38:58,428 | DEBUG | rint Extender: 1 | ProxySubclassGenerator           | 8 - org.apache.aries.proxy - 0.3.0 | Method exit: isProxySubclass, returning false
10:38:58,429 | DEBUG | rint Extender: 1 | ReferenceRecipe                  | 10 - org.apache.aries.blueprint - 0.3.1 | Binding reference service to [it.test.helloword.HelloWord]
10:38:58,453 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
10:38:58,453 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
10:38:58,454 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
10:38:58,455 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
10:38:58,455 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
10:38:58,456 | DEBUG | rint Extender: 1 | test-blueprint-osgi-cxf          | 158 - test-blueprint-osgi-cxf - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
10:38:58,515 | INFO  | rint Extender: 1 | ReflectionServiceFactoryBean     | 137 - org.apache.cxf.bundle - 2.4.4 | Creating Service {http://test.it/}HelloWorldImplService from class it.test.HelloWorld
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Trying to locate it/test/jaxws_asm/jaxb.properties
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  |   not found
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Trying to locate it/test/jaxws_asm/jaxb.properties
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  |   not found
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Checking system property javax.xml.bind.JAXBContext
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  |   not found
10:38:58,614 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Checking META-INF/services
10:38:58,615 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Unable to find: META-INF/services/javax.xml.bind.JAXBContext
10:38:58,615 | DEBUG | rint Extender: 1 | bind                             |  -  -  | Trying to create the platform default provider
10:38:58,616 | DEBUG | rint Extender: 1 | bind                             |  -  -  | loaded com.sun.xml.internal.bind.v2.ContextFactory from bundle://121.0:1/com/sun/xml/bind/v2/ContextFactory.class
10:38:58,621 | DEBUG | rint Extender: 1 | ContextFactory                   |  -  -  | Property com.sun.xml.bind.XmlAccessorFactoryis not active.  Using JAXB's implementation
10:38:58,822 | DEBUG | rint Extender: 1 | JAXBDataBinding                  | 137 - org.apache.cxf.bundle - 2.4.4 | Created JAXBContext "bundle://121.0:1/com/sun/xml/bind/v2/runtime/JAXBContextImpl.class Build-Id: 2.2.2
Classes known to this context:
  [B
  boolean
  byte
  char
  com.sun.xml.bind.api.CompositeStructure
  double
  float
  int
  it.test.jaxws_asm.Hello
  it.test.jaxws_asm.HelloResponse
  java.awt.Image
  java.io.File
  java.lang.Boolean
  java.lang.Byte
  java.lang.Character
  java.lang.Class
  java.lang.Double
  java.lang.Float
  java.lang.Integer
  java.lang.Long
  java.lang.Object
  java.lang.Short
  java.lang.String
  java.lang.Void
  java.math.BigDecimal
  java.math.BigInteger
  java.net.URI
  java.net.URL
  java.util.Calendar
  java.util.Date
  java.util.GregorianCalendar
  java.util.UUID
  javax.activation.DataHandler
  javax.xml.bind.JAXBElement
  javax.xml.datatype.Duration
  javax.xml.datatype.XMLGregorianCalendar
  javax.xml.namespace.QName
  javax.xml.transform.Source
  long
  short
  void
" with classes [class it.test.jaxws_asm.Hello, class it.test.jaxws_asm.HelloResponse].
10:38:58,822 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:38:58,838 | DEBUG | rint Extender: 1 | XmlSchemaGenerator               |  -  -  | Wrigin XML Schema for com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator@69e10f02[http://test.it/=com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace@76307efc]
com.sun.xml.bind.v2.util.StackRecorder
	at com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator.write(XmlSchemaGenerator.java:441)[121:org.apache.servicemix.bundles.jaxb-impl:2.2.1.1_1]
	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.generateSchema(JAXBContextImpl.java:826)[121:org.apache.servicemix.bundles.jaxb-impl:2.2.1.1_1]
	at org.apache.cxf.jaxb.JAXBUtils.generateJaxbSchemas(JAXBUtils.java:775)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxb.JAXBDataBinding.generateJaxbSchemas(JAXBDataBinding.java:395)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxb.JAXBDataBinding.initialize(JAXBDataBinding.java:322)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.AbstractServiceFactoryBean.initializeDataBindings(AbstractServiceFactoryBean.java:86)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass(ReflectionServiceFactoryBean.java:444)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.buildServiceFromClass(JaxWsServiceFactoryBean.java:682)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:507)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:241)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:202)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:101)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:157)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:202)[137:org.apache.cxf.bundle:2.4.4]
	at org.apache.cxf.frontend.ServerFactoryBean.init(ServerFactoryBean.java:219)[137:org.apache.cxf.bundle:2.4.4]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.6.0_20]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)[:1.6.0_20]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[:1.6.0_20]
	at java.lang.reflect.Method.invoke(Method.java:597)[:1.6.0_20]
	at org.apache.aries.blueprint.utils.ReflectionUtils.invoke(ReflectionUtils.java:226)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BeanRecipe.invoke(BeanRecipe.java:824)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BeanRecipe.runBeanProcInit(BeanRecipe.java:636)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:724)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:64)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintRepository.createInstances(BlueprintRepository.java:219)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:147)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:640)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:331)[10:org.apache.aries.blueprint:0.3.1]
	at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:227)[10:org.apache.aries.blueprint:0.3.1]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_20]
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_20]
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_20]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_20]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[:1.6.0_20]
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_20]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_20]
	at java.lang.Thread.run(Thread.java:619)[:1.6.0_20]
10:38:58,892 | DEBUG | rint Extender: 1 | FoolProofResolver                |  -  -  | ENTRY http://test.it/ schema1.xsd
10:38:58,892 | DEBUG | rint Extender: 1 | FoolProofResolver                |  -  -  | system ID = schema1.xsd
10:38:58,892 | DEBUG | rint Extender: 1 | FoolProofResolver                |  -  -  | RETURN javax.xml.transform.dom.DOMResult@4049cab1
10:38:59,010 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
10:38:59,011 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:38:59,057 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.corba.wsdl.WSDLExtensionRegister.
10:38:59,058 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader.
10:38:59,062 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPWSDLExtensionLoader.
10:38:59,071 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.addressing.AddressingWSDLExtensionLoader.
10:38:59,080 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.jms.wsdl11.JMSWSDLExtensionLoader.
10:38:59,081 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.wsdl11.WSDLManagerImpl.
10:38:59,094 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
10:38:59,169 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
10:38:59,171 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
10:38:59,177 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
10:38:59,180 | DEBUG | rint Extender: 1 | DefaultResourceManager           | 137 - org.apache.cxf.bundle - 2.4.4 | resolving resource <cxf> type <interface org.apache.cxf.Bus>
10:38:59,221 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl.
10:38:59,222 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyBuilderImpl.
10:38:59,223 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider.
10:38:59,234 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider.
10:38:59,237 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImpl.
10:38:59,239 | DEBUG | rint Extender: 1 | JettyHTTPServerEngineFactory     | 137 - org.apache.cxf.bundle - 2.4.4 | Creating Jetty HTTP Server Engine for port 10000.
10:38:59,241 | DEBUG | rint Extender: 1 | JettyHTTPServerEngine            | 137 - org.apache.cxf.bundle - 2.4.4 | Configured port 10000 for "http".
10:38:59,241 | INFO  | rint Extender: 1 | ServerImpl                       | 137 - org.apache.cxf.bundle - 2.4.4 | Setting the server's publish address to be http://0.0.0.0:10000/
10:38:59,242 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
10:38:59,244 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
10:38:59,247 | DEBUG | rint Extender: 1 | ConfigurerImpl                   | 137 - org.apache.cxf.bundle - 2.4.4 | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.
10:38:59,250 | DEBUG | rint Extender: 1 | DefaultResourceManager           | 137 - org.apache.cxf.bundle - 2.4.4 | resolving resource <cxf> type <interface org.apache.cxf.Bus>
10:38:59,253 | DEBUG | rint Extender: 1 | ServerImpl                       | 137 - org.apache.cxf.bundle - 2.4.4 | Server is starting.
10:38:59,254 | DEBUG | rint Extender: 1 | JettyHTTPDestination             | 137 - org.apache.cxf.bundle - 2.4.4 | registering incoming observer: org.apache.cxf.transport.ChainInitiationObserver@2dec3ffd
10:38:59,254 | DEBUG | rint Extender: 1 | JettyHTTPDestination             | 137 - org.apache.cxf.bundle - 2.4.4 | Activating receipt of incoming messages
10:38:59,255 | TRACE | rint Extender: 1 | JettyHTTPServerEngine            | 137 - org.apache.cxf.bundle - 2.4.4 | "0.0.0.0"
10:38:59,255 | TRACE | rint Extender: 1 | JettyHTTPServerEngine            | 137 - org.apache.cxf.bundle - 2.4.4 | connector.port: 10000
10:38:59,255 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.Server@156ff34d + SelectChannelConnector@0.0.0.0:10000 STOPPED as connector
10:38:59,256 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.Server@156ff34d + org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0 as handler
10:38:59,256 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.Server@156ff34d
10:38:59,256 | INFO  | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | jetty-7.4.5.v20110725
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.Server@156ff34d + qtp1067102655{8<=0<=0/254,-1} as threadpool
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.Server@156ff34d
10:38:59,257 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting qtp1067102655{8<=0<=0/254,-1}
10:38:59,258 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED qtp1067102655{8<=7<=8/254,0}
10:38:59,259 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting SelectChannelConnector@0.0.0.0:10000 STOPPED
10:38:59,259 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@19a05c93
10:38:59,259 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@19a05c93
10:38:59,259 | INFO  | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Started SelectChannelConnector@0.0.0.0:10000 STARTING
10:38:59,278 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED SelectChannelConnector@0.0.0.0:10000 STARTED
10:38:59,278 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.eclipse.jetty.server.Server@156ff34d
10:38:59,280 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container o.e.j.s.h.ContextHandler{,null} + org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43 as handler
10:38:59,280 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Container org.eclipse.jetty.server.handler.ContextHandlerCollection@40b35cf0 + o.e.j.s.h.ContextHandler{,null} as handler
10:38:59,282 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED org.apache.cxf.transport.http_jetty.JettyHTTPHandler@655fd43
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | starting o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | INFO  | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | started o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | DEBUG | rint Extender: 1 | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | STARTED o.e.j.s.h.ContextHandler{,null}
10:38:59,283 | DEBUG | rint Extender: 1 | ServerImpl                       | 137 - org.apache.cxf.bundle - 2.4.4 | register the server to serverRegistry 
10:38:59,284 | DEBUG | rint Extender: 1 | DefaultResourceManager           | 137 - org.apache.cxf.bundle - 2.4.4 | resolving resource <it.test.HelloWorldImpl/ws> type <interface javax.xml.ws.WebServiceContext>
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | building handler chain
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | Checking for HandlerChain annotation on it.test.HelloWorldImpl
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | Checking for HandlerChain annotation on it.test.HelloWorld
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | Checking for HandlerChain annotation on java.lang.Object
10:38:59,290 | DEBUG | rint Extender: 1 | AnnotationHandlerChainBuilder    | 137 - org.apache.cxf.bundle - 2.4.4 | no HandlerChain annotation on class it.test.HelloWorldImpl
10:38:59,291 | DEBUG | rint Extender: 1 | test-blueprint-osgi-cxf          | 158 - test-blueprint-osgi-cxf - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
10:38:59,292 | DEBUG | rint Extender: 1 | BlueprintEventDispatcher         | 10 - org.apache.aries.blueprint - 0.3.1 | Sending blueprint container event BlueprintEvent[type=CREATED] for bundle test-blueprint-osgi-cxf
10:38:59,292 | DEBUG | nt Dispatcher: 1 | BlueprintListener                | 19 - org.apache.karaf.shell.osgi - 2.2.4 | Blueprint app state changed to Created for bundle 158
10:38:59,292 | DEBUG | rint Extender: 1 | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle test-blueprint-osgi-cxf in state Created
10:39:04,012 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:39:04,185 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:39:08,842 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Retrieving service for bundle org.apache.karaf.shell.console [25] and service registration org.apache.felix.framework.ServiceRegistrationImpl@2c9283bf
10:39:08,843 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Method entry: getService, args org.apache.karaf.shell.console.commands.BlueprintCommand@69e295f8
10:39:08,843 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component shell-189
10:39:08,843 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component blueprintBundleContext
10:39:09,186 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:39:09,316 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:39:14,317 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint started.
10:39:14,448 | DEBUG | heckpoint Worker | MessageDatabase                  | 50 - org.apache.activemq.activemq-core - 5.5.1 | Checkpoint done.
10:39:14,785 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Retrieving service for bundle org.apache.karaf.shell.console [25] and service registration org.apache.felix.framework.ServiceRegistrationImpl@515063db
10:39:14,785 | DEBUG | l Console Thread | ServiceRecipe                    | 10 - org.apache.aries.blueprint - 0.3.1 | Method entry: getService, args org.apache.karaf.shell.console.commands.BlueprintCommand@1c7cd70c
10:39:14,786 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component shell-177
10:39:14,786 | DEBUG | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1 | Instantiating component blueprintBundleContext

                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Freeman Fang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175634#comment-13175634 ] 

Freeman Fang commented on SMX4-1003:
------------------------------------

Did you remove data folder after you change cxf features.xml?
                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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

        

[jira] [Commented] (SMX4-1003) Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment

Posted by "Ge@@ru (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175435#comment-13175435 ] 

Ge@@ru commented on SMX4-1003:
------------------------------

I do again same test with same result. With wireshark i see a TCP SYN vs. ip 140.211.11.131 (cxf.apache.org domain for six tries).  I'm not sure that this packet it is relative same issue but i think yes. :)

$ ping cxf.apache.org
PING cxf.apache.org (140.211.11.131) 56(84) bytes of data.
64 bytes from eos.apache.org (140.211.11.131): icmp_req=1 ttl=47 time=218 ms



                
> Problem on start bundle blueprint with cxf + reference to an osgi service expose on spring bundle on offline environment
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-1003
>                 URL: https://issues.apache.org/jira/browse/SMX4-1003
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.4.0
>         Environment: amd64 - linux
>            Reporter: Ge@@ru
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 4.5.0
>
>         Attachments: test-blueprint.tar.bz2
>
>
> On offline environment bundle that is reference to osgi service expose from spring bundle leave on Grace Period status until timeout expired. At timeout bundle go correctly to Created status but not automatically when service osgi is correctly deployed and started.
> With log trace i see this messages when timeout expired:
> 11:23:00,067 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager.
> 11:23:00,068 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.bus.osgi.OSGiExtensionLocator$OSGIBusListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
> 11:23:00,069 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
> 11:23:00,070 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
> 11:23:00,073 | DEBUG | rint Extender: 2 | test-blueprint-osgi-cxf-rs       | 184 - test-blueprint-osgi-cxf-rs - 0.1.0.SNAPSHOT | ServiceEvent REGISTERED
> 11:23:00,142 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.corba.CorbaBindingFactory.
> 11:23:00,145 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.xml.XMLBindingFactory.
> 11:23:00,146 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.object.ObjectBindingFactory.
> 11:23:00,155 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.http.HttpBindingFactory.
> 11:23:00,185 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.binding.soap.SoapTransportFactory.
> 11:23:00,188 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http.HTTPTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.local.LocalTransportFactory.
> 11:23:00,192 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.jms.JMSTransportFactory.
> 11:23:00,195 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,231 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyDestinationFactory.
> 11:23:00,236 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.
> 11:23:00,237 | DEBUG | rint Extender: 2 | DefaultResourceManager           |  -  -  | resolving resource <cxf> type <interface org.apache.cxf.Bus>
> 11:23:00,253 | DEBUG | rint Extender: 2 | JettyHTTPServerEngineFactory     |  -  -  | Creating Jetty HTTP Server Engine for port 8193.
> 11:23:00,255 | DEBUG | rint Extender: 2 | JettyHTTPServerEngine            |  -  -  | Configured port 8193 for "http".
> 11:23:00,258 | INFO  | rint Extender: 2 | ServerImpl                       |  -  -  | Setting the server's publish address to be http://0.0.0.0:8193/
> 11:23:00,262 | DEBUG | rint Extender: 2 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerRegistryImpl.
> 11:23:00,264 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl.
> 11:23:00,268 | DEBUG | rint Extender: 1 | ConfigurerImpl                   |  -  -  | Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.

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