I have add new environment with new router and message processor but Cassandra and zookeeper are not install into new router and message. they are in already exist 2 gateway and management servers.
When I access Management UI then select new environment I got following message
Error fetching analytics data
Data Access Error - Data Access Error
and when I add policy verify API key, I got following error at runtime in message processor log file - /opt/apigee/var/log/edge-message-processor/logs
exception when fetching entry 888-20180830 - ignoring it…
com.apigee.datastore.DataStoreNotFoundException: DataStoreConfig cache-datastore doesnt exists or not initialized yet.
at com.apigee.datastore.client.astyanax.AstyanaxCassandraClient.getContext(AstyanaxCassandraClient.java:2775) ~[datastore-service-1.0.0.jar:na]
at com.apigee.datastore.client.astyanax.AstyanaxCassandraClient.getGreatestLongTypeColumn(AstyanaxCassandraClient.java:2373) ~[datastore-service-1.0.0.jar:na]
at com.apigee.cache.distributed.SecondLevelCacheManagerImpl.getSequenceId(SecondLevelCacheManagerImpl.java:621) ~[cache-1.0.0.jar:na]
at com.apigee.cache.distributed.SecondLevelCacheManagerImpl.internalGetRowKeyInColumnFamily(SecondLevelCacheManagerImpl.java:211) ~[cache-1.0.0.jar:na]
at com.apigee.cache.distributed.SecondLevelCacheManagerImpl.internalGetEntry(SecondLevelCacheManagerImpl.java:382) ~[cache-1.0.0.jar:na]
at com.apigee.cache.distributed.SecondLevelCacheManagerImpl.getEntry(SecondLevelCacheManagerImpl.java:376) ~[cache-1.0.0.jar:na]
at com.apigee.cache.distributed.DistributedCacheManagerImpl.getEntry(DistributedCacheManagerImpl.java:314) ~[cache-1.0.0.jar:na]
at com.apigee.steps.keyvaluemapoperations.KeyValueMapOperationsExecution.execute0(KeyValueMapOperationsExecution.java:135) [keyvaluemap-operations-1.0.0.jar:na]
at com.apigee.steps.keyvaluemapoperations.KeyValueMapOperationsExecution.execute(KeyValueMapOperationsExecution.java:68) [keyvaluemap-operations-1.0.0.jar:na]
at com.apigee.messaging.runtime.steps.StepExecution.execute(StepExecution.java:151) [message-processor-1.0.0.jar:na]
at com.apigee.flow.execution.AbstractAsyncExecutionStrategy$AsyncExecutionTask.call(AbstractAsyncExecutionStrategy.java:74) [message-flow-1.0.0.jar:na]
at com.apigee.flow.execution.AbstractAsyncExecutionStrategy$AsyncExecutionTask.call(AbstractAsyncExecutionStrategy.java:45) [message-flow-1.0.0.jar:na]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_191]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_191]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_191]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_191]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_191]