neo4j / docker-neo4j

Docker Images for the Neo4j Graph Database
Apache License 2.0
336 stars 171 forks source link

neo4j An critical error occurred #378

Closed liyin37 closed 2 years ago

liyin37 commented 2 years ago

Guidelines

Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use Neo4j, please ask on Neo4j Community or StackOverflow instead of creating an issue here.

To help us understand your issue, please specify important details, primarily:

Additionally, include (as appropriate) error messages, log-files, stacktraces, and other debug output.

when I run neo4j in k8s ,the yaml below ··· apiVersion: apps/v1 kind: StatefulSet metadata: labels: app: neo4j name: neo4j spec: replicas: 1 selector: matchLabels: app: neo4j serviceName: neo4j-headless template: metadata: labels: app: neo4j spec: containers:


apiVersion: v1 kind: Service metadata: labels: app: neo4j name: neo4j spec: ports:


apiVersion: v1 kind: Service metadata: labels: app: neo4j name: neo4j-headless spec: clusterIP: None ports:

··· run few times,the pod found error image

jennyowen commented 2 years ago

I don't know what the neo4j:4.4.2-apoc image is, but it is not something we have created or support, and isn't even on Dockerhub. I suggest you follow up with whoever provided you with that image.

Sandalorian commented 2 years ago

@liyin37 That error looks to be related to the the dbms rather than an issue with docker. Have a look at your debug.log and trace the issue there