JFrog Platform
Access Service
SSL / TLS Issues
Reverse Proxy Issues
Access Tokens
High Availability
Xray
Insight
Installation
Debug Log Configuration
Insight Trends NotDisplaying
Pipelines
Installation
Node initialization
Pipelines Error Messages
This section lists commonly-encountered Pipelines error messages, possible causes, and some suggestions for resolving the errors.If you have trouble fixing any of these errors, submit a request to Support for further investigation.
Error: All resource versions are not fetched
Error |
reqKick|executeStep|step|prepData|jFrogPipelinesSessionId:28be9c21-4ad6-4e3d-9411-7b9988535fd1|_getResourceVersions, All resource versions are not fetched. Requested resource versions: 16; received resource versions: [] |
Cause |
After the run was triggered, but before it started running, one or more resources in the pipeline were reset.Hence, while fetching the resources associated with the run, the resource version was returned as an empty array. |
Resolution |
Re-run the pipeline. When a resource is reset, it wipes out the resource version history and resets it to a single version, which is now considered the latest. This version is used for the new run. |
Error: fatal: reference is not a tree
Error |
fatal: reference is not a tree: 679e2fc3c2590f7dbaf64534a325ac60b4dc8689 |
Cause |
This could be a result of using |
Resolution |
Either:
or
|
Error: Failed to create pvc for node
Error |
Failed to create pvc for node |
Cause |
Either the Kubernetes configuration does not have access to create aPersistent Volume Claim (PVC)resource or Pipelines cannot connect to the provided Kubernetes host server. |
Resolution |
Review the Kubernetes configurationsand verify that the |
Error: SCM provider credentials do not have enough permissions
Error |
The credentials provided for the integration " |
Cause |
The credentials (username and/or token) provided while creating the integration are either incorrect or insufficient. |
Resolution |
Ensure that the credentials provided for the SCM provider are correct and have sufficient permissions. |
Error: SCM provider URL is invalid
Error |
The URL provided for the integration “ |
Cause |
The SCM URL provided while creating the integration is incorrect. |
Resolution |
Ensure that the URL provided for the SCM provider is correct. |
Error: SCM provider repository path is invalid
Error |
The repository path " |
Cause |
The repository path provided for the SCM provider is either incorrect or does not exist. |
Resolution |
Ensure that the repository name provided for the SCM provider is correct. |
Error: Step type cannot be updated
Error |
type cannot be updated from Example: |
Cause |
After the pipeline performs a sync, a step's type should not be modified, as it can cause pipeline sync errors. |
Resolution |
Though not recommended, if you do want to change a step's type, perform the following steps:
|
Error: Ubuntu 16.04 not supported
Error |
Ubuntu_16.04 has reached end of support. Please upgrade to a higher version. |
Cause |
Ubuntu Linux 16.04 LTS reached the end of its five-year LTS window on April 30th 2021 and is no longer supported by its vendor. Due to this,Pipelines no longer supports your existing Ubuntu 16 node pools. |
Resolution |
For information about the supported Ubuntu versions, see theSystem Requirements Matrix. |
Error: CentOS 8.0 not supported
Error |
CentOS 8 has reached end of support. Please change the OS to another supported version. For the list of supported versions, see System Requirements. |
Cause |
CentOS 8.x reached end-of-life is on December, 2021 and is no longer supported by its vendor. Due to this,Pipelines no longer supports your existing CentOS 8 node pools. |
Resolution |
For the list of supported OS versions, seeSystem Requirements. |
Error: postHook returned error 422
Error |
未能同步钩犯错:Webhook创建固定资产投资led for path: userName/repoName and integration: myGithub with err: postHook returned error 422 for userName/repoName |
Cause |
This is usually the result of too many webhooks. GitHub allows 20 webhooks per repository. |
Resolution |
In GitHub, go to theSettings|Webhookstab for the relevant repository and delete all the failed webhooks. |
Error: Connection was not successful
Error |
Connection was not successful |
Cause |
One of the reasons for this message to appear is whenthe Artifactory/Distribution URL provided for the integration is incorrect. |
Resolution |
Verify that your Artifactory/Distribution URL provided for the integration is correct. If you find that it is incorrect, update the URL and use theTest Connectionbutton to verify, and then save. |