Closed jackTylerDurden closed 1 year ago
@jackTylerDurden
Understood.
Considering this code repo is deployed successfully to hundreds of orgs every day, I'm inclined to think that the issues you are seeing are somehow related to your specific setup of the CLI. I would recommend opening up an issue with the Salesforce CLI project directly - https://github.com/forcrdotcom/cli/issues
OOOHHHH. You used the Heroku deployment button on the project and were not using the Salesforce CLI locally to deploy the codebase. Ok, I understand now.
And apologies, I mis-typed the link above. It should have been https://github.com/forcedotcom/cli/issues
Ok, the Heroku deployment tool is not controlled by AEP. We just use it. I will reach out to the folks that maintain it and ask them to look into this. In the meantime, I would recommend using the Salesforce CLI to deploy the ApexMocks framework to your Developer Edition.
@jackTylerDurden -- Can you give it another try please? I just used the tool to deploy this codebase and it succeeded.
Hello! Today I'm facing the same problem that @jackTylerDurden described
Unhandled Exception : java.lang.RuntimeException: /app/.local/share/sfdx/client/7.176.1-458b658/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /app/.local/share/sfdx/client/7.176.1-458b658/bin/node)
@ImJohnMDaniel is there a tutorial to deploy ApexMocks using Salesforce CLI?
@cjab-creator -- Just to be clear. Are you also trying to deploy the code base using the "Deploy to Salesforce" button?
@ImJohnMDaniel is there a tutorial to deploy ApexMocks using Salesforce CLI?
- Not really. ApexMocks deploys like any other project would via the Salesforce CLI. It is just simply GIT Cloning the ApexMocks repo locally and then executing the
force:source:deploy
command
@ImJohnMDaniel Hello John. i am also facing the same error - Unhandled Exception : java.lang.RuntimeException: /app/.local/share/sfdx/client/7.176.1-458b658/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /app/.local/share/sfdx/client/7.176.1-458b658/bin/node). And i am trying to deploy the code base using the "Deploy to Salesforce" button only.
G'day folks. It's confirmed that this is an issue with the GitHubSFDeploy tool and not the ApexMocks project.
The open issue to follow is afawcett/githubsfdeploy#53
I hope this helps.
Cheers!
Just worked for me... hmmm...
Posted a further update here https://github.com/afawcett/githubsfdeploy/issues/53
Description - I tried deploying this repo to my developer edition salesforce instance but I'm getting following whenever I login to salesforce -
Unhandled Exception : java.lang.RuntimeException: /app/.local/share/sfdx/client/7.175.0-a62760c/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /app/.local/share/sfdx/client/7.175.0-a62760c/bin/node)
To Reproduce
Expected behavior Classes and Labels should have been deployed.
Screenshots and text of error observed If applicable, add screenshots to help explain your problem. Also, paste the text of the raw error into the issue as well so that it can be found by others via search.
Version Did you try to reproduce the problem against the latest fflib-apex-mocks code? Yes.