calm-balloon-31412
03/17/2023, 8:42 PM* What went wrong:
Java heap space
when trying to build gms locally using ./gradlew :metadata-service:war:build. Any idea how I can fix this? It happens somewhat randomly and when building frontend service as wellastonishing-answer-96712
03/20/2023, 6:33 PMcalm-balloon-31412
03/20/2023, 6:34 PMdatahub version
DataHub CLI version: 0.8.35.1
Python version: 3.8.13 (default, Jan 16 2023, 20:20:13)
[Clang 14.0.0 (clang-1400.0.29.202)]dazzling-yak-93039
03/20/2023, 6:37 PMcalm-balloon-31412
03/20/2023, 6:47 PM#org.gradle.jvmargs=-Xmx2000m
in gradle.properties and that worked. Thanks so much!calm-balloon-31412
03/20/2023, 9:24 PMANTLR Tool version 4.5 used for code generation does not match the current runtime version 4.8ANTLR Runtime version 4.5 used for parser compilation does not match the current runtime version 4.8ANTLR Tool version 4.5 used for code generation does not match the current runtime version 4.8ANTLR Runtime version 4.5 used for parser compilation does not match the current runtime version 4.82023/03/20 18:54:37 Command exited with error: exit status 1
when trying to replace datahub-gms container with local code:
(cd docker && COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose -p datahub -f docker-compose-without-neo4j.yml -f docker-compose-without-neo4j.override.yml -f docker-compose.dev.yml up -d --no-deps --force-recreate datahub-gms)calm-balloon-31412
03/21/2023, 8:47 PMaloof-gpu-11378
03/23/2023, 5:27 PMastonishing-answer-96712
03/23/2023, 5:28 PMcalm-balloon-31412
03/23/2023, 5:29 PMaloof-gpu-11378
03/23/2023, 5:31 PMcalm-balloon-31412
03/24/2023, 5:25 PMbuild.gradle file I see
'antlr4Runtime': 'org.antlr:antlr4-runtime:4.7.2', . I tried changing this manually but it did not like that.aloof-gpu-11378
03/24/2023, 5:31 PMcalm-balloon-31412
03/24/2023, 5:45 PMpip install antlr4-python3-runtime from my virtual env, but still getting the same error 😕 idk where the current runtime version 4.8ANTLR is coming from