Unable to import zone package

  • KM02771644
  • 07-Apr-2017
  • 07-Apr-2017

Archived Content: This information is no longer maintained and is provided "as is" for your convenience.

Summary

Error displayed when importing a package with a big amount of zones

Error

Error displayed when importing a zone package, the error shows like below:

 

Install Failed:Cache size for Zones is insufficient to import this archive (5000<5123)

Cause

The cause is because the package has more than 5000 zones

Fix

The solution is to add the following property resource.broker.cache.size.Zone to the server.properties file.

The value of the property should be higher to the one showed in the error message, on this case it shows the following  (5000<5123), so the value should be 5200 like the example below:

resource.broker.cache.size.Zone=5200