You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "younes Ter (JIRA)" <ji...@apache.org> on 2011/08/09 13:23:27 UTC

[jira] [Created] (CXF-3724) Problem with CXF migration !!

Problem with CXF migration !!
-----------------------------

                 Key: CXF-3724
                 URL: https://issues.apache.org/jira/browse/CXF-3724
             Project: CXF
          Issue Type: Bug
            Reporter: younes Ter


Hi,
 Currently working on a large project based on SOA architecture, hence the use of CXF framework.
 The team decided to migrate from  2.2.7 version of  CXF to 2.4.
 The problem occurs when starting tomcat server. You will find enclosed the server console.

 
***********************************************************************************************
******************************   Server Console ***********************************************
***********************************************************************************************

 INFO   | jvm 1    | main    | 2011/08/08 17:26:28.690 | 2011-08-08 19:26:28,638 ERROR pringframework.web.context.ContextLoader - Context initialization failed
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.690 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 08 19:26:28 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@76f1f4
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.690 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.691 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.691 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.691 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.692 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.692 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.692 | 	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:683)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.693 | 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:401)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.693 | 	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.694 | 	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.694 | 	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.694 | 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.697 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at java.lang.reflect.Method.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at java.lang.reflect.Method.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | 	at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | 	at java.lang.Thread.run(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 08 19:26:28 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@76f1f4
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.701 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.701 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.701 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.702 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.702 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.702 | 	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1004)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.703 | 	at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.getResourceManager(Jsr250BeanPostProcessor.java:81)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.703 | 	at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.postProcessBeforeInitialization(Jsr250BeanPostProcessor.java:126)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.704 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.704 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.704 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.705 | 	... 31 more
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.705 | Caused by: java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 08 19:26:28 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@76f1f4
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.706 | 	at org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:307)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.706 | 	at org.springframework.context.support.AbstractApplicationContext.addListener(AbstractApplicationContext.java:827)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.springframework.context.support.AbstractApplicationContext.addApplicationListener(AbstractApplicationContext.java:367)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.apache.cxf.bus.spring.SpringBus.setApplicationContext(SpringBus.java:52)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.springframework.context.support.ApplicationContextAwareProcessor.doProcess(ApplicationContextAwareProcessor.java:116)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:99)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.708 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.709 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.709 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090165#comment-13090165 ] 

younes Ter commented on CXF-3724:
---------------------------------

Hello Daniel,

 Using a breakpoint to analyze the problem, this is what I found:

 invokeAwareMethods method of  AbstractAutowireCapableBeanFactory class has no instance of any of three bean ( neither BeanNameAware  nor BeanClassLoaderAware nor BeanFactoryAware).

  the problem is exactly in the methods "applyBeanPostProcessorsBeforeInitialization"  and she throws an exception (line 519 in the class AbstractAutowireCapableBeanFactory) and finished by destroying the singleton [destroySingleton(beanName)  in class AbstractBeanFactory].

 Finally, the method initWebApplicationContext of  ContextLoader  class throws a RuntimeException where the message is "Error : Context initialization failed".


Best regards,
    Younes TERRIRESS

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113460#comment-13113460 ] 

Younes TERRIRESS edited comment on CXF-3724 at 9/23/11 2:53 PM:
----------------------------------------------------------------

Hi Daniel,

 Again, I come to you for the problem of confidentiality of our client.
 Is true at the level of jira there 's no data on our customer, but at the archive, it still exists.

 Ithere a means to remove the trace from the archive and jira OSDir.com.
 Thank you.

 Best Regards,
    Younes

      was (Author: yterriress):
    Hi Daniel,

 Again, I come to you for the problem of confidentiality of our client.
 Is true at the level of jira there 's no data on our customer, but at the archive, it still exists. (eg: you can type in google the word "com.myCompagny.ecommerce"), and you will surely see that the data are again..

 Ithere a means to remove the trace from the archive and jira OSDir.com.
 Thank you.

 Best Regards,
    Younes
  
> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CXF-3724) Problem with CXF migration !!

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

Daniel Kulp resolved CXF-3724.
------------------------------

       Resolution: Incomplete
    Fix Version/s:     (was: NeedMoreInfo)
                   Invalid


