githubEdit

Common Errors and Resolutions

he following errors are provided to troubleshoot issues that arise. Please refer to the solutions and resources below for answers to some commonly encountered errors.

Error message: 413: Status Error - Downloading duplicate profile files simultaneouslyarrow-up-right

Error message: Authentication Failed - ALM connectivity due to incorrect configurationarrow-up-right

Error message: Cannot Open Git-Upload-Packarrow-up-right

Error message: Cannot find the declaration of element 'web:validateSalesforceOrgConnection'arrow-up-right

Error message: Failed to initiate deployment. Unexpected end of JSON input.arrow-up-right

Error message: Failed to push some refs to [remote]arrow-up-right

Error message: GH006: Protected branch update failed for refs/heads/master. Remote: error: Cannot force-push to a protected branch.arrow-up-right

Error message: GIT Push Result: RemoteRefUpdatearrow-up-right

Error: Installing CodeScan Sonar as a plugin in ARMarrow-up-right

Error message: Invalid meta-xml name: lwc/xxx/xxx.css-meta.xml, should end with js-meta.xmlarrow-up-right

Error message: Invalid Schema during the Merge Prevalidation Processarrow-up-right

Error message: Local and remote repositories are not on the same revisionarrow-up-right

Error message: Not Authorized (to Merge)arrow-up-right

Error message: Not Available for deploy for this organizationarrow-up-right

Error message: OAuth Authentication Failedarrow-up-right

Error message: Please check credentials for 'xxx' branch of 'abc' repositoryarrow-up-right

Error message: Pre-receive-hook declinedarrow-up-right

Error message: Picklist not foundarrow-up-right

Error message: Refusing to update checked out branch: [branch_name]arrow-up-right

Error message: RPC failed; result=XXX, HTTP code = XXXarrow-up-right

Error message: REJECTED_NONFASTFORWARDarrow-up-right

Error message: Schema is invalid for the filearrow-up-right

Error message: SCM Authentication Failedarrow-up-right

Error message: src refspec [branch] does not match anyarrow-up-right

Error message: TF402455: Pushes to this branch are not permitted; you must use a pull request to update this brancharrow-up-right

Error message: This test is already in the execution queuearrow-up-right

Error message: Tip of your current branch is behindarrow-up-right

Error: Unable to delete workspacesarrow-up-right

Error message: Unable to fetch Salesforce Org Usersarrow-up-right

Error message: Uploaded file is not having Workflow Rulesarrow-up-right

Error message: Validation checking fails for your repository

chevron-rightError message: Validation checking fails for your repositoryhashtag

Users may encounter this error message when a Merge is failed. This occurs when repository credentials are expired or have been modified and not updated in ARM.

  1. Navigate to Admin > VC repos, select your repository, and perform a test connection. Please verify your repository credentials are not expired or modified.

  2. Re-run the CI job after you confirm that the repository connection is successful.

chevron-rightError message: You are not authorized to push changes to the remote repositoryhashtag

This error occurs during the branching baseline operation when version control credentials are insufficient for pushing changes to a branch. This indicates that you have read permissions but not write permissions. After updating your permissions, re-run a new branching baseline operation.

chevron-rightError message: Your branch is ahead of [remote]/[branch] by X commitshashtag

This error message indicates that your local branch has commits that haven't been pushed to the remote branch. To resolve this, you can either push your local commits using git push or discard your local commits using git reset or git stash.

chevron-rightError message: Your connection is privatehashtag

If you are unable to connect to the ARM instance and get this error, it is due to cache and cookies in your system. To resolve this issue, follow the steps below.

  1. On your computer, open Chrome.

  2. At the top right, click More.

  3. Click More tools.

  4. Clear browsing data.

  5. At the top, choose a time range. To delete everything, select All time.

  6. Next to Cookies and other site data and Cached images and files, check the boxes.

  7. Click Clear data.

  8. Now, log in to your instances using the new browser tab.

Last updated

Was this helpful?