Incorrect username, password or no permission to use the Nexus User Interface

https://repo.cuba-platform.com/content/groups/premium

while i try to add above location as a remote repository in jrog artifactory, it warns that my account is forbiden. While I try to access it manually using my account, same error.

I set the username/password according to below notes: set the first part of your license key (before dash) in the Username field and the second part of your license key (after dash) in the Password field.

what is the problem?

image

image

image

while i try to add above location as a remote repository in jrog artifactory, it warns that my account is forbiden.

We didn’t test Artifactory, but proxy on Nexus works fine, see Configure the Proxy Repository.

While I try to access it manually using my account, same error.

This is normal, the credentials do not give access to the repository UI.

1 Like

Thanks,firstly I will try the Nexus way to download them. And is it possible to support Jfrog artifactory? Seems it treat Jfrog artifactory query same as the UI.

1 Like

Hi @anjingjing,

Try the short manual How to link remote Bintray repo to Artifactory - CUBA.Platform. It should work for Artifactory.

Hi Ivan,
Now I can download premium jars from xxxx/artifactory/list/premium - I tried the way you mentioned in “Create remote Artifactory repo”. But I can’t add the repo to a virtual repo, it seems can be used only via repositories configured in build.gradle. While I tried to add it to a virtual repo, 403 error according to log. So for my project, at least I need to add two repos(one for cuba premium and one for others), but I want only one virtual repo, is it possible?

Hi @anjingjing,
do you mean you need one logical group for two repos in artifactory (both public and private)?

Hi Ivan,
Yes。I want one virtual repo, containing all other repos I need, like local/remote/cubapremium.

Hi Ivan,
The repo you provided to be used in Jfrog Artifactory are missing things.
For example, I can’t fetch vaadin-context-menu from https://dl.bintray.com/cuba-platform/main.

Or I can’t fetch jquery-file-upload-9.12.1.cuba.0.jar from premium repo, this jar is required while I use cuba-web:6.9.0.

Could you help check, please?

Hi @anjingjing,

I have just checked, the jar is ok:
https://dl.bintray.com/cuba-platform/main/org/webjars/bower/jquery-file-upload/9.12.1.cuba.0/

Probably something wrong with virtual repo settings on your side. Known fact, proxy needs some time to cache artifacts if caching is enabled.

Hi Ivan,
Yes, I finially got jquery-file-upload-9.12.1.cuba.0.jar later.
But I still can’t find vaadin-context-menu from the repo you provided, could you help check, please?

Sorry @anjingjing,
we do not store vaadin-context-menu artifact in our repos. Probably you missed our default repos in your Artifactory proxy (virtual repository). Ensure that your virtual repo contains the following repositories:

    repositories {
        maven {
            url 'https://dl.bintray.com/cuba-platform/main'
            
        }
        mavenCentral()
        jcenter()
        maven {
            url 'http://maven.vaadin.com/vaadin-addons'
        }
    }

Got you, I used to download vaddion repo from Index of /groups/work, so I thought you have them.
I missed the vaaddin repo before, will add it. Thanks~

Hi Ivan,
I can’t download cuba-web-auth 6.9.5 from the public repo you provided:
https://dl.bintray.com/cuba-platform/main

The latest one for it is 6.7.9; Could you help check,please?

image

There is no cuba-web-auth module anymore, it is merged into cuba-web artifact.

A post was split to a new topic: BPM 6.10.2 is not available in Bintray