Marking resolved incomplete as we need more information to figure out the issue and no activity in over a month.
                
> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: Invalid
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
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] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090945#comment-13090945 ] 

younes Ter commented on CXF-3724:
---------------------------------

Hi Daniel,

 Now, You have alla information about my test case.
 Please, Can you solicit more information about this problem ?

 Thank's in advance.


 Best regards,
    Younes TERRIRESS


> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Younes TERRIRESS updated CXF-3724:
----------------------------------

    Attachment:     (was: console-20110808.log)

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CXF-3724) Problem with CXF migration !!

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-3724.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4.2


I'm really not sure what would cause this.  I haven't seen it before.   However, looking at the JSR250BeanPostProcessor, I do see a potential issue of looking up the "cxf" bean while creating the cxf bean which likely shouldn't be allowed.  I've fixed that.  If that doesn't help, we'll likely need a testcase. 

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088490#comment-13088490 ] 

younes Ter commented on CXF-3724:
---------------------------------

Hello Daniel,

Apparently, the problem still persists in version 2.4.2 CXF.
Attachment, the server console during startup (console-20110821.log)  

I await your return.
Thank you.


Best Regards,
    Younes TERRIRESS

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

younes Ter updated CXF-3724:
----------------------------

    Attachment: console-20110808.log

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>  
> ***********************************************************************************************
> ******************************   Server Console ***********************************************
> ***********************************************************************************************
>  INFO   | jvm 1    | main    | 2011/08/08 17:26:28.690 | 2011-08-08 19:26:28,638 ERROR pringframework.web.context.ContextLoader - Context initialization failed
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.690 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 08 19:26:28 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@76f1f4
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.690 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.691 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.691 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.691 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.692 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.692 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.692 | 	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:683)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.693 | 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:401)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.693 | 	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.694 | 	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.694 | 	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.694 | 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.697 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at java.lang.reflect.Method.invoke(Unknown Source)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at java.lang.reflect.Method.invoke(Unknown Source)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | 	at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | 	at java.lang.Thread.run(Unknown Source)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 08 19:26:28 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@76f1f4
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.701 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.701 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.701 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.702 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.702 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.702 | 	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1004)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.703 | 	at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.getResourceManager(Jsr250BeanPostProcessor.java:81)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.703 | 	at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.postProcessBeforeInitialization(Jsr250BeanPostProcessor.java:126)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.704 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.704 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.704 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.705 | 	... 31 more
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.705 | Caused by: java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 08 19:26:28 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@76f1f4
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.706 | 	at org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:307)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.706 | 	at org.springframework.context.support.AbstractApplicationContext.addListener(AbstractApplicationContext.java:827)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.springframework.context.support.AbstractApplicationContext.addApplicationListener(AbstractApplicationContext.java:367)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.apache.cxf.bus.spring.SpringBus.setApplicationContext(SpringBus.java:52)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.springframework.context.support.ApplicationContextAwareProcessor.doProcess(ApplicationContextAwareProcessor.java:116)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:99)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.708 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.709 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
> INFO   | jvm 1    | main    | 2011/08/08 17:26:28.709 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Younes TERRIRESS updated CXF-3724:
----------------------------------

    Attachment:     (was: console-20110808.log)

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113460#comment-13113460 ] 

Younes TERRIRESS commented on CXF-3724:
---------------------------------------

Hi Daniel,

 Again, I come to you for the problem of confidentiality of our client.
 Is true at the level of jira there 's no data on our customer, but at the archive, it still exists. (eg: you can type in google the word "com.nespresso.ecommerce"), and you will surely see that the data are again..

 Ithere a means to remove the trace from the archive and jira OSDir.com.
 Thank you.

 Best Regards,
    Younes

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113460#comment-13113460 ] 

Younes TERRIRESS edited comment on CXF-3724 at 9/23/11 2:51 PM:
----------------------------------------------------------------

Hi Daniel,

 Again, I come to you for the problem of confidentiality of our client.
 Is true at the level of jira there 's no data on our customer, but at the archive, it still exists. (eg: you can type in google the word "com.myCompagny.ecommerce"), and you will surely see that the data are again..

 Ithere a means to remove the trace from the archive and jira OSDir.com.
 Thank you.

 Best Regards,
    Younes

      was (Author: yterriress):
    Hi Daniel,

 Again, I come to you for the problem of confidentiality of our client.
 Is true at the level of jira there 's no data on our customer, but at the archive, it still exists. (eg: you can type in google the word "com.nespresso.ecommerce"), and you will surely see that the data are again..

 Ithere a means to remove the trace from the archive and jira OSDir.com.
 Thank you.

 Best Regards,
    Younes
  
> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CXF-3724) Problem with CXF migration !!

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reassigned CXF-3724:
--------------------------------

    Assignee: Daniel Kulp

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081737#comment-13081737 ] 

Daniel Kulp commented on CXF-3724:
----------------------------------

Just waiting for a release of WSS4J 1.6.2 which is being voted on now.

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081798#comment-13081798 ] 

Daniel Kulp commented on CXF-3724:
----------------------------------


Honestly, I have no idea what would even trigger it to start off with.   Just make sure your spring context file just imports cxf.xml properly and doesn't try and redefine a bunch of the CXF internal beans.   That's about all I can think of.


> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Younes TERRIRESS updated CXF-3724:
----------------------------------

    Comment: was deleted

(was: Hi Daniel,

 Here is the exception that is sent to the lestener :

----
----
 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO | jvm 1 | main | 2011/08/21 23:04:23.860 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO | jvm 1 | main | 2011/08/21 23:04:23.863 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO | jvm 1 | main | 2011/08/21 23:04:23.865 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO | jvm 1 | main | 2011/08/21 23:04:23.876 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO | jvm 1 | main | 2011/08/21 23:04:23.878 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO | jvm 1 | main | 2011/08/21 23:04:23.881 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
INFO | jvm 1 | main | 2011/08/21 23:04:23.892 | at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:683)
INFO | jvm 1 | main | 2011/08/21 23:04:23.894 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:401)
INFO | jvm 1 | main | 2011/08/21 23:04:23.897 | at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
INFO | jvm 1 | main | 2011/08/21 23:04:23.899 | at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
INFO | jvm 1 | main | 2011/08/21 23:04:23.910 | at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
INFO | jvm 1 | main | 2011/08/21 23:04:23.913 | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
INFO | jvm 1 | main | 2011/08/21 23:04:23.915 | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
INFO | jvm 1 | main | 2011/08/21 23:04:23.926 | at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO | jvm 1 | main | 2011/08/21 23:04:23.928 | at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
INFO | jvm 1 | main | 2011/08/21 23:04:23.930 | at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO | jvm 1 | main | 2011/08/21 23:04:23.933 | at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
INFO | jvm 1 | main | 2011/08/21 23:04:23.944 | at org.apache.catalina.core.StandardService.start(StandardService.java:516)
INFO | jvm 1 | main | 2011/08/21 23:04:23.946 | at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
INFO | jvm 1 | main | 2011/08/21 23:04:23.948 | at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
INFO | jvm 1 | main | 2011/08/21 23:04:23.959 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | main | 2011/08/21 23:04:23.961 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:23.964 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:23.966 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:23.977 | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
INFO | jvm 1 | main | 2011/08/21 23:04:23.979 | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
INFO | jvm 1 | main | 2011/08/21 23:04:23.982 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | main | 2011/08/21 23:04:23.994 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:23.997 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:23.999 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:24.013 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
INFO | jvm 1 | main | 2011/08/21 23:04:24.015 | at java.lang.Thread.run(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:24.027 | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO | jvm 1 | main | 2011/08/21 23:04:24.030 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO | jvm 1 | main | 2011/08/21 23:04:24.033 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO | jvm 1 | main | 2011/08/21 23:04:24.044 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO | jvm 1 | main | 2011/08/21 23:04:24.047 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO | jvm 1 | main | 2011/08/21 23:04:24.049 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO | jvm 1 | main | 2011/08/21 23:04:24.061 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
INFO | jvm 1 | main | 2011/08/21 23:04:24.063 | at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1004)
INFO | jvm 1 | main | 2011/08/21 23:04:24.066 | at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.getResourceManager(Jsr250BeanPostProcessor.java:91)
INFO | jvm 1 | main | 2011/08/21 23:04:24.077 | at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.postProcessBeforeInitialization(Jsr250BeanPostProcessor.java:136)
INFO | jvm 1 | main | 2011/08/21 23:04:24.080 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO | jvm 1 | main | 2011/08/21 23:04:24.083 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO | jvm 1 | main | 2011/08/21 23:04:24.093 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
INFO | jvm 1 | main | 2011/08/21 23:04:24.097 | ... 31 more
INFO | jvm 1 | main | 2011/08/21 23:04:24.099 | Caused by: java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO | jvm 1 | main | 2011/08/21 23:04:24.110 | at org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:307)
INFO | jvm 1 | main | 2011/08/21 23:04:24.113 | at org.springframework.context.support.AbstractApplicationContext.addListener(AbstractApplicationContext.java:827)
INFO | jvm 1 | main | 2011/08/21 23:04:24.115 | at org.springframework.context.support.AbstractApplicationContext.addApplicationListener(AbstractApplicationContext.java:367)
INFO | jvm 1 | main | 2011/08/21 23:04:24.127 | at org.apache.cxf.bus.spring.SpringBus.setApplicationContext(SpringBus.java:52)
INFO | jvm 1 | main | 2011/08/21 23:04:24.130 | at org.springframework.context.support.ApplicationContextAwareProcessor.doProcess(ApplicationContextAwareProcessor.java:116)
INFO | jvm 1 | main | 2011/08/21 23:04:24.132 | at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:99)
INFO | jvm 1 | main | 2011/08/21 23:04:24.145 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO | jvm 1 | main | 2011/08/21 23:04:24.147 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO | jvm 1 | main | 2011/08/21 23:04:24.150 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)



