Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-22-2022 02:38 PM
Hi ,
I am trying to install neo4j enterprise version with 3 cores and 1 read replica with helm charts and Kustomization. My pods are not starting up and getting the below exception.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.neo4j.internal.helpers.Exceptions (file:/var/lib/neo4j/lib/neo4j-common-4.4.5.jar) to field java.lang.Throwable.detailMessage
WARNING: Please consider reporting this to the maintainers of org.neo4j.internal.helpers.Exceptions
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Failed to read config /var/lib/neo4j/conf/neo4j.conf: Error evaluating value for setting 'causal_clustering.discovery_type'. Failed to validate 'LIST' for 'causal_clustering.discovery_type': Missing value for 'causal_clustering.initial_discovery_members', which is mandatory with 'causal_clustering.discovery_type=LIST'
My Kustomization file below.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
namespace: ntd-vendors
commonAnnotations:
CI.CI_COMMIT_SHORT_SHA: "${CI_COMMIT_SHORT_SHA} "
CI.CI_COMMIT_REF_SLUG: ${CI_COMMIT_REF_SLUG:=""}
CI.CI_COMMIT_TIMESTAMP: ${CI_COMMIT_TIMESTAMP:=$NOW}
CI.DEPLOYED_BY_USER: ${GITLAB_USER_NAME:="local-developer"}
#configMapGenerator:
#- name: ntd-neo4j-common-config
patchesJson6902:
Any help to resolve appreciated.
Thanks,
Susheel
04-24-2022 04:17 AM
What java version are you using?
-Sameer
04-25-2022 01:11 PM
Sameer,
I do not hava java on machine(if that was the question). Also, with base kustomize it works fine. when i try overlays it is giving above exception and pods not starting up. Also, to make things clear, I am installing this as kubernetes cluster(EKS) using helm charts given on neo4j site.
All the sessions of the conference are now available online