0 Replies Latest reply on Sep 2, 2007 3:17 AM by karthiks

    CacheManager

    karthiks

      Hello,
      User Environment:
      Application Server: jboss-4.2.1.GA
      Database: PostgerSQL 8.2
      Portal: jboss-portal-2.6.1.GA

      This is regarding a warning message during startup:

      12:01:02,037 WARN [CacheManager] Creating a new instance of CacheManager using the diskStorePath "C:\DOCUME~1\test\LOCALS~1\Temp\/cms" which is already used by an existing CacheManager.
      The source of the configuration was URL of file:/C:/Program Files/Java/jboss-4.2.1.GA/server/default/deploy/jboss-portal.sar/portal-cms.sar/conf/hibernate/cms/ehcache.xml.
      The diskStore path for this CacheManager will be set to C:\DOCUME~1\test\LOCALS~1\Temp\/cms\ehcache_auto_created_1188714662037.
      To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance.


      Everytime i restart my server, the past changes aren't reflected. This i believe may be because of the above mentioned warning message. (Kindly correct me if i'm wrong)

      Is there a cache configuration that i must update so that the portal state is maintained across my server sessions. Your responses will be valuable. Much thanks in advance!

      KS