-----
-----
 Thank's in advance,

 Best Regards,
    Younes TERRIRESS ])

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081727#comment-13081727 ] 

younes Ter commented on CXF-3724:
---------------------------------

hello ,
  Thank you for your quick response Daniel!!
  Please, Can you tell me when we can have the release of version 2.4.2 .

 BEST REGARDS,
    Younes

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081747#comment-13081747 ] 

younes Ter commented on CXF-3724:
---------------------------------

Ok, Thanks!!

 Best Regards,
 Younes

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113459#comment-13113459 ] 

Younes TERRIRESS commented on CXF-3724:
---------------------------------------

Hi Daniel,

 Again, I come to you for the problem of confidentiality of our client.
 Is true at the level of jira there 's no data on our customer, but at the archive, it still exists. (eg: you can type in google the word "com.nespresso.ecommerce"), and you will surely see that the data are again..

 Ithere a means to remove the trace from the archive and jira OSDir.com.
 Thank you.

 Best Regards,
    Younes

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

younes Ter reopened CXF-3724:
-----------------------------

    Estimated Complexity: Advanced  (was: Unknown)

Hello Daniel,

Apparently, the problem still persists in version 2.4.2 CXF.
Attachment, the server console during startup (console-20110821.log)

I await your return.
Thank you.

Best Regards,
Younes TERRIRESS


> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Younes TERRIRESS updated CXF-3724:
----------------------------------

    Comment: was deleted

(was: Hi Daniel,

 Again, I come to you for the problem of confidentiality of our client.
 Is true at the level of jira there 's no data on our customer, but at the archive, it still exists. (eg: you can type in google the word "com.nespresso.ecommerce"), and you will surely see that the data are again..

 Ithere a means to remove the trace from the archive and jira OSDir.com.
 Thank you.

 Best Regards,
    Younes)

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Younes TERRIRESS updated CXF-3724:
----------------------------------

    Attachment: console-20110808.log

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

younes Ter updated CXF-3724:
----------------------------

    Attachment: console-20110821.log

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

younes Ter updated CXF-3724:
----------------------------

    Attachment:     (was: console-20110821.log)

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Younes TERRIRESS updated CXF-3724:
----------------------------------

    Attachment:     (was: console-20110821.log)

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089421#comment-13089421 ] 

younes Ter commented on CXF-3724:
---------------------------------

