Hi,
I am trying to configure Terracotta cluster in production as part of upgrade / migration from v9.5 to v 9.7 for IntegrationServer and while starting the Terracotta server, I am getting an error as below. TC version is 4.1.4.
g.terracotta.license.LicenseException: Your license key doesn’t allow usage of ‘server array offheap’ capability
at com.tc.license.LicenseManager.verifyCapability(LicenseManager.java:101)
at com.tc.license.LicenseManager.verifyServerArrayOffheapCapability(LicenseManager.java:128)
at com.tc.server.TCServerImpl.validateEnterpriseFeatures(TCServerImpl.java:208)
at com.tc.server.TCServerImpl.(TCServerImpl.java:159)
at com.tc.server.EnterpriseServerImpl.(EnterpriseServerImpl.java:55)
at com.tc.server.EnterpriseServerFactory.createServer(EnterpriseServerFactory.java:21)
at com.tc.server.TCServerMain.main(TCServerMain.java:29)
I understand the tc-config.xml has gone through some changes and still confused as how we are going to configure the single mirror group as i assume in version 4.1.4 has some diff way. as of now my tc-config.xml contains single server config under the servers and nothing else. Not sure if the issue is with the configuration file or licensing…
Any help on this would be highly appreciated as i am stuck with this issue since last two days.
Thanks