1 2 Previous Next 20 Replies Latest reply on Mar 7, 2008 8:18 AM by dimitris

    Another startup time regression

    starksm64

      After updating my trunk workspace today, I'm seeing another regression in startup time vs where we were earlier this week. I had been down to just under 20s, but now its back over 30:

      12:31:27,792 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
      12:31:50,207 INFO [AspectDeployer] Deploying xml into org.jboss.aop.AspectManager@133092e for BaseClassLoader@1d66d03{vfsfile:/home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.Beta4/server/default/deploy/ejb3-interceptors-aop.xml}12:31:50,533 INFO [MailService] Mail Service bound to java:/Mail
      ...
      12:31:56,441 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
      12:31:56,454 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.Beta4 (build: SVNTag=JBoss_5_0_0_Beta4 date=200802061227)] Started in 33s:157ms
      


      The regression time is all between the TransactionManagerService and AspectDeployer, where the delay between the info msgs is 13 seconds.


        1 2 Previous Next