Hi Daniel,

 Here is the exception that is sent to the lestener :

 **************************************************************************************
 ************************************************************************************** 
 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.860 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.863 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.865 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.876 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.878 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.881 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.892 | 	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:683)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.894 | 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:401)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.897 | 	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.899 | 	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.910 | 	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.913 | 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.915 | 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.926 | 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.928 | 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.930 | 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.933 | 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.944 | 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.946 | 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.948 | 	at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.959 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.961 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.964 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.966 | 	at java.lang.reflect.Method.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.977 | 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.979 | 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.982 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.994 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.997 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.999 | 	at java.lang.reflect.Method.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.013 | 	at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.015 | 	at java.lang.Thread.run(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.027 | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.030 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.033 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.044 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.047 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.049 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.061 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.063 | 	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1004)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.066 | 	at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.getResourceManager(Jsr250BeanPostProcessor.java:91)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.077 | 	at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.postProcessBeforeInitialization(Jsr250BeanPostProcessor.java:136)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.080 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.083 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.093 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.097 | 	... 31 more
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.099 | Caused by: java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.110 | 	at org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:307)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.113 | 	at org.springframework.context.support.AbstractApplicationContext.addListener(AbstractApplicationContext.java:827)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.115 | 	at org.springframework.context.support.AbstractApplicationContext.addApplicationListener(AbstractApplicationContext.java:367)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.127 | 	at org.apache.cxf.bus.spring.SpringBus.setApplicationContext(SpringBus.java:52)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.130 | 	at org.springframework.context.support.ApplicationContextAwareProcessor.doProcess(ApplicationContextAwareProcessor.java:116)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.132 | 	at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:99)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.145 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.147 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.150 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)

*************************************************************************************
*************************************************************************************

 Thank's in advance,

 Best Regards,
    Younes TERRIRESS

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081756#comment-13081756 ] 

younes Ter commented on CXF-3724:
---------------------------------

Hello Daniel,
 Is there a workaround to fix this problem locally ?
 thank you in advance.

 Best regards,
  Younes

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089416#comment-13089416 ] 

Daniel Kulp commented on CXF-3724:
----------------------------------


I have no idea.   I'd likely need a reproducible test case.  

The ONLY line that stands out in the log is:

 SEVERE: Exception sending context initialized event to listener instance of class com.nespresso.ecommerce.web.core.servlet.HybrisContextLoaderListener

Is there any way you can put a breakpoint in there or try/catch block to see if something is being thrown out of there?


> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113757#comment-13113757 ] 

Daniel Kulp commented on CXF-3724:
----------------------------------

Apache archive policy is at:

http://www.apache.org/foundation/public-archives.html

It's not likely to be removed from archives.

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093668#comment-13093668 ] 

Daniel Kulp commented on CXF-3724:
----------------------------------

The logs and traces do not provide enough information to even suggest further avenues to pursue.   We'd need to see a testcase or you'll likely need to debug in yourself and submit a patch if you can figure out what the cause is.

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089424#comment-13089424 ] 

younes Ter commented on CXF-3724:
---------------------------------

Hi Daniel,

 Here is the exception that is sent to the lestener :

----
----
 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO | jvm 1 | main | 2011/08/21 23:04:23.860 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO | jvm 1 | main | 2011/08/21 23:04:23.863 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO | jvm 1 | main | 2011/08/21 23:04:23.865 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO | jvm 1 | main | 2011/08/21 23:04:23.876 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO | jvm 1 | main | 2011/08/21 23:04:23.878 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO | jvm 1 | main | 2011/08/21 23:04:23.881 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
