JFrog Mission Control offers centralized control, management and monitoring for all your enterprise artifact assets globally. By providing a clear and instant picture of the relationships and flow between your different development organizations, Mission Control provides your IT and Ops leaders real-time visibility into your worldwide development, distribution, and consumption of software packages.
Questions tagged [jfrog-mission-control]
37 questions
3
votes
2 answers
Maven go to https://repo.maven.apache.org/maven2/ in compile phase, even different repo is define as "central"
I have a pom that I defined different repo as central (in both repositories and pluginRepositorie) and yet, when I run mvn install I see in the log that maven goes to: https://repo.maven.apache.org .
my pom:

yiaca
- 147
- 2
- 17
3
votes
2 answers
Deploy from Maven to JFrog Artifactory WITH properties
I have a Jenkins job, that has REPOSITORY and BRANCH input variables and uses
Invoke top-level Maven targets plugin. It makes maven clean deploy to jfrog artifactory.
But there is a problem: I don't know, how to send properties to the artifacts,…

dice2011
- 937
- 2
- 15
- 30
3
votes
4 answers
cannot run jfrog executable from inside alpine linux container
I am using an alpine linux container and specifically python:3.4-alpine and openjdk:8-jdk-alpine. When I try to execute any script or executable that I have placed in the executable I get Not Found error.
For example. When in the python:3.4-alpine…

LetsPlayYahtzee
- 7,161
- 12
- 41
- 65
2
votes
1 answer
How to upgrade Jfrog Artifactory pro to enterprise or enterprise+?
In our organization, we are planning to purchase jfrog artifactory pro version on an initial level, but we have some questions we listed below.
Questions:
Are we able to upgrade from artifactory pro to enterprise or enterprise+ later on?
If Upgrade…

jayveersolanki
- 92
- 9
2
votes
2 answers
JFrog Artifactory Docker Image Failed to Start
I am using JFrog Artifactory OSS Docker image version 6.0.0 to create the repository in Amazon Linux. The issue I was facing is the Artifactory is not coming up. The docker container is up, but I verified the localhost logs it's showing error…

Vaisakh PS
- 1,181
- 2
- 10
- 19
2
votes
2 answers
How to deploy artifacts to Maven Repository (JFrog artifactory) through Jenkins Build Offline?
Context:
I am trying to do a simple build (not through a pipeline job) on a maven project through Jenkins which is installed in an offline environment (no internet connection). The build happens successfully and I see the HelloMaven.jar successfully…

raikumardipak
- 1,461
- 2
- 29
- 49
2
votes
1 answer
Block overwriting NuGet artifacts in Artifactory
This question concerns a local NuGet repository in Artifactory Pro 4.14.2.
We use a service account named DevNetRunnerSvc to publish NuGet artifacts to Artifactory. This account is configured with Deploy/Cache permissions and is not configured with…

Matt Alioto
- 403
- 2
- 10
1
vote
2 answers
JFROG unable to access showing 8046 connection refused
Recent times jfrog server got rebooted from there when we start jfrog we are getting below stating like 8046 refused.
ERROR:
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to localhost:8046 [localhost/127.0.0.1] failed:…

kranthi kk
- 21
- 3
1
vote
1 answer
The following artifacts could not be resolved: external.gearman.service:gearman:jar:0.6.6
I am using JFrog Artifactory with settings.xml as
https://pastebin.com/thKdzie3
I am building a jar of a project with pom.xml file as
https://pastebin.com/0QndKK8H
I run "mvn clean install" and face the following error.
> [ERROR] Failed to…

Goforseeking
- 385
- 1
- 3
- 15
1
vote
0 answers
Why xray-indexer goes down every time whenever start xray?
I am not able to start xray-indexer. Whenever i try to run xray service, it starts for few seconds then it goes down.
/opt/jfrog/xray/scripts/xray.sh start
Output :
/opt/jfrog/xray/scripts/xray.sh status
Checking Xray services...
Checking…

jayveersolanki
- 92
- 9
1
vote
1 answer
How can I remove `artifactory_name` from JFrog's Artifactory cloud url
I have created an on-cloud JFrog account. As per my requirement, I have to remove artifactory_name from jfrog url. Currently, I have
https://example.jfrog.io/example/webapp/#/home
I want
https://example.jfrog.io/webapp/#/home
How could I remove…

292kumargaurav007
- 19
- 1
- 3
1
vote
0 answers
Deploying Jar with same version
Can anyone provide me a solution for not allowing jar with the same version to be pushed on repository again?
I am using JFrog as artifactory. And Maven version is 3.0.5

iamLalit
- 448
- 3
- 20
1
vote
0 answers
Backup of Artifactory Instance - User not imported
Will appreciate if someone can please throw some light on best way to backup and restore Artifactory. Primary concern being the repository plus user and permission are available on restore.
I am trying System Export and import feature as well as…

PostgresQuestion
- 95
- 1
- 8
1
vote
3 answers
Artifactory JFrog Backup failing with error code 401
Will appreciate if someone can please guide or provide me pointers to debug the backup issues with Artifactory. Whenever backups are performed - there is always an error message of 401 on /api/v1/system/backup/export in the artifactory.log
The…

PostgresQuestion
- 95
- 1
- 8
1
vote
1 answer
How to update Artifact Build Module ID
I am using Jenkins CI(single pipeline Job) to push different files to JFrog Artifactory.
For each and every build I am publishing the build info to Artifactory. But every build has same Module ID.
for example: In Artifactory Repository Browser…

Ramakrishna Yelduti
- 437
- 4
- 22