Results 1 to 10 of 12

Thread: Hot Deploy time in weblogic with Spring 2 Milestone 3

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Posts
    8

    Unhappy Hot Deploy time in weblogic with Spring 2 Milestone 3

    Hi,

    I upgraded Spring version to 2 Milestone 3 from 1.2.6 and the problem i have is while doing a deploy of my application, The application is not deploying completely. The status in the weblogic console is showing as deploying after 20 mins of starting the deployment.
    When i restart container (weblogic) the application deploys without any problem.
    Please help.

    Thanks,
    -S

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    What can you see in the logs?
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  3. #3
    Join Date
    Mar 2006
    Posts
    8

    Default

    INFO [ExecuteThread: '1' for queue: 'weblogic.kernel.System'] AbstractApplicationContext.doClose(582) | Closing application context [Roo
    t WebApplicationContext]

    INFO [ExecuteThread: '1' for queue: 'weblogic.kernel.System'] AbstractBeanFactory.destroySingletons(569) | Destroying singletons in fact
    ory {org.springframework.beans.factory.support.Default ListableBeanFactory defining beans [propertyConfigurer,dataSource,filterChainProxy,txP roxyTempla

    INFO [ExecuteThread: '1' for queue: 'weblogic.kernel.System'] EhCacheManagerFactoryBean.destroy(93) | Shutting down EHCache CacheManager

    Nothing after that. I don't see spring instantiating singletons. If i restart weblogic it deploys application.

    Thanks
    S

  4. #4
    Join Date
    Mar 2006
    Posts
    8

    Default

    Eventually application got deployed with hot deploy but after 15 mins. For development this is a long time to wait for the deploy.
    With Spring ver 1.2.6 application deployed in 2 mins.

  5. #5
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    but after 15 mins. For development this is a long time to wait for the deploy
    Agreed - lower the logging level from INFO to DEBUG.
    INFO [ExecuteThread: '1' for queue: 'weblogic.kernel.System'] AbstractApplicationContext.doClose(582) | Closing application context [Roo
    t WebApplicationContext]
    ...
    Your application context is shutdown - I assume it is the old one. However, there should be some explanation why the redeploy takes so long.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  6. #6
    Join Date
    Mar 2006
    Posts
    8

    Default

    The logs i posted are with Spring 2 Milestone 3 version

Posting Permissions

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