0 Replies Latest reply on Jan 20, 2005 10:39 AM by skidiver

    performance loss after restart

    skidiver

      Hi there,

      i'm using a JBoss 3.2.3 with integrated Tomcat4. If i stop the jboss by closing the console windows or pressing ctrl-c (os is Win2K) serveral exception like the following are thrown:

      14:06:09,955 INFO [EntityContainer] Stopping jboss.j2ee:jndiName=Scheduler,service=EJB
      14:06:09,955 ERROR [EntityContainer] Stopping failed
      java.lang.NullPointerException
      at org.jboss.cache.invalidation.triggers.EntityBeanCacheBatchInvalidatorInterceptor.stop(Ent
      ityBeanCacheBatchInvalidatorInterceptor.java:48)
      at org.jboss.ejb.EntityContainer.stopService(EntityContainer.java:377)
      at org.jboss.system.ServiceMBeanSupport.stop(ServiceMBeanSupport.java:240)
      at sun.reflect.GeneratedMethodAccessor113.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284
      )

      -> Scheduler is a CMP2.0 EntityBean.

      If i restart the jboss i mention that the jsp compile times are much longer (2 times or more) than before. The performance loss grows if i restart from time to time.
      What's the problem ?

      Thx, ski