ARTIFACTORY: Why may support bundle creation fail

ARTIFACTORY: Why may support bundle creation fail

Products
Frog_Artifactory
Content Type
User_Guide
AuthorFullName__c
Noffar Levi
articleNumber
000006455
FirstPublishedDate
2025-05-29T06:49:07Z
lastModifiedDate
2025-05-27
VersionNumber
1

When generating a Support Bundle, you might see the following error in the logs:
org.jfrog.support.common.core.exceptions.BundleGenerationException: Could not collect Metadata Service support bundle. Metadata server operator is disabled.

This issue can occur when the system property artifactory.metadata.native.ui=true is missing in the artifactory.system.properties file.
To overcome this behavior, enable the artifactory.metadata.native.ui property in the $JFROG_HOME/var/etc/artifactory/artifactory.system.properties file:
artifactory.metadata.native.ui​​​​​​​=true

 

*Make sure to restart Artifactory for the change to take effect.