INFO | jvm 1 | main | 2011/08/21 23:04:23.892 | at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:683)
INFO | jvm 1 | main | 2011/08/21 23:04:23.894 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:401)
INFO | jvm 1 | main | 2011/08/21 23:04:23.897 | at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
INFO | jvm 1 | main | 2011/08/21 23:04:23.899 | at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
INFO | jvm 1 | main | 2011/08/21 23:04:23.910 | at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
INFO | jvm 1 | main | 2011/08/21 23:04:23.913 | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
INFO | jvm 1 | main | 2011/08/21 23:04:23.915 | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
INFO | jvm 1 | main | 2011/08/21 23:04:23.926 | at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO | jvm 1 | main | 2011/08/21 23:04:23.928 | at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
INFO | jvm 1 | main | 2011/08/21 23:04:23.930 | at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO | jvm 1 | main | 2011/08/21 23:04:23.933 | at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
INFO | jvm 1 | main | 2011/08/21 23:04:23.944 | at org.apache.catalina.core.StandardService.start(StandardService.java:516)
INFO | jvm 1 | main | 2011/08/21 23:04:23.946 | at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
INFO | jvm 1 | main | 2011/08/21 23:04:23.948 | at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
INFO | jvm 1 | main | 2011/08/21 23:04:23.959 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | main | 2011/08/21 23:04:23.961 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:23.964 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:23.966 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:23.977 | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
INFO | jvm 1 | main | 2011/08/21 23:04:23.979 | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
INFO | jvm 1 | main | 2011/08/21 23:04:23.982 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | main | 2011/08/21 23:04:23.994 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:23.997 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:23.999 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:24.013 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
INFO | jvm 1 | main | 2011/08/21 23:04:24.015 | at java.lang.Thread.run(Unknown Source)
INFO | jvm 1 | main | 2011/08/21 23:04:24.027 | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO | jvm 1 | main | 2011/08/21 23:04:24.030 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO | jvm 1 | main | 2011/08/21 23:04:24.033 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO | jvm 1 | main | 2011/08/21 23:04:24.044 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO | jvm 1 | main | 2011/08/21 23:04:24.047 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO | jvm 1 | main | 2011/08/21 23:04:24.049 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO | jvm 1 | main | 2011/08/21 23:04:24.061 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
INFO | jvm 1 | main | 2011/08/21 23:04:24.063 | at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1004)
INFO | jvm 1 | main | 2011/08/21 23:04:24.066 | at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.getResourceManager(Jsr250BeanPostProcessor.java:91)
INFO | jvm 1 | main | 2011/08/21 23:04:24.077 | at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.postProcessBeforeInitialization(Jsr250BeanPostProcessor.java:136)
INFO | jvm 1 | main | 2011/08/21 23:04:24.080 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO | jvm 1 | main | 2011/08/21 23:04:24.083 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO | jvm 1 | main | 2011/08/21 23:04:24.093 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
INFO | jvm 1 | main | 2011/08/21 23:04:24.097 | ... 31 more
INFO | jvm 1 | main | 2011/08/21 23:04:24.099 | Caused by: java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO | jvm 1 | main | 2011/08/21 23:04:24.110 | at org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:307)
INFO | jvm 1 | main | 2011/08/21 23:04:24.113 | at org.springframework.context.support.AbstractApplicationContext.addListener(AbstractApplicationContext.java:827)
INFO | jvm 1 | main | 2011/08/21 23:04:24.115 | at org.springframework.context.support.AbstractApplicationContext.addApplicationListener(AbstractApplicationContext.java:367)
INFO | jvm 1 | main | 2011/08/21 23:04:24.127 | at org.apache.cxf.bus.spring.SpringBus.setApplicationContext(SpringBus.java:52)
INFO | jvm 1 | main | 2011/08/21 23:04:24.130 | at org.springframework.context.support.ApplicationContextAwareProcessor.doProcess(ApplicationContextAwareProcessor.java:116)
INFO | jvm 1 | main | 2011/08/21 23:04:24.132 | at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:99)
INFO | jvm 1 | main | 2011/08/21 23:04:24.145 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO | jvm 1 | main | 2011/08/21 23:04:24.147 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO | jvm 1 | main | 2011/08/21 23:04:24.150 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)



-----
-----
 Thank's in advance,

 Best Regards,
    Younes TERRIRESS ]

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (CXF-3724) Problem with CXF migration !!

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089416#comment-13089416 ] 

Daniel Kulp edited comment on CXF-3724 at 9/9/11 3:51 PM:
----------------------------------------------------------

I have no idea.   I'd likely need a reproducible test case.  

The ONLY line that stands out in the log is:

 SEVERE: Exception sending context initialized event to listener instance of class com.foo.mycompany.MyContextLoaderListener

Is there any way you can put a breakpoint in there or try/catch block to see if something is being thrown out of there?


      was (Author: dkulp):
    
I have no idea.   I'd likely need a reproducible test case.  

The ONLY line that stands out in the log is:

 SEVERE: Exception sending context initialized event to listener instance of class com.nespresso.ecommerce.web.core.servlet.HybrisContextLoaderListener

Is there any way you can put a breakpoint in there or try/catch block to see if something is being thrown out of there?

  
> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

