AEM 6.3 upgrade failed due to ClusterNodeInfo null pointer Exception
I am trying to upgrade AEM 6.1 to AEM 6.3 cluster instance. The in place upgrade is failed due to below error.
15.11.2017 11:50:36.704 *ERROR* [DocumentNodeStore background update thread (8)] org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo This oak instance failed to update the lease in time and can therefore no longer access this DocumentNodeStore. (leaseEndTime: 1510746754503, leaseTime: 120000, leaseFailureMargin: 20000, lease check end time (leaseEndTime-leaseFailureMargin): 1510746734503, now: 1510746635595, remaining: 98908) Need to stop oak-core/DocumentNodeStoreService.
15.11.2017 11:54:21.978 *ERROR* [DocumentNodeStore background update thread (8)] org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo This oak instance failed to update the lease in time and can therefore no longer access this DocumentNodeStore.
15.11.2017 11:54:51.803 *WARN* [DocumentNodeStore lease update thread (8)] org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore Background operation failed: org.apache.jackrabbit.oak.plugins.document.DocumentStoreException: This oak instance failed to update the lease in time and can therefore no longer access this DocumentNodeStore.
org.apache.jackrabbit.oak.plugins.document.DocumentStoreException: This oak instance failed to update the lease in time and can therefore no longer access this DocumentNodeStore.
After this exception Java java.lang.OutOfMemoryError also coming.

