You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have JFrog Artifactory Community Edition 7.11.2 for C++ installed on a linux server and from my Windows pc I can successfully install required recipes for a project via the conan install ..
command. However when I use the same files and scripts on my Bamboo Server (windows) as a build plan I get the following error:
ERROR: Couldn't read login
Conan suggests:
Try removing 'C:\WINDOWS\system32\config\systemprofile\.conan\.conan.db' file.
This I have done but still get the same error. The Bamboo server runs using the Local System Account.
Are there recommended practices for using Conan with Bamboo for CI uses?
I also have the same issue via a command shell on the bamboo server. The anonymous account on Artifactory is enabled.
For anyone who is interested. I eventually found the problem... I used a git repository to configure conan on my Bamboo server. I had used surrounded the name & url of the remotes with quotes ("), which was wrong. Once I have removed these quotes it all worked fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.