younes Ter updated CXF-3724:
----------------------------

    Comment: was deleted

(was: Hi Daniel,

 Here is the exception that is sent to the lestener :

 **************************************************************************************
 ************************************************************************************** 
 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.860 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.863 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.865 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.876 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.878 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.881 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.892 | 	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:683)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.894 | 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:401)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.897 | 	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.899 | 	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.910 | 	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.913 | 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.915 | 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.926 | 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.928 | 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.930 | 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.933 | 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.944 | 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.946 | 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.948 | 	at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.959 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.961 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.964 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.966 | 	at java.lang.reflect.Method.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.977 | 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.979 | 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.982 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.994 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.997 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:23.999 | 	at java.lang.reflect.Method.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.013 | 	at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.015 | 	at java.lang.Thread.run(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.027 | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.030 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.033 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.044 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.047 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.049 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.061 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.063 | 	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1004)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.066 | 	at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.getResourceManager(Jsr250BeanPostProcessor.java:91)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.077 | 	at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.postProcessBeforeInitialization(Jsr250BeanPostProcessor.java:136)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.080 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.083 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.093 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.097 | 	... 31 more
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.099 | Caused by: java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 22 01:04:22 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@bf015
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.110 | 	at org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:307)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.113 | 	at org.springframework.context.support.AbstractApplicationContext.addListener(AbstractApplicationContext.java:827)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.115 | 	at org.springframework.context.support.AbstractApplicationContext.addApplicationListener(AbstractApplicationContext.java:367)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.127 | 	at org.apache.cxf.bus.spring.SpringBus.setApplicationContext(SpringBus.java:52)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.130 | 	at org.springframework.context.support.ApplicationContextAwareProcessor.doProcess(ApplicationContextAwareProcessor.java:116)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.132 | 	at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:99)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.145 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.147 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO   | jvm 1    | main    | 2011/08/21 23:04:24.150 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)

*************************************************************************************
*************************************************************************************

 Thank's in advance,

 Best Regards,
    Younes TERRIRESS)

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101282#comment-13101282 ] 

Younes TERRIRESS edited comment on CXF-3724 at 9/9/11 3:54 PM:
---------------------------------------------------------------

Hi Daniel,

 The security service has detected that the information relating to our client have been in forums by our company. It is very important that the information provided are anonymous. can you please delete the comment dated 23/Aug/11 12:18. 

Otherwise, if you want to keep track of our discussion, can you just delete this : "com.myCompagny.ecommerce.web.core.servlet.HybrisContextLoaderListener".

I wish to inform you that this is a very urgent request from our client.

Thanks in Advance.

Best Regards,
   Younes.



 

      was (Author: yterriress):
    Hi Daniel,

 The security service has detected that the information relating to our client have been in forums by our company. It is very important that the information provided are anonymous. can you please delete the comment dated 23/Aug/11 12:18. 

Otherwise, if you want to keep track of our discussion, can you just delete this : "com.nespresso.ecommerce.web.core.servlet.HybrisContextLoaderListener".

I wish to inform you that this is a very urgent request from our client.

Thanks in Advance.

Best Regards,
   Younes.



 
  
> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101282#comment-13101282 ] 

Younes TERRIRESS commented on CXF-3724:
---------------------------------------

Hi Daniel,

 The security service has detected that the information relating to our client have been in forums by our company. It is very important that the information provided are anonymous. can you please delete the comment dated 23/Aug/11 12:18. 

Otherwise, if you want to keep track of our discussion, can you just delete this : "com.nespresso.ecommerce.web.core.servlet.HybrisContextLoaderListener".

I wish to inform you that this is a very urgent request from our client.

Thanks in Advance.

Best Regards,
   Younes.



 

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CXF-3724:
-----------------------------

    Fix Version/s:     (was: 2.4.2)
                   NeedMoreInfo

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093929#comment-13093929 ] 

Daniel Kulp commented on CXF-3724:
----------------------------------


What I'm saying is that that with the information provided in the logs, there is NOTHING I can do to help figure this out.   You will either need to provide a test case that demonstrates the problem or you will need to debug into the cause and provide a patch back to us that fixes the issue.   With the information provided, I have no idea where to even look as to what the problem is.   Without a testcase, all I can do is mark this "Cannot reproduce".

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093675#comment-13093675 ] 

