Results 1 to 4 of 4

Thread: unable to hot deploy in jboss with spring+hibernate

  1. #1
    Join Date
    Jan 2007
    Posts
    1

    Default unable to hot deploy in jboss with spring+hibernate

    I have an application which uses struts+spring+Hibernate .

    When I try to redeploy this application with change web.xml without restarting JBoss, then get the errors below.

    [org.springframework.web.context.ContextLoader] Context initialization failed
    org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization of bean failed; nested exception is org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: Cannot configure CacheManager: null
    org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: Cannot configure CacheManager: null
    how to solve this problem?

    Any help in resolving the hot deployment issue is greatly appreciated.

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Have you tried sticking that exception into google, there are lots of results.

  3. #3
    Join Date
    Jul 2005
    Posts
    7

    Default

    I'm currently facing exactly the same problem. Can anybody please shed a light on this?

    Johan

  4. #4
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Have you tried sticking the exception into google? I did a quick search on 'Cannot configure CacheManager: null' and there are some threads in the JBoss forums along with lots of others.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •