poppy_vic
poppy_vic
ATApache TinkerPop
Created by poppy_vic on 6/7/2023 in #questions
No logs getting getting logged in log file for gremlin server
Hello , This query is regarding the logs that I am not able to get while the janusgraph server start up inside a docker container . Details below : I am upgrading janusgraph version - 1.0.0-rc2 from an older version. Trying to deploy the server inside a docker container. Inside the docker file, I have used the base image of openjdk:11 and have provided , "CMD "bin/janusgraph-server.sh" "start" "<location_of_conf.yaml>" ". This does not start the pod successfully. It runs into CrashBackLoopOff error with no other details. Whereas, on correcting the same CMD in Dockerfile to "CMD "bin/janusgraph-server.sh" "start" && tail -f logs/janusgraph.log" , server starts up successfully but logs are not getting logged inside janusgraph.log file. Thanks.
6 replies