Younes TERRIRESS commented on CXF-3724:
---------------------------------------

What patch are you talking about? 
 
 I wish to inform you that the same error that was generated the last time ... How you have solved knowing that the same error file that I sent as attachments?


 best Regards,
    Younes TERRIRESS

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Younes TERRIRESS updated CXF-3724:
----------------------------------

    Attachment: console-20110808.log

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089399#comment-13089399 ] 

younes Ter commented on CXF-3724:
---------------------------------

Hello Daniel,

 Please, Can you solicit more information about this problem ?
 Does it still a bug in 2.4.2  ?

 Best regards,
   Younes TERRIRESS

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Younes TERRIRESS (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093666#comment-13093666 ] 

Younes TERRIRESS commented on CXF-3724:
---------------------------------------

Hi Daniel,

 Are there some news about this problem ?
 Thank's in advance.

 Best Regards,
   Younes TERRIRESS

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Younes TERRIRESS
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3724) Problem with CXF migration !!

Posted by "younes Ter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

younes Ter updated CXF-3724:
----------------------------

    Description: 
Hi,
 Currently working on a large project based on SOA architecture, hence the use of CXF framework.
 The team decided to migrate from  2.2.7 version of  CXF to 2.4.
 The problem occurs when starting tomcat server. You will find enclosed the server console.

  Best regards,
     Younes

  was:
Hi,
 Currently working on a large project based on SOA architecture, hence the use of CXF framework.
 The team decided to migrate from  2.2.7 version of  CXF to 2.4.
 The problem occurs when starting tomcat server. You will find enclosed the server console.

 
***********************************************************************************************
******************************   Server Console ***********************************************
***********************************************************************************************

 INFO   | jvm 1    | main    | 2011/08/08 17:26:28.690 | 2011-08-08 19:26:28,638 ERROR pringframework.web.context.ContextLoader - Context initialization failed
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.690 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 08 19:26:28 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@76f1f4
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.690 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.691 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.691 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.691 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.692 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.692 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.692 | 	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:683)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.693 | 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:401)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.693 | 	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.694 | 	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.694 | 	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.694 | 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.695 | 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.696 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.697 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at java.lang.reflect.Method.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.698 | 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.699 | 	at java.lang.reflect.Method.invoke(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | 	at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:238)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | 	at java.lang.Thread.run(Unknown Source)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 08 19:26:28 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@76f1f4
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.700 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.701 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.701 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.701 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.702 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.702 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.702 | 	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1004)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.703 | 	at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.getResourceManager(Jsr250BeanPostProcessor.java:81)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.703 | 	at org.apache.cxf.bus.spring.Jsr250BeanPostProcessor.postProcessBeforeInitialization(Jsr250BeanPostProcessor.java:126)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.704 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.704 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.704 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.705 | 	... 31 more
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.705 | Caused by: java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Mon Aug 08 19:26:28 CEST 2011]; parent: org.springframework.context.support.GenericApplicationContext@76f1f4
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.706 | 	at org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:307)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.706 | 	at org.springframework.context.support.AbstractApplicationContext.addListener(AbstractApplicationContext.java:827)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.springframework.context.support.AbstractApplicationContext.addApplicationListener(AbstractApplicationContext.java:367)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.apache.cxf.bus.spring.SpringBus.setApplicationContext(SpringBus.java:52)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.springframework.context.support.ApplicationContextAwareProcessor.doProcess(ApplicationContextAwareProcessor.java:116)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.707 | 	at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:99)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.708 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.709 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
INFO   | jvm 1    | main    | 2011/08/08 17:26:28.709 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)


> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>         Attachments: console-20110808.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3724) Problem with CXF migration !!

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089471#comment-13089471 ] 

Daniel Kulp commented on CXF-3724:
----------------------------------


I have no idea.  There is nothing in the logs that provide any information.  You're likely going to need to build up a testcase or you'll need to dig in with a debugger.  Spring has a habit of swallowing exceptions and it looks like it's doing that this time as well.   I'd start with a breakpoint in the SpringBus constructor and it's setApplicationContext method to see if they are even being called.   Maybe it's onApplicationEvent method as well.




> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira