My Oracle Support Banner

CatalogMover Not Working After Upgrading EhCache (Doc ID 1914506.1)

Last updated on JANUARY 08, 2024

Applies to:

Oracle WebCenter Sites - Version 11.1.1.6.1 to 11.1.1.8.0 [Release FatWire]
Information in this document applies to any platform.

Symptoms

After applying the latest WebCenter Sites patch and upgrading ehCache to version 2.5.7, CatalogMover doesn't work any more.
Even after updating the catalogmover.sh / catalogmover.bat script to use the new ehCache jar, an exception is thrown when trying to load the CatalogList or import any html or zip file:

Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
  at COM.FutureTense.Common.ftDBTable.(ftDBTable.java:376)
  at COM.FutureTense.Util.TableData.setTableType(TableData.java:539)
  at COM.FutureTense.Util.TableParser.ParseHTML(TableParser.java:189)
  at COM.FutureTense.Util.TableParser.Parse(TableParser.java:71)
  at COM.FutureTense.Apps.CatalogMoverEngine.loadCatalogs(CatalogMoverEngine.java:3124)
  at COM.FutureTense.Apps.CatalogMoverEngine.LoadCatalogListAction(CatalogMoverEngine.java:2330)
  at COM.FutureTense.Apps.CatalogMoverEngine$LoadCatalogListAction.actionPerformed(CatalogMoverEngine.java:2311)
...
  at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: net.sf.ehcache.CacheException: Error configuring from null. Initial cause was null
  at net.sf.ehcache.config.ConfigurationFactory.parseConfiguration(ConfigurationFactory.java:103)
  at net.sf.ehcache.CacheManager.newInstance(CacheManager.java:884)
  at com.fatwire.cache.ehcache.EhCacheObjectCache._initCache(EhCacheObjectCache.java:735)
  at com.fatwire.cache.ehcache.EhCacheObjectCache.start(EhCacheObjectCache.java:538)
  at COM.FutureTense.Cache.LinkedCacheProvider.(LinkedCacheProvider.java:43)
  at COM.FutureTense.Cache.LinkedCacheProvider.(LinkedCacheProvider.java:28)
  ... 45 more
Caused by: java.lang.NullPointerException
  at net.sf.ehcache.config.ConfigurationFactory.parseConfiguration(ConfigurationFactory.java:100)
  ... 50